| Jess Chadwick 2006-08-07, 7:19 pm |
| Getting the following event log message when attempting to hit a remote
Orders Web Service using the Commerce Server BizTalk Orders Adapter under
BTS 2006. Any ideas??
Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5673
Description:
The Messaging Engine received an error from transport adapter "Commerce
Server Orders" when notifying the adapter with the BatchComplete event.
Reason "Object reference not set to an instance of an object.".
The message is often coupled with the below two messages as well:
Event Type: Error
Event Source: CrossTierTypes.TxHelper
Event Category: None
Event ID: 0
Description:
The call to ITransactionExport.Export failed. Message: The transaction has
already been implicitly or explicitly committed or aborted (Exception from
HRESULT: 0x8004D00E). Stack trace: at
Microsoft.CommerceServer.Internal.ITransactionExport.Export(Object
punkTransaction, UInt32& pcbTransactionCookie)
at
Microsoft.CommerceServer.Internal.TxHelper.GetCookieForTransaction(ITransaction
transaction, Byte[] whereabouts).
Event Type: Error
Event Source: Commerce Server Orders Receive Adapter
Event Category: None
Event ID: 0
Description:
Failed submitting message to BizTalk. Message: The transaction has already
been implicitly or explicitly committed or aborted (Exception from HRESULT:
0x8004D00E). Stack trace: at
Microsoft.CommerceServer.Internal.ITransactionExport.Export(Object
punkTransaction, UInt32& pcbTransactionCookie)
at
Microsoft.CommerceServer.Internal.TxHelper.GetCookieForTransaction(ITransaction
transaction, Byte[] whereabouts)
at
Microsoft.CommerceServer.BizTalk.Adapters.CommonUtilities.CreateCommerceServerCookie(ITransaction
transaction, Byte[] whereabouts)
at
Microsoft.CommerceServer.Adapter.Orders.OrdersReceiveEndpoint.SubmitBatch().
|