Windows error 0x8004D01F, -2147168225

Detailed Error Information

XACT_E_TIP_CONNECT_FAILED[1]

MessageThis transaction manager failed to establish a connection with another TIP transaction manager.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code53279 (0xd01f)

Questions

0votes
1answer

SQL Server 2005 Linked server Trigger insert operation giving XACT_E_TIP_CONNECT_FAILED error

I have 2 servers. In the first server am having a trigger that performs insert update delete transactions on the 2nd server. But whenever these triggers are called and invokes the linked server i get the error : Msg 8509, Level 16, State 1, Line 1 Import of Microsoft Distributed [...] read more
sql-server-2005
hyperlink
triggers

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0