Hi,
I have a problem with my server COM component. The above error occurs
randomly in different ASP pages in different places when calling
methods on my COM objects, mostly in peak times . Server.GetLastError() returns COM Error Number = 0x8004e005 and ASP Error number ASP 147 - Server Error.
No info in COM+ log file nor in Event Viewer.
COM components are created as a VB6.0 DLL, referencing COM+ services type library, apartment threaded(STA) and
registered as a COM+ server application on W2K SP3
machine with IIS5.0.
Components are created in global.asa as static objects
in Application scope. Then accessed in different pages. No transactions are used. Only access to ASP Objects is used by GetObjectContext. Error is generated also in classes which even dont call getObjectContext.
I have found that this is mtsErrCtxNotRegistered error. Any suggestions what could make problems ?
Thanks, Paul
I have a problem with my server COM component. The above error occurs
randomly in different ASP pages in different places when calling
methods on my COM objects, mostly in peak times . Server.GetLastError() returns COM Error Number = 0x8004e005 and ASP Error number ASP 147 - Server Error.
No info in COM+ log file nor in Event Viewer.
COM components are created as a VB6.0 DLL, referencing COM+ services type library, apartment threaded(STA) and
registered as a COM+ server application on W2K SP3
machine with IIS5.0.
Components are created in global.asa as static objects
in Application scope. Then accessed in different pages. No transactions are used. Only access to ASP Objects is used by GetObjectContext. Error is generated also in classes which even dont call getObjectContext.
I have found that this is mtsErrCtxNotRegistered error. Any suggestions what could make problems ?
Thanks, Paul