Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Com object not creating - ASP Error

Status
Not open for further replies.

RevsEd

Programmer
Apr 2, 2001
33
GB
Hi,

I wonder if anyone can help. I've got a VB COM object registered on my IIS4 server and whenever I go to create it in ASP I'm getting an error:


Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed
Not enough storage is available to complete this operation.


It's failing on the Createobject line. The object is compiled and correctly register and works fine on my test server which has a similar set up. The only difference I know of, is that the live server is running a secure site with SSL. I've been through the MS Knowledge base but with no luck. Has anyone had anything similar and can point me in the right direction?

Many thanks

Darren
 
I use to get that sporadically. The fix was to put it in an MTS packet.
 
I have also had a similar problem where my COM object works fine on a development server but fails when moved to staging or production. In my case the COM object became corrupted in the move. I uninstalled the corrupted DLL and re-installed it again (getting the DLL from the server that was working).

I have had this problem when something happened with MTS and the DLL did not get registered correctly. I removed it from MTS, and added it back again.
 
Hi,

thanks for the info. I'll try re-registering a new copy of it and see if that cures it.

Darren
 
Hi.

The object is in an MTS package, exactly as it is on my test server. I've just deleted the package, re-created it, added a new version of my dll and it still doesn't work!

I'm at a loss. The MS Knowledge base doesn't even acknowledge the error.

Any further help greatly appreciated.

Darren

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top