473,396 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

trouble creating object in win 2000

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).

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.

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!

Michael
Jul 22 '05 #1
8 3979
On Wed, 5 Jan 2005 16:11:07 -0800, "mcmg"
<mc**@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
Jul 22 '05 #2
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"
<mc**@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

Jul 22 '05 #3
to determine if it is a file security problem temporarily set the anonymous
user account to an administrator account (might need to re-start web
services).

If the app works then you will need to identify the files that do not have
the correct permissions for the IUSR account. They will not necessarily be
in the web directory. Most likely there are some dlls in the system
directory that the component relies on.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
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"
<mc**@discussions.microsoft.com> wrote:
Hi,

I have an asp app that works fine on a windows xp machine but does not workon 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'tfind 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 butstill 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

Jul 22 '05 #4
good advice, I tried with an admin account and still no luck so it doesn't
look like a security issue...hmm, maybe it's just a general compatibility
issue my dll is having with win 2k, although it does register and I've made
sure all it's dependencies are present. argg, this is getting frustrating....

"Mark Schupp" wrote:
to determine if it is a file security problem temporarily set the anonymous
user account to an administrator account (might need to re-start web
services).

If the app works then you will need to identify the files that do not have
the correct permissions for the IUSR account. They will not necessarily be
in the web directory. Most likely there are some dlls in the system
directory that the component relies on.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
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"
<mc**@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


Jul 22 '05 #5
try calling it from a .vbs file while logged onto the server

Dim obj

Set obj = CreateObject("Valid.ProgID")

set obj = Nothing
--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:1A**********************************@microsof t.com...
good advice, I tried with an admin account and still no luck so it doesn't
look like a security issue...hmm, maybe it's just a general compatibility
issue my dll is having with win 2k, although it does register and I've made sure all it's dependencies are present. argg, this is getting frustrating....
"Mark Schupp" wrote:
to determine if it is a file security problem temporarily set the anonymous user account to an administrator account (might need to re-start web
services).

If the app works then you will need to identify the files that do not have the correct permissions for the IUSR account. They will not necessarily be in the web directory. Most likely there are some dlls in the system
directory that the component relies on.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
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"
> <mc**@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
>


Jul 22 '05 #6
sorry if I did this wrong, haven't really worked with .vbs files...if I
simply put

Dim obj
Set obj = CreateObject("Valid.ProgID")
set obj = Nothing

and saved it as "testobj.vbs". I ran it I got:

Error: 0xFFFFDF8F
Code: FFFFDF8F

if I comment out my object tag and add in a
<SCRIPT language=VBScript src="testobj.vbs"></SCRIPT>

then ie returns the error:
ActiveX component can't create object: "MyApp.MyProgID"

please correct me if I did this wrong, I'm completely new to server side
apps and fairly new to scripting. Earlier I tried somehing very similar,
commenting out my object tag and adding a Set obj =
Server.CreateObject("Valid.ProgID") into Session_OnStart in my global.asa.
Still no success :-s

Michael
ps ..and yes I am replacing "Valid.ProgID" with a valid ProgID that is in
the registry ;-)

"Mark Schupp" wrote:
try calling it from a .vbs file while logged onto the server

Dim obj

Set obj = CreateObject("Valid.ProgID")

set obj = Nothing
--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:1A**********************************@microsof t.com...
good advice, I tried with an admin account and still no luck so it doesn't
look like a security issue...hmm, maybe it's just a general compatibility
issue my dll is having with win 2k, although it does register and I've

made
sure all it's dependencies are present. argg, this is getting

frustrating....

"Mark Schupp" wrote:
to determine if it is a file security problem temporarily set the anonymous user account to an administrator account (might need to re-start web
services).

If the app works then you will need to identify the files that do not have the correct permissions for the IUSR account. They will not necessarily be in the web directory. Most likely there are some dlls in the system
directory that the component relies on.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
> 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"
> > <mc**@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
> >


Jul 22 '05 #7
In order to run a vbs file it must be called from the scripting environment.
Usually there is a file association already but maybe there isn't on your
system.

With the original vbs code, start a console prompt and try "cscript
testobj.vbs". If that still gives you the "cannot create object" error then
there is probably something wrong with your object or it is missing a
dependant component on the server. You may want to get FileMon
(http://www.sysinternals.com/) and see if file access is failing.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
sorry if I did this wrong, haven't really worked with .vbs files...if I
simply put

Dim obj
Set obj = CreateObject("Valid.ProgID")
set obj = Nothing

and saved it as "testobj.vbs". I ran it I got:

Error: 0xFFFFDF8F
Code: FFFFDF8F

if I comment out my object tag and add in a
<SCRIPT language=VBScript src="testobj.vbs"></SCRIPT>

then ie returns the error:
ActiveX component can't create object: "MyApp.MyProgID"

please correct me if I did this wrong, I'm completely new to server side
apps and fairly new to scripting. Earlier I tried somehing very similar,
commenting out my object tag and adding a Set obj =
Server.CreateObject("Valid.ProgID") into Session_OnStart in my
global.asa.
Still no success :-s

Michael
ps ..and yes I am replacing "Valid.ProgID" with a valid ProgID that is in
the registry ;-)

"Mark Schupp" wrote:
try calling it from a .vbs file while logged onto the server

Dim obj

Set obj = CreateObject("Valid.ProgID")

set obj = Nothing
--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:1A**********************************@microsof t.com...
> good advice, I tried with an admin account and still no luck so it
> doesn't
> look like a security issue...hmm, maybe it's just a general
> compatibility
> issue my dll is having with win 2k, although it does register and I've

