BackOffice Products
1753496 Members
4250 Online
108794 Solutions
New Discussion юеВ

Re: Server.CreateObject Failed

 
Printaporn_1
Esteemed Contributor

Server.CreateObject Failed

Hi,
We randomly get error from IIS6 as below.

Server object error 'ASP 0177 : 80070008'

Server.CreateObject Failed

/facility/fac_request/request_result.asp, line 139

Error reported randomly at different line of code. Some time it is database connection ex. conn.open StrConnection
or sometime line of code point to different code.
The only way to resolve is to reset iis server (iisreset) may be we have to do this 2-3 times/day this a lot effect our service availability.
We face this problem since IIS5 , we try move to IIS6 and configure work process and separate application pool.
We configure parameter for application pool to re-cycle but it doesn't help solve our problem.
Please guide us the steps for further troubleshooting and solve the problem.

Thanks in advance for any help.
enjoy any little thing in my life
4 REPLIES 4
Joseph Loo
Honored Contributor

Re: Server.CreateObject Failed

hi,

i wonder if the object u r calling is working properly since u r randomly getting this error?

may i know exactly what object r u calling?

regards.
what you do not see does not mean you should not believe
Printaporn_1
Esteemed Contributor

Re: Server.CreateObject Failed

Hi Joseph,
thanks for your response.
Sometime code point to
conn.open StrConnection some time it call aspsoft.upload.
the error message is not fix at the specific line of code.
with same code , after do iisreset problem resolved without modify any code.
Then I think this is not coding or permission problem.
enjoy any little thing in my life
Joseph Loo
Honored Contributor

Re: Server.CreateObject Failed

may i take a look at the code, request_result.asp, if that is the page u r getting hit?

regards.
what you do not see does not mean you should not believe
Shaochen Fan
New Member

Re: Server.CreateObject Failed

Server object error 'ASP 0177 : 80070008'

Server.CreateObject Failed

/exchweb/bin/auth/owalogon.asp, line 4

80070008