I have a job running in one of my server and which uses a linked server and the linked server changed as part of upgrade and now my job fails everyday. I am getting the following error
OLE DB provider "SQLNCLI10" for linked server "linked server" returned message "No transaction is active.".
Msg 7391, Level 16, State 2, Line 6
The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "linked server" was unable to begin a distributed transaction.
And if I directly execute the procedure in linked server from my server then, for the first time it shows this error and for the second time it execute with out any problem.
My new linked server is 2012 version and the other one is 2008 R2 version
Please let me know your thoughts?
Thanks,
Sivajith