made
> sure all it's dependencies are present. argg, this is getting

frustrating....
>
> "Mark Schupp" wrote:
>
> > to determine if it is a file security problem temporarily set the

anonymous
> > user account to an administrator account (might need to re-start web
> > services).
> >
> > If the app works then you will need to identify the files that do not

have
> > the correct permissions for the IUSR account. They will not
> > necessarily

be
> > in the web directory. Most likely there are some dlls in the system
> > directory that the component relies on.
> >
> > --
> > Mark Schupp
> > Head of Development
> > Integrity eLearning
> > www.ielearning.com
> >
> >
> > "mcmg" <mc**@discussions.microsoft.com> wrote in message
> > news:3B**********************************@microsof t.com...
> > > 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"
> > > > <mc**@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
> > > >
> >
> >
> >


Jul 22 '05 #8
YES! Thank for all your help, I think I've got it now after using FileMon.
Here was the problem...

I have my app setup something like this:
<_private>
<path>
global.asa
*.asp
*.css
etc

in the path directory I have my dll plus several powerbuilder
redistributables. It turns out even though I added this directory to the
environmental variable PATH, win2k was unable to locate pbvm90.dll (one of
the powerbuilder redistributables). winxp does not have this problem. I
moved the pb redistributables to the system folder and now it doesn't have a
problem creating the object :-D

FileMon turned out to be just what I needed to see exactly where the problem
was. thx for the help Mark!

Michael
"Mark Schupp" wrote:
In order to run a vbs file it must be called from the scripting environment.
Usually there is a file association already but maybe there isn't on your
system.

With the original vbs code, start a console prompt and try "cscript
testobj.vbs". If that still gives you the "cannot create object" error then
there is probably something wrong with your object or it is missing a
dependant component on the server. You may want to get FileMon
(http://www.sysinternals.com/) and see if file access is failing.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
sorry if I did this wrong, haven't really worked with .vbs files...if I
simply put

Dim obj
Set obj = CreateObject("Valid.ProgID")
set obj = Nothing

and saved it as "testobj.vbs". I ran it I got:

Error: 0xFFFFDF8F
Code: FFFFDF8F

if I comment out my object tag and add in a
<SCRIPT language=VBScript src="testobj.vbs"></SCRIPT>

then ie returns the error:
ActiveX component can't create object: "MyApp.MyProgID"

please correct me if I did this wrong, I'm completely new to server side
apps and fairly new to scripting. Earlier I tried somehing very similar,
commenting out my object tag and adding a Set obj =
Server.CreateObject("Valid.ProgID") into Session_OnStart in my
global.asa.
Still no success :-s

Michael
ps ..and yes I am replacing "Valid.ProgID" with a valid ProgID that is in
the registry ;-)

"Mark Schupp" wrote:
try calling it from a .vbs file while logged onto the server

Dim obj

Set obj = CreateObject("Valid.ProgID")

set obj = Nothing
--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mcmg" <mc**@discussions.microsoft.com> wrote in message
news:1A**********************************@microsof t.com...
> good advice, I tried with an admin account and still no luck so it
> doesn't
> look like a security issue...hmm, maybe it's just a general
> compatibility
> issue my dll is having with win 2k, although it does register and I've
made
> sure all it's dependencies are present. argg, this is getting
frustrating....
>
> "Mark Schupp" wrote:
>
> > to determine if it is a file security problem temporarily set the
anonymous
> > user account to an administrator account (might need to re-start web
> > services).
> >
> > If the app works then you will need to identify the files that do not
have
> > the correct permissions for the IUSR account. They will not
> > necessarily
be
> > in the web directory. Most likely there are some dlls in the system
> > directory that the component relies on.
> >
> > --
> > Mark Schupp
> > Head of Development
> > Integrity eLearning
> > www.ielearning.com
> >
> >
> > "mcmg" <mc**@discussions.microsoft.com> wrote in message
> > news:3B**********************************@microsof t.com...
> > > 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"
> > > > <mc**@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
> > > >
> >
> >
> >


Jul 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Robert | last post by:
I get these errors when creating a asp .net web application project in VS 2003 on a remote web server: "Microsoft Development Environment The Web was created successfully, but an error occurred...
10
by: gregory_may | last post by:
I have an application I created called "JpegViewer.exe". It simply loads a Jpeg file and displays in on the screen. It works great, in my lab. When I am using it at a customer site, things...
1
by: longtim | last post by:
I have been having endless difficulty creating reports/queries that set any relevent parameters from controls in forms. I am creating an application under access 2003 but will target access...
8
by: Nanda | last post by:
hi, I am trying to generate parameters for the updatecommand at runtime. this.oleDbDeleteCommand1.CommandText=cmdtext; this.oleDbDeleteCommand1.Connection =this.oleDbConnection1;...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
1
by: Jozef | last post by:
Hello. I'm having trouble creating a blank solution (and ASP.net web application) from my laptop. I own the server (in fact it's sitting right next to me) and have added the URL to the trusted...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
10
by: Hendri Adriaens | last post by:
Hi, I'm trying to automate the creation of an excel file via COM. I copied my code below. I read many articles about how to release the COM objects that I create. The code below runs just fine...
24
by: GesterX | last post by:
First of all I'm new to this site but it certainly looks like a place that i will be visiting more often! Onto my problem. I am creating a Hotel Bussiness project in java using BlueJ The...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.