Hi everyone,
Can somebody help me out?
I have 2 servers (NT4), one running IIS4 and the other MTS 2.0. Both servers are separated by a firewall. The firewall is configured to confine incoming and external communication to port 135 (RPC Endpoint Mapper port) and ports 5000 to 5020.
My ASP page uses a VB ActiveX DLL that is registered and added into a package in MTS. The package has been also exported and installed on to the IIS server.
The ASP page creates the VB ActiveX DLL successfully but after a period of about 11-12 hours my ASP page gets the following error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CreateObject'
/runComponent.asp, line 39
The event log on the IIS server also has the following error:
DCOM error "class not registered" from the computer when attempting to activate the server.
{3374A239-DB93-11D6-B631-000102A3DB10}
There is no error reported in the event log on the MTS server and a reboot of the IIS server fixes the issue for another 11-12 hours (sometimes less).
I have checked the code to ensure there isn't any memory leak (all objects are destroyed and set to nothing) etc.
Any help or advice would be gratefully appreciated.
Thanks in advance,
Aidan
Can somebody help me out?
I have 2 servers (NT4), one running IIS4 and the other MTS 2.0. Both servers are separated by a firewall. The firewall is configured to confine incoming and external communication to port 135 (RPC Endpoint Mapper port) and ports 5000 to 5020.
My ASP page uses a VB ActiveX DLL that is registered and added into a package in MTS. The package has been also exported and installed on to the IIS server.
The ASP page creates the VB ActiveX DLL successfully but after a period of about 11-12 hours my ASP page gets the following error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CreateObject'
/runComponent.asp, line 39
The event log on the IIS server also has the following error:
DCOM error "class not registered" from the computer when attempting to activate the server.
{3374A239-DB93-11D6-B631-000102A3DB10}
There is no error reported in the event log on the MTS server and a reboot of the IIS server fixes the issue for another 11-12 hours (sometimes less).
I have checked the code to ensure there isn't any memory leak (all objects are destroyed and set to nothing) etc.
Any help or advice would be gratefully appreciated.
Thanks in advance,
Aidan