Meghdoot 7 : Point of Sale Submit Account Error & MSDTC Services Error
Wednesday, August 10, 2011
Problem : After installation SQL Express and M.M.7.0
1. RPC error while submitting POS Submit account 2. Error Message like " MSDTC SERVICES IS NOT RUNNING "
Solution :
1.
1. RPC error while submitting POS Submit account 2. Error Message like " MSDTC SERVICES IS NOT RUNNING "
Solution :
1.
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.
2. 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 attachment. Then execute the below mentioned Query relating to 'RPC' error to solve the problem.
Courtesy: sapost.blogspot.com
1 comments:
Thanks for this great post, Very well & insightful.
pos quotes
pointofsale
pharmacy software
retail pos software
Post a Comment