Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to enlist global transaction with DTC

52275Oct 19 2001 — edited Sep 17 2007
Hii ,
i am trying to connect to oracle database from MTS using
a COM DLL. i am using oracle odbc driver for oracle. i have
installed oracle service for MTS in my client. Now when i
try to connect i am getting error message
"DIAG [S1000] [Oracle][ODBC]Failed to enlist global transaction
with DTC (0)"
THis message i took it from the ODBC trace log file. ODBC is
failing in "SQLSetConnectAttrW" method call . What could be the
reason. can you help me..

Thanks n Advance,
Thals

Comments

60437
Answer
The workspace IDs in each database must be identical. The idea is that the host application be "the same" application in terms of its internal object IDs, its application ID, and the containing workspace ID. You can achieve this by exporting the workspace to a file and importing/installing it into the next database in order to prepare for the introduction of "copies of" applications and their components into the "copy of" the workspace.

Scott
Marked as Answer by 647472 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2007
Added on Oct 19 2001
4 comments
6,996 views