|
Home > Archive > BizTalk Server Framework > March 2004 > Receive Function
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Enrico 2004-03-18, 2:00 pm |
| I have the next error when i try to parse a MT536.xml
document. My architecture is: there is a riceive function
(RF_Sample_MT536) that take a instance_of_MT536.txt file
from a directory and send in to a channel with envelope.
This channel send the parsing message in to Port. All
messaging object are good, when i put the file
instance_of_MT536.txt in the start directory nothing
happen. In event viewer appeare the next error message:
An error occurred in BizTalk Server.
Details:
------------------------------
[0x80010105] The server threw an exception.
[0x1916] There was a serious failure in the receive
function "RF_Sample_MT536". This receive service will be
shut down, please check the event log for additional error
messages.
[0x1916] There was a serious failure in the receive
function "(null)". This receive service will be shut down,
please check the event log for additional error messages.
In the event log there is an other error messages from
COM+:
cisengine!LKRhash::CLKRHashTable::End(vo
id) + 0x9B9
cisengine!GetNewStateEngine(struct IInterchangeStateEngine
* *) + 0xFF1
cisengine!GetNewStateEngine(struct IInterchangeStateEngine
* *) + 0xBE0
cisengine!GetNewStateEngine(struct IInterchangeStateEngine
* *) + 0x499
CISAPI!LKRhash::CLKRHashTable::End(void)
+ 0x462
OLEAUT32!DispCallFunc + 0x15D
OLEAUT32!ClearCustData + 0x588
CISAPI!DllUnregisterServer + 0x667
OLEAUT32!UserEXCEPINFO_free_local + 0x57D
How can i for solve this bad situation?
Thanks a lot.
| |
| Nick Malik 2004-03-23, 10:42 am |
| I have not seen this before, but errors from the CISEngine is an unusual
thing. It looks to me like something has corrupted your installation. In
other words, if I were you, I'd reinstall Biztalk.
That is a guess. Without more details, I do not know how frequently this
error occurs, or the conditions that trigger it.
--- Nick
"Enrico" <enrico_zerilli@libero.it> wrote in message
news:ec0601c40c26$5856ca70$a501280a@phx.gbl...
> I have the next error when i try to parse a MT536.xml
> document. My architecture is: there is a riceive function
> (RF_Sample_MT536) that take a instance_of_MT536.txt file
> from a directory and send in to a channel with envelope.
> This channel send the parsing message in to Port. All
> messaging object are good, when i put the file
> instance_of_MT536.txt in the start directory nothing
> happen. In event viewer appeare the next error message:
>
> An error occurred in BizTalk Server.
>
> Details:
> ------------------------------
> [0x80010105] The server threw an exception.
>
> [0x1916] There was a serious failure in the receive
> function "RF_Sample_MT536". This receive service will be
> shut down, please check the event log for additional error
> messages.
>
> [0x1916] There was a serious failure in the receive
> function "(null)". This receive service will be shut down,
> please check the event log for additional error messages.
>
>
> In the event log there is an other error messages from
> COM+:
> cisengine!LKRhash::CLKRHashTable::End(vo
id) + 0x9B9
> cisengine!GetNewStateEngine(struct IInterchangeStateEngine
> * *) + 0xFF1
> cisengine!GetNewStateEngine(struct IInterchangeStateEngine
> * *) + 0xBE0
> cisengine!GetNewStateEngine(struct IInterchangeStateEngine
> * *) + 0x499
> CISAPI!LKRhash::CLKRHashTable::End(void)
+ 0x462
> OLEAUT32!DispCallFunc + 0x15D
> OLEAUT32!ClearCustData + 0x588
> CISAPI!DllUnregisterServer + 0x667
> OLEAUT32!UserEXCEPINFO_free_local + 0x57D
>
>
> How can i for solve this bad situation?
> Thanks a lot.
>
|
|
|
|
|