09-04-06 12:28 AM
Jess,
I've seen similar symptoms with the CS2007 pipelines when MSDTC wasn't able
to communicate with the database server. Are any ports blocked between your
application and database server?
What tipped me off was reading the MSDTC trace logs for MSDTC as a whole and
specifically dumping the transaction while in process using the Component
Services -> Distributed Transactions -> Transaction List.
Cheers,
Colin
<DIV>"Jess Chadwick" <jchadwick@infragistics.com> wrote in
message news:O%238nEPiuGHA.5076@TK2MSFTNGP04.phx.gbl...</DIV>> 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 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(ITransa
ction
> 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.ITransactionExport.Export(Object
> punkTransaction, UInt32& pcbTransactionCookie)
> at
> Microsoft.CommerceServer.Internal.TxHelper.GetCookieForTransaction(ITransa
ction
> transaction, Byte[] whereabouts)
> at
> Microsoft.CommerceServer.BizTalk.Adapters.CommonUtilities.CreateCommerceSe
rverCookie(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?
>
[ Post a follow-up to this message ]
|