05-12-04 05:08 PM
Specific error messages in event log are:
Unhandled exception caught, exception details:
TietoEnator.DigitalInnovations.BizTalk.Adapters.OracleDB.OracleDBException:
The OracleDB Adapter encounted an error transmitting a batch of
messages. ---> System.Runtime.InteropServices.COMException (0xC0C01662):
Exception from HRESULT: 0xC0C01662.
at
Microsoft.BizTalk.TransportProxy.Interop.IBTTransportBatch.SubmitResponseMes
sage(IBaseMessage solicitMsgSent, IBaseMessage responseMsgToSubmit)
at
Microsoft.Samples.BizTalk.Adapters.BaseAdapter.Batch.SubmitResponseMessage(I
BaseMessage solicitDocSent, IBaseMessage responseDocToSubmit, Object
userData) in D:\Program Files\Microsoft BizTalk Server
2004\SDK\Samples\Adapters\Common\BaseAda
pter\v1.0.1\batch.cs:line 494
at
Microsoft.Samples.BizTalk.Adapters.BaseAdapter.StandardTransmitBatchHandler.
SubmitResponseMessage(IBaseMessage solicitMsgSent, IBaseMessage
responseMsgToSubmit, Object userData) in D:\Program Files\Microsoft BizTalk
Server
2004\SDK\Samples\Adapters\Common\BaseAda
pter\v1.0.1\StandardTransmitBatchHan
dler.cs:line 137
at
TietoEnator.DigitalInnovations.BizTalk.Adapters.OracleDB.OracleDBWorkItem.Pr
ocessWorkItem() in d:\visual studio projects\file
adapter\runtime\oracledb\oracledbworkite
m.cs:line 87
--- End of inner exception stack trace ---
at
TietoEnator.DigitalInnovations.BizTalk.Adapters.OracleDB.OracleDBWorkItem.Pr
ocessWorkItem() in d:\visual studio projects\file
adapter\runtime\oracledb\oracledbworkite
m.cs:line 134
at
Microsoft.Samples.BizTalk.Adapters.BaseAdapter.ThreadPool.WorkerThreadThunk(
Object state) in D:\Program Files\Microsoft BizTalk Server
2004\SDK\Samples\Adapters\Common\BaseAda
pter\v1.0.1\ThreadPool.cs:line 62.
and
The adapter "OracleDB" raised an error message. Details "The message does
not have a valid correlation token. ".
"Jussi Palo" <anonymous@discussions.microsoft.com> wrote in message
news:2CFAA99B-6A31-4C95-BF9D-371BF96D16D7@microsoft.com...
> Hi,
> I'm creating a solicit-response adapter but after calling the
SubmitResponseMessage-method I get the following error: "The message does
not have a valid correlation token."
>
> In documentation it says, "You may encounter this error
(BTTransportProxy.BTS_E_EPM_NULL_CORRELATION_TOKEN Field) if you passed the
wrong message as the SolicitMsg, or if the message came in on a one-way port
but you configured Biztalk Server, using BizTalk Explorer, to send it to a
two-way port. Hence the SolicitMsg does not have a correlation token."
>
> How can I tell if I have passed the correct message as the SolicitMsg and
that I have configured BTS correctly? My send port is two-way, that I'm sure
of.
>
> Thanks!
>
[ Post a follow-up to this message ]
|