Error Transaccion distribuida

19/08/2004 - 21:16 por Flavio | Informe spam
Estoy ejecutando un Store Procedure desde un Job el cual
hace un update que hace un inner Join a un linked Servers
y me da el siguiente error

The operation could not be performed because the OLE DB
provider 'SQLOLEDB' was unable to begin a distributed
transaction. [SQLSTATE 42000] (Error 7391) [SQLSTATE
01000] (Error 7312) OLE DB error trace [OLE/DB
Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction
returned 0x8004d00a]. [SQLSTATE 01000] (Error 7300). The
step failed.

alguien sabe como solucionarlo?

gracias
 

Leer las respuestas

#1 Gustavo Larriera [MVP]
20/08/2004 - 02:06 | Informe spam
No brindas detalles del escenario en el que el problema ocurre (versión de
SQL Server, Service Pack, versión de sistema operativo), pero si es SQL 2000
en Windows 2003 puedes revisar estos artículos:

http://support.microsoft.com/defaul...-us;816701

http://support.microsoft.com/defaul...-us;329332

También puedes leer:

http://support.microsoft.com/defaul...-us;827805

Gustavo Larriera, MVP
Uruguay LatAm
http://sqljunkies.com/weblog/gux/
Este mensaje se proporciona "COMO ESTA" sin garantias y no otorga ningun
derecho / This posting is provided "AS IS" with no warranties, and confers
no rights.
"Flavio" wrote in message
news:948201c48621$0301aa20$
Estoy ejecutando un Store Procedure desde un Job el cual
hace un update que hace un inner Join a un linked Servers
y me da el siguiente error

The operation could not be performed because the OLE DB
provider 'SQLOLEDB' was unable to begin a distributed
transaction. [SQLSTATE 42000] (Error 7391) [SQLSTATE
01000] (Error 7312) OLE DB error trace [OLE/DB
Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction
returned 0x8004d00a]. [SQLSTATE 01000] (Error 7300). The
step failed.

alguien sabe como solucionarlo?

gracias

Preguntas similares