04-30-04 10:35 AM
DTS is enabled on both machines (though I have not created a cluster
out of them...). Both part of the same domain.
Any ideas?
Ryan
Server Error in '/retail2002' Application.
----------------------------------------------------------------------------
----
New transaction cannot enlist in the specified transaction
coordinator.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: New
transaction cannot enlist in the specified transaction coordinator.
Source Error:
Line 685:
Line 686: '
Line 687: myPurchaseOrder = txContext.Cart.SaveAsOrder()
Line 688:
Line 689: ' Log the event
Source File: C:\Inetpub\wwwroot\retail2002\Checkout.aspx.vb Line:
687
Stack Trace:
[COMException (0x8004d00a): New transaction cannot enlist in the
specified transaction coordinator. ]
ADODB.ConnectionClass.Open(String ConnectionString, String UserID,
String Password, Int32 Options) +0
Microsoft.CommerceServer.Internal.Common.DBUtil.init(String&
connection_string) +167
[CommerceException: Could not connect to datasource]
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source) +52
Microsoft.CommerceServer.Internal.Common.DBUtil.init(String&
connection_string) +207
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsTxHelperFreeThre
aded.MtsSetup(String
in_User, String in_dsn, IGenID in_GenID, Object&
in_out_OrderGroupData, Int16& in_out_exists_in_databse) +124
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsTxHelperFreeThre
aded.SaveAsOrderHelper(Object
in_User, Object in_dsn, Object in_GenID, Object&
in_out_OrderGroupData, Object& loaded_from, Object&
in_out_exists_in_databse, Object SavePrefix, Object&
out_vtOutTrackingNumber) +106
[CommerceException: SaveAsOrderHelper Failed.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg) +264
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type) +877
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsTxHelperFreeThre
aded.SaveAsOrderHelper(Object
in_User, Object in_dsn, Object in_GenID, Object&
in_out_OrderGroupData, Object& loaded_from, Object&
in_out_exists_in_databse, Object SavePrefix, Object&
out_vtOutTrackingNumber) +0
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.SaveAsOrder(O
bject&
vtOutTrackingNumber) +176
[CommerceException: SaveAsOrder Failed.]
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source) +52
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.SaveAsOrder(O
bject&
vtOutTrackingNumber) +288
Microsoft.CommerceServer.Runtime.Orders.Basket.SaveAsOrder() +241
[CommerceOrderSystemException: Failed to save basket as an order.]
Microsoft.CommerceServer.Runtime.Orders.Basket.SaveAsOrder() +530
Microsoft.CommerceServer.Site.Checkout.PurchaseBtn_Clicked(Object
sender, EventArgs e) in
C:\Inetpub\wwwroot\retail2002\Checkout.aspx.vb:687
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePo
stBackEvent(String
eventArgument) +57
System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+33
System.Web.UI.Page.ProcessRequestMain() +1247
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573
[ Post a follow-up to this message ]
|