sql server - TransactionProxyException is thrown while creating a BizTalk Group -


I am trying to create a BizTalk group on BizTalk Server 2013 using this document:

[Group] [Group] failed to configure with error message [exception was thrown to [System.EnterpriseServices.TransactionProxyException].] < / blockquote>

For additional information: While this configuration is doing, I have seen the database server and found that it has successfully completed 3 databases (Bi ZTalkMgmtDb, BizTalkMsgBoxDb, BizTalkDTADb), but after it fails for some reason, this builds rollback and deletes the database created.

To make some notice that while rolling back the changes, all created databases are deleted BizTalkMgmtDb which fails to drop.

There are also log lines before logging in:

  2014- 04-22 12: 24: 10: 072 9 [INF O] WMI deployment 'C : \ Program Files (x86) \ Microsoft BizTalk Server 2013 \ Microsoft.BizTalk.GlobalPropertySchemas.dll '2014-04-22 12: 24: 14: 0563 [Warning] AdminLib GetBTSMessage: hrErr = 80070002; Msg = the system can not locate the specified file ;; 2014-04-22 12: 24: 14: 0565 [Warning] Admin Lib GetBTSMessage: hrErr = c0c02560; Failed to read "KeepDbDebugKey" from the Msg = Registry The system can not find the file specified.; 2014-04-22 12: 24: 14: 0566 [INFO] WMI error occurred during database creation; Partially built database 'sql-srv \ BizTalkMsgBoxDb'   

Question: What about this exception and how can I fix this?

FYI: I am using BizTalk Server 2013

Hopefully, You just need to correct the MSDTC settings.

TechNet has all the details in this article:

BizTalk Server 2013 and 2010 are the same in this regard.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -