BizTalk Server - Biztalk 2002 errors

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > December 2005 > Biztalk 2002 errors





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]

Author Biztalk 2002 errors
Gerrit H

2005-12-01, 2:48 am

Sequence of events leads to the disabling of receive ports. The
receiveport/channel/messageport for which this error occurs has no custom
component. Just the default out-of-the-package and updated with service pack
1 file receive function and file messageport.

Anyone ever encoutered this error and/or give some pointers?

Biztalk 2002 Enterprise, Log entries translated from dutch.


Logentry 1:
Application hang: MSCIS.exe, version: 3.0.2023.0, module fault: ntdll.dll,
version: 5.2.3790.1830, fault at: 0x000327fb.

LogEntry 2:
<message about the error being in a custom component and that the
developer(Microsoft in this case), should be notified of the error>
Serverapplication-id: {6ECD95AC-3C06-4A9B-9D43-4565C1BD3319}
Id of server application example:
{48FDFEFA-E345-45E8-B2E1-745C322003AC}
Serverapplicationname: BizTalk Server Internal Utilities
Exception: C0000005
Adres: 0x7C9427FB
Stack:
ntdll!RtlInitializeCriticalSection + 0x3e
ntdll!RtlAllocateHeap + 0x58d
ole32!OleGetClipboard + 0x31ec
OLEAUT32!VARIANT_UserFree + 0x1ec
OLEAUT32!SafeArrayDestroy + 0x53
OLEAUT32!SafeArrayDestroy + 0xf
OLEAUT32!VariantInit + 0x50
MscsCore!DllUnregisterServer + 0x578e
MscsCore!DllUnregisterServer + 0x5701
MscsCore!DllUnregisterServer + 0x55c8
MscsCore!DllUnregisterServer + 0x47b0
ciscore!CoreFireServerEvent(enum WMIEventsEnum,void *) + 0x1695
ciscore!CoreFireServerEvent(enum WMIEventsEnum,void *) + 0x2b77
CISENGINE!GetNewStateEngine(struct IInterchangeStateEngine * *) + 0x667
CISENGINE!LKRhash::CLKRHashTable::End(vo
id) + 0x5caa
ole32!ComPs_NdrDllGetClassObject + 0x6fb
ole32!CoQueryAuthenticationServices + 0x2dad
ole32!CoQueryAuthenticationServices + 0x30e5
ole32!CoQueryAuthenticationServices + 0x4b84
ole32!CoGetInterceptorFromTypeInfo + 0xc62
ole32!CoGetInterceptorFromTypeInfo + 0xb77
MSCIS!SchedulerRunning(void) + 0x105e
kernel32!GetModuleFileNameA + 0xeb

LogEntry 3:
[0x80010105] The server returned an exception.

LogEntry 4:
[0x8004e002] The main transaction wanted to assign, but the transaction has
been aborted




Andy

2005-12-02, 2:50 am

It sounds to me as a COM+ error.
It happens when a component aborts a transaction to which it belongs (same
object context), while the calling components commits the transaction.

Since you're not using custom components, I'm not sure of the cause of the
error.

Greetz,
Andy

"Gerrit H" <g.h@tip.nl> wrote in message
news:438eaef6$0$11066$e4fe514c@news.xs4all.nl...
> Sequence of events leads to the disabling of receive ports. The
> receiveport/channel/messageport for which this error occurs has no custom
> component. Just the default out-of-the-package and updated with service
> pack 1 file receive function and file messageport.
>
> Anyone ever encoutered this error and/or give some pointers?
>
> Biztalk 2002 Enterprise, Log entries translated from dutch.
>
>
> Logentry 1:
> Application hang: MSCIS.exe, version: 3.0.2023.0, module fault: ntdll.dll,
> version: 5.2.3790.1830, fault at: 0x000327fb.
>
> LogEntry 2:
> <message about the error being in a custom component and that the
> developer(Microsoft in this case), should be notified of the error>
> Serverapplication-id: {6ECD95AC-3C06-4A9B-9D43-4565C1BD3319}
> Id of server application example:
> {48FDFEFA-E345-45E8-B2E1-745C322003AC}
> Serverapplicationname: BizTalk Server Internal Utilities
> Exception: C0000005
> Adres: 0x7C9427FB
> Stack:
> ntdll!RtlInitializeCriticalSection + 0x3e
> ntdll!RtlAllocateHeap + 0x58d
> ole32!OleGetClipboard + 0x31ec
> OLEAUT32!VARIANT_UserFree + 0x1ec
> OLEAUT32!SafeArrayDestroy + 0x53
> OLEAUT32!SafeArrayDestroy + 0xf
> OLEAUT32!VariantInit + 0x50
> MscsCore!DllUnregisterServer + 0x578e
> MscsCore!DllUnregisterServer + 0x5701
> MscsCore!DllUnregisterServer + 0x55c8
> MscsCore!DllUnregisterServer + 0x47b0
> ciscore!CoreFireServerEvent(enum WMIEventsEnum,void *) + 0x1695
> ciscore!CoreFireServerEvent(enum WMIEventsEnum,void *) + 0x2b77
> CISENGINE!GetNewStateEngine(struct IInterchangeStateEngine * *) + 0x667
> CISENGINE!LKRhash::CLKRHashTable::End(vo
id) + 0x5caa
> ole32!ComPs_NdrDllGetClassObject + 0x6fb
> ole32!CoQueryAuthenticationServices + 0x2dad
> ole32!CoQueryAuthenticationServices + 0x30e5
> ole32!CoQueryAuthenticationServices + 0x4b84
> ole32!CoGetInterceptorFromTypeInfo + 0xc62
> ole32!CoGetInterceptorFromTypeInfo + 0xb77
> MSCIS!SchedulerRunning(void) + 0x105e
> kernel32!GetModuleFileNameA + 0xeb
>
> LogEntry 3:
> [0x80010105] The server returned an exception.
>
> LogEntry 4:
> [0x8004e002] The main transaction wanted to assign, but the transaction
> has been aborted
>
>
>
>



Gerrit H

2005-12-02, 5:51 pm

Thanks for your input.

If the logentries are in sequence of events, than some component aborted the
transaction, causing the main transaction to fail, the server to return an
error, got trapped in the ntdll.dll 'BizTalk Server Internal Utilities' and
resulted in the application to hang.

Question now is why the sub-component caused the transaction to abort.
Assuming this is the transaction to the underlying SQL 2000 server that got
aborted; no abnormal entries in the logs concerning to the day-to-day
operations of the SQL server.

Anyone got any information about unstable (not public) known build-in
components of Biztalk server 2002 or SQL 2000?

G



"Andy" <bigmater@REMOVEkabelfoon.nl> wrote in message
news:438f866f$0$21749$58c7af7e@news.kabelfoon.nl...
> It sounds to me as a COM+ error.
> It happens when a component aborts a transaction to which it belongs (same
> object context), while the calling components commits the transaction.
>
> Since you're not using custom components, I'm not sure of the cause of the
> error.
>
> Greetz,
> Andy
>
> "Gerrit H" <g.h@tip.nl> wrote in message
> news:438eaef6$0$11066$e4fe514c@news.xs4all.nl...
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com