Please is there anybody who can help.
I have two servers. Server x running SQL Server 7.00.1063 and server y running sql server 2000 sp 3(or ver 8.00.760 sp3. Operating system for SQL server 7.00 is Windows NT and for SQL Server 2000 it's Windows 2000.
Now when I run under query analyer on server y the following query
SET XACT_ABORT ON
BEGIN Tran
SELECT b.DepartmentID
FROM CFG_TT_CT_Department b, Remedy.ARSystem.dbo.SHR_People c
WHERE c.Login_Name = 'jsmith'
AND c.Department = b.Department
Commit Tran
I get
Server: Msg 7391, Level 16, State 1, Line 4
The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction.
[OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. ]
OLE DB error trace [OLE/DB Provider 'SQLOLEDB'
ITransactionJoin::JoinTransaction returned 0x8004d00a].
If I remove the Begin Tran and Commit it works. Now I need the BEGIN and Commit because Remedy ARS usings this. Irregardless, could someone tell me why it is not running in SQL Query. I have all the linked servers correcly setup. Is there anybody that can troubleshoot this. There has to be 1 person.
Thx.
I have two servers. Server x running SQL Server 7.00.1063 and server y running sql server 2000 sp 3(or ver 8.00.760 sp3. Operating system for SQL server 7.00 is Windows NT and for SQL Server 2000 it's Windows 2000.
Now when I run under query analyer on server y the following query
SET XACT_ABORT ON
BEGIN Tran
SELECT b.DepartmentID
FROM CFG_TT_CT_Department b, Remedy.ARSystem.dbo.SHR_People c
WHERE c.Login_Name = 'jsmith'
AND c.Department = b.Department
Commit Tran
I get
Server: Msg 7391, Level 16, State 1, Line 4
The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction.
[OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. ]
OLE DB error trace [OLE/DB Provider 'SQLOLEDB'
ITransactionJoin::JoinTransaction returned 0x8004d00a].
If I remove the Begin Tran and Commit it works. Now I need the BEGIN and Commit because Remedy ARS usings this. Irregardless, could someone tell me why it is not running in SQL Query. I have all the linked servers correcly setup. Is there anybody that can troubleshoot this. There has to be 1 person.
Thx.