Re: ASP Error opening Excel
From: Karl Levinson [x y] mvp (levinson_k@excite.com)
Date: 11/08/02
- Next message: Karl Levinson [x y] mvp: "Re: IIS Basic Auth logon failure"
- Previous message: Karl Levinson [x y] mvp: "Re: FTP Access behind Firewall"
- In reply to: Hajime: "Re: ASP Error opening Excel"
- Next in thread: Stefan Schachner[MS]: "Re: ASP Error opening Excel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <levinson_k@excite.com> Date: Fri, 8 Nov 2002 15:11:06 -0500
Just a guess, but I wonder if the IWAM password is not correct... the IWAM
password is cached in the IIS metabase and it needs to match the password on
the IWAM account in the Windows user database. You can use the ADSUTIL to
check or change the password in the IIS metabase. See below:
http://securityadmin.info/faq.htm#iwam
The ADSUTIL.VBS command can be used to retrieve or change the IWAM and/or
IUSR ID and/or password stored in the IIS metabase. For example, you may
need to use the command "ADSUTIL GET" to get the IWAM password from the
metabase, then use the Windows 2000 / XP / .NET Local Users and Groups MMC
to change the password on the IWAM account to match.
More information on using the ADSUTIL.VBS command can be found in the
articles below:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q297989
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q296851
If you have deleted or created a new login ID to be used instead of the
existing IWAM or IUSR account, you may need to grant the new account
permission to "Log on Locally." See the article below for more information:
www.iisfaq.com/default.asp?View=A324&P=128
"Hajime" <hajime.kusakabe@eimcoprocess.com> wrote in message
news:02f801c286b4$9fe00850$3aef2ecf@TKMSFTNGXA09...
> Karl,
>
> Thank you for your messege.
> The system log said;
> "access denied attempting to launch a dcom"
>
> I guess I should check it by dcomcnfg but not much idea
> what and how I should change.
>
> Haji
>
>
> >-----Original Message-----
> >
> >"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: Karl Levinson [x y] mvp: "Re: IIS Basic Auth logon failure"
- Previous message: Karl Levinson [x y] mvp: "Re: FTP Access behind Firewall"
- In reply to: Hajime: "Re: ASP Error opening Excel"
- Next in thread: Stefan Schachner[MS]: "Re: ASP Error opening Excel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|