Hi Team,<o:p></o:p>
I am working on the cloud migration for one of my project. The cloud server is windows 8 and SQL 2012. We have transaction enabled in SQL. The code pages are in asp.<o:p></o:p>
When i try to hit any asp which has transaction below is the error <o:p></o:p>
"Microsoft OLE DB Provider for ODBC Drivers error '8004d00a'<o:p></o:p>
[Microsoft][ODBC SQL Server Driver]Distributed transaction error".<o:p></o:p>
I searched in google these are the below which I tried
<o:p>1. insatlled subinal and ran the below cmd</o:p>
C:\Program Files (x86)\Windows Resource Kits\Tools>subinacl/service msdtc /grant
="Network Service"=QSETIL
msdtc - OpenService Error : 5 Access is denied.
2. From Cmd prompt
C:\Users\sreenrad>icacls c:\Windows\SysWOW64\Msdtc\msdtc.log/grant "networkservi
ce":F
Invalid parameter "networkservice:F"
3. I have done the setting in Local DTC.
Kindly let me know where am i going wrong. I have tried most of the google post and none of the solution is working out.
Please help :(:(