'SQLOLEDB' was unable to begin a distributed transaction!!!!
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > 'SQLOLEDB' was unable to begin a distributed transaction!!!!




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    'SQLOLEDB' was unable to begin a distributed transaction!!!!  
Mike R


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-26-06 03:47 PM

Hi All,

How can I change the provider of the SQL adapter to us MSDASQL instead of SQ
LOLEDB???  What is the format of the connection string?

Because.....

I have a simple test on a SBS2003 box.  The server is called crmserver.

My T-SQL:

USE master
GO
EXEC sp_addlinkedserver 
'MYLINK', 
'', 
'SQLOLEDB',
NULL,
NULL,
'DRIVER={SQL Server};SERVER=crmserver;Integrated Security=SSPI'
GO

begin distributed transaction
SELECT * FROM  [MYLINK].pubs.dbo.authors
commit tran

GO

EXEC sp_dropserver 'MYLINK'

I then get this message:


Server: Msg 7391, Level 16, State 1, Line 3
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::JoinTra
nsaction returned 0x8004d00a].

However, If change the provider to MSDASQL - it works.

I have (I think), followed the article about changing the DTC to "No Authent
ication Required" in the component services.

Could someone point me in the correct direction please?  I need this to work
 with SQLOLEDB.

Thanks Mike





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:06 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register