| newsgroup user 2004-02-07, 9:37 am |
| We're encoutering the often reported problem when trying to save the basket:
Error:
New transaction cannot enlist in the specified transaction coordinator.
When we try:
Dim mcs_form As Microsoft.CommerceServer.Runtime.Orders.PurchaseOrder
Dim mcs_bask As Microsoft.CommerceServer.Runtime.Orders.Basket
.... sucessfully run the pipelines ...
mcs_form = mcs_bask.SaveAsOrder()
Most of the posts on the groups relate back to a DTC connectivity or firewall issue. These machines are not seperated by a firewall and are on the same network subnet with no filter at the switch etc. We downloaded DTCping from microsoft and ran successfu
ll tests on the SQL server and the Commerce Server. RPCping also worked perfectly both directions. The connection strings for the Transaction Config and Transactions in commerce server both seem to work correctly and report test successful when we test th
em from with Commerce Server Manager.
Commerce box is running: Commerce Server 02 Std. on Windows 2003 Server - Web Edition with MDAC 2.8
SQL box: SQL 2000 sp3 on Windows 2003 Std Edition
Any ideas? Thanks for the help
|