When attempting to use the CS2k7 BizTalk Order adapter as a receive point,
I
receive the following two error messages in the event log:
Event Type: Error
Event Source: CrossTierTypes.TxHelper
Event Category: None
Description:
The call to ITransactionEx****t.Ex****t failed. Message: The transaction
has
already been implicitly or explicitly committed or aborted (Exception from
HRESULT: 0x8004D00E). Stack trace: at
Microsoft.CommerceServer.Internal.ITransactionEx****t.Ex****t(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
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.ITransactionEx****t.Ex****t(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().
What's interesting is that I actually used this receive adapter on this
same
installation of CS2k7 about three weeks ago and it worked fine... Any
ideas?