linked server issue

  • Hi

    Can anybody advise on the following error :

    OLE DB provider "SQLNCLI10" for linked server "server1" returned message "The partner transaction manager has disabled its support for remote/network transactions.".

    Msg 7391, Level 16, State 2, Line 2

    The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "server1" was unable to begin a distributed transaction.

    Any pointers would be great. Thanks

  • First verify that DTC (Distributed Transaction Coordinator) is up and running properly on both(/all) instances.

    SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".

  • It helps if you give the context. What do you try to do? Do you need the distributed transaction?

    Also, are the two servers in the same domain? In a workgroup? In different domains with trust? Different domains without trust?

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

  • Scot - your suggestion worked. I had to enable the MSDTC service and now the distributed queries run.

    Thanks for the pointer !

    🙂

  • PearlJammer1 (7/11/2013)


    Scot - your suggestion worked. I had to enable the MSDTC service and now the distributed queries run.

    Thanks for the pointer !

    🙂

    No problem. That's the most common fix, and luckily the easiest as well :-).

    SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply