'Distributed Transaction Coordinator' (MSDTC) Startup Error

 'Distributed Transaction Coordinator' (MSDTC) Startup problem after AD Migration


Go to Services (Control Panel > Administrative Tools>Services ) and then start the service 'Distributed Transaction Coordinator' (MSDTC) with start up type as 'Automatic' and Log On As 'Network Service' as shown in the below. 

Then execute the below mentioned Query relating to 'RPC' error to solve the problem.
exec sp_serveroption @server='myserver', @optname='rpc', @optvalue='true'
exec sp_serveroption @server='myserver', @optname='rpc out', @optvalue='true' 
Note: Replace 'myserver' with your servername in the above query.

Updates:

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Post a Comment

Previous Post Next Post

Most Visited

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Search Content of www.potools.blogspot.com @