Re: trouble creating object in win 2000
From: mcmg (mcmg_at_discussions.microsoft.com)
Date: 01/06/05
- Next message: Ray Costanzo [MVP]: "Re: Page Error (Can't be Found)"
- Previous message: DanC: "problem solved"
- In reply to: Jeff Cochran: "Re: trouble creating object in win 2000"
- Next in thread: Mark Schupp: "Re: trouble creating object in win 2000"
- Reply: Mark Schupp: "Re: trouble creating object in win 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 Jan 2005 10:05:01 -0800
Thanks for the reply,
IIS is set to Anonymous Access (IUSR Account), NTFS permissions (full
control) have been given to the group "Everyone" and the IIS accounts IUSR
and IWAM.
my object (a .dll build with powerbuilder9) registers successfully
" If you see an 8002802b error on any other COM object, make sure you are
using set objectName = Server.CreateObject("Valid.ProgID"). If you are using
an <OBJECT Progid=> tag, this error can be more likely to occur."
(http://www.aspfaq.com/show.asp?id=2323)
As per above, I tried setting my object in script rather than using an
object tag, still no luck.
Searches of error 8002802B have turned up a couple ideas but nothing that
has worked yet. Any other suggestions? Thanks...
Michael
"Jeff Cochran" wrote:
> On Wed, 5 Jan 2005 16:11:07 -0800, "mcmg"
> <mcmg@discussions.microsoft.com> wrote:
>
> >Hi,
> >
> >I have an asp app that works fine on a windows xp machine but does not work
> >on a windows 2000 server.
> >
> >I have the following code in my global.asa:
> >
> ><OBJECT RUNAT=Server
> > SCOPE=SESSION
> > ID=MyID
> > PROGID="MyAppName.MyID">
> ></OBJECT>
> >
> >I get the following error when trying to run my app:
> >
> >Active Server Pages (0x8002802B)
> >An error occurred while creating object 'MyID'
> >
> >Initial searches pointed me towards a permissions error but I still can't
> >find the problem (everybody has full permission to the app folder).
>
> "Everybody" as in every user account or "Everybody" as in the group
> Everybody, which doesn't inlcude the IUSR anonymous user account?
>
> >Once agian it works on windows xp machines running IIS 5.1 but does not
> >works on win 2000 IIS 5.0. I think I've changed every setting in IIS but
> >still can't get it to work.
>
> What about NTFS permissions?
>
> >Any suggestions on what might be the problem or how I can troubleshoot this?
> > I'd be happy to post whatever more info might be helpful. Thanks!
>
> Maybe:
>
> http://www.aspfaq.com/show.asp?id=2323
>
> Jeff
>
- Next message: Ray Costanzo [MVP]: "Re: Page Error (Can't be Found)"
- Previous message: DanC: "problem solved"
- In reply to: Jeff Cochran: "Re: trouble creating object in win 2000"
- Next in thread: Mark Schupp: "Re: trouble creating object in win 2000"
- Reply: Mark Schupp: "Re: trouble creating object in win 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|