all groups > inetserver asp components > october 2007 >
You're in the

inetserver asp components

group:

Server object error 'ASP 0177 : 8007000e'


Server object error 'ASP 0177 : 8007000e' NB
8/20/2005 2:50:15 AM
inetserver asp components:
Hi,

I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
am trying to create an instance of an ActiveX control using
Server.CreateObject.I am getting the following error:

Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed

I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
Does anyone have any idea why this is happening?

Thanks,
NB
Re: Server object error 'ASP 0177 : 8007000e' Bullschmidt
8/22/2005 12:14:35 PM
This might hopefully give you some clues:

http://www.aspfaq.com/search.asp?q=8007000e

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...

<<
I have a Windows 2003 server running IIS 6.0.I have an ASP page in which
I
am trying to create an instance of an ActiveX control using
Server.CreateObject.I am getting the following error:

Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed

I read that '8007000e' is the 'Out of Memory ' error.But the same ASP
page
works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
Does anyone have any idea why this is happening?
[quoted text, click to view]


RE: Server object error 'ASP 0177 : 8007000e' JitGanguly
8/23/2005 2:25:52 PM
Try to open the database folder and check if ther's an ldb file.. if thers is
one that means not all the connections are close.. you'll need to close the
connection then clean it (conn.Close : set conn = nothing)

[quoted text, click to view]
Re: Server object error 'ASP 0177 : 8007000e' Egbert Nierop (MVP for IIS)
9/1/2005 12:00:00 AM

[quoted text, click to view]

Hi,

Use CreateObject instead of Server.CreateObject. You'll often get a more
detailed error message and the last method, is really bloated call to create
an object.

Second, about what Component are we speaking here?
It is very usefull to tell us about that, so we can give more suggestions.

Often third party components, are not tested on all OS-es or you create (as
you said) an activeX Control which -should not- be ran inside IIS. IIS 6 is
more strict about that.


[quoted text, click to view]
Re: Server object error 'ASP 0177 : 8007000e' sunjib mohanty
10/24/2007 5:08:13 AM
Hi,

I am having the same problem, when I run my web application with IIS 5
isolation mode, works fine but fails to execute in workers in IIS 6.

Did you get any solution to this.

Re: Server object error 'ASP 0177 : 8007000e' sunjib mohanty
10/24/2007 5:08:37 AM
Hi,

I am having the same problem, when I run my web application with IIS 5
isolation mode, works fine but fails to execute in workers in IIS 6.

Did you get any solution to this.

Note : I am running gsw32.exe(5.5) graphic server 3rd party

Regards
AddThis Social Bookmark Button