Re: ASP Error opening Excel
From: Karl Levinson [x y] mvp (levinson_k@excite.com)
Date: 11/07/02
- Next message: Alun Jones: "Re: Need help with FTP permissions"
- Previous message: Stefan Schachner[MS]: "RE: ASP Error opening Excel"
- In reply to: Hajime Kusakabe: "ASP Error opening Excel"
- Next in thread: Hajime: "Re: ASP Error opening Excel"
- Reply: Hajime: "Re: ASP Error opening Excel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <levinson_k@excite.com> Date: Thu, 7 Nov 2002 13:56:50 -0500
"Hajime Kusakabe" <hajime.kusakabe@eimcoprocess.com> wrote in message
news:563d01c28683$66d1d2e0$95e62ecf@tkmsftngxs02...
> I am receiving the following error;
> ==============================================
> Error Type:
> Server object, ASP 0178 (0x80070005)
> The call to Server.CreateObject failed while checking
> permissions. Access is denied to this object.
> ==============================================
>
> Code is;
> ==============================================
> dim xlApp
> Set xlApp = Server.CreateObject("Excel.Application") <<<
> ==============================================
>
> I did all permissiion stuff, Q278013, Q315454, Q192152 but
> nothing worked.
Sounds like a permissions problem. You should enable auditing, then check
the Windows security event log. You might also be able to see what
permission is lacking by looking in the IIS web server log.
Also, it could be that the ID you think is being used is not the one being
used. As you might already know, the IWAM_computername account [and not the
IUSR account] is used if the Application Isolation setting on the folder
containing your .ASP script is set to Medium or High in the IIS MMC.
http://www.securityadmin.info/faq.htm#auditing - enabling auditing
http://www.securityadmin.info/faq.htm#iwam - IWAM vs IUSR
http://www.iisfaq.com - lots of answers to lots of IIS questions
- Next message: Alun Jones: "Re: Need help with FTP permissions"
- Previous message: Stefan Schachner[MS]: "RE: ASP Error opening Excel"
- In reply to: Hajime Kusakabe: "ASP Error opening Excel"
- Next in thread: Hajime: "Re: ASP Error opening Excel"
- Reply: Hajime: "Re: ASP Error opening Excel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|