Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: RE: Strange Error message


Message #1 by "Qin, Lisa" <LQin@q...> on Thu, 30 Nov 2000 15:18:41 -0800
Thanks for replying, but the bed news is that we can't find that guy

anymore.



Thanks,



Lisa



-----Original Message-----

From: ssteward@a... [mailto:ssteward@a...]

Sent: Thursday, November 30, 2000 2:32 PM

To: ASP components

Subject: [asp_components] RE: Strange Error message





You'll probably want to contact the third party programmer that wrote the

"zipper" component.



-----Original Message-----

From: Lisa Qin [mailto:lqin@q...]

Sent: Thursday, November 30, 2000 12:55 PM

To: ASP components

Subject: [asp_components] Strange Error message





Dear all,I had a secured intra_net running ASP script, there is a "zipper"

component written by a third party programmer.  The zipper compress the

files and zip them.  It was running fine until I moved the website onto

another server. The server settings are the same expect the old one runs

Service Pack 3 and the new one runs Service Pack 4.  I got the error

message:



Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'zipper'

/examtrak/batchreq.asp, line 133



It has been registed successfully, it supposd to call PKzip to zip the

files.  But I guess there is something wrong with the component's method.

The strange thing is that it works fine wiht my old mechine.



Thanks





Message #2 by "jigs gandhi" <newsgroup@h...> on Fri, 1 Dec 2000 09:19:41 +0530
This is a multi-part message in MIME format.



------=_NextPart_000_027C_01C05B77.D5AE9C40

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



hi,



can i have a look at the code ??



may be there is some problems initiating the object



jigs

  ----- Original Message -----

  From: Lisa Qin

  To: ASP components

  Sent: Friday, December 01, 2000 12:24 AM

  Subject: [asp_components] Strange Error message





  Dear all,I had a secured intra_net running ASP script, there is a 

"zipper"

  component written by a third party programmer.  The zipper compress 

the

  files and zip them.  It was running fine until I moved the website 

onto

  another server. The server settings are the same expect the old one 

runs

  Service Pack 3 and the new one runs Service Pack 4.  I got the error

  message:



  Microsoft VBScript runtime error '800a01b6'

  Object doesn't support this property or method: 'zipper'

  /examtrak/batchreq.asp, line 133



  It has been registed successfully, it supposd to call PKzip to zip the

  files.  But I guess there is something wrong with the component's 

method.

  The strange thing is that it works fine wiht my old mechine.



  Thanks





  ---

  .NET Runtime components or build your own ASP+

  Decisions. Decisions!

  Wrox Professional Web Developer Conference

  29 November - 1 December

  http://www.wroxconferences.com/WebdevEurope?mid038



newsgroup@h...


$subst('Email.Unsub')










Message #3 by Imar Spaanjaars <Imar@S...> on Fri, 01 Dec 2000 07:36:59 +0100

Does the IUSR_MachineName have sufficient access right to various commands 

and files?

I can imagine that you need to give it permission to execute dos commands 

(PKZip is Dos based, right??) or give access to certain directories to 

write zip / temp files in.....





Imar







At 06:54 PM 11/30/2000 +0000, you wrote:

>Dear all,I had a secured intra_net running ASP script, there is a "zipper"

>component written by a third party programmer.  The zipper compress the

>files and zip them.  It was running fine until I moved the website onto

>another server. The server settings are the same expect the old one runs

>Service Pack 3 and the new one runs Service Pack 4.  I got the error

>message:

>

>Microsoft VBScript runtime error '800a01b6'

>Object doesn't support this property or method: 'zipper'

>/examtrak/batchreq.asp, line 133

>

>It has been registed successfully, it supposd to call PKzip to zip the

>files.  But I guess there is something wrong with the component's method.

>The strange thing is that it works fine wiht my old mechine.

>

>Thanks





Message #4 by =?Windows-1252?Q?Jenz_R=F6nnow?= <jenz@c...> on Fri, 1 Dec 2000 09:14:25 +0100
But this was a component, not a DOS program she was

running. Is an object you invoke... we run something

called ExceedZip to compress strings transferred between

objects..



One thing. The third party component is installed on the

new server - right?



/Jenz Rönnow



-----Original Message-----

From: Imar Spaanjaars [mailto:Imar@S...]

Sent: den 1 december 2000 07:37

To: ASP components

Subject: [asp_components] Re: Strange Error message







Does the IUSR_MachineName have sufficient access right to various commands

and files?

I can imagine that you need to give it permission to execute dos commands

(PKZip is Dos based, right??) or give access to certain directories to

write zip / temp files in.....





Imar







At 06:54 PM 11/30/2000 +0000, you wrote:

>Dear all,I had a secured intra_net running ASP script, there is a "zipper"

>component written by a third party programmer.  The zipper compress the

>files and zip them.  It was running fine until I moved the website onto

>another server. The server settings are the same expect the old one runs

>Service Pack 3 and the new one runs Service Pack 4.  I got the error

>message:

>

>Microsoft VBScript runtime error '800a01b6'

>Object doesn't support this property or method: 'zipper'

>/examtrak/batchreq.asp, line 133

>

>It has been registed successfully, it supposd to call PKzip to zip the

>files.  But I guess there is something wrong with the component's method.

>The strange thing is that it works fine wiht my old mechine.

>

>Thanks







Message #5 by Imar Spaanjaars <Imar@S...> on Fri, 01 Dec 2000 12:23:14 +0100
True, but I think that the component executes the DOS command. So for both



the component as the DOS executable the right permissions need to be set,

AFAIK.



Imar





At 09:14 AM 12/1/2000 +0100, you wrote:

>But this was a component, not a DOS program she was

>running. Is an object you invoke... we run something

>called ExceedZip to compress strings transferred between

>objects..

>

>One thing. The third party component is installed on the

>new server - right?

>

>/Jenz R=F6nnow





Message #6 by "StephenB" <stephenb@w...> on Fri, 1 Dec 2000 12:03:15 -0000
From another question, you might try this:



Give IUSR_<machinename> permissions using the DCOMCNFG.EXE utility, which

you should find in C:\WinNT\system32 .  See

http://support.microsoft.com/support/kb/articles/Q192/1/52.ASP for

information on using the utility.



Stephen





"Imar Spaanjaars" <Imar@S...> wrote in message

news:22117@a..._components...

>

>

> Does the IUSR_MachineName have sufficient access right to various commands

> and files?

> I can imagine that you need to give it permission to execute dos commands

> (PKZip is Dos based, right??) or give access to certain directories to

> write zip / temp files in.....

>

>

> Imar

>

>

>

> At 06:54 PM 11/30/2000 +0000, you wrote:

> >Dear all,I had a secured intra_net running ASP script, there is a

"zipper"

> >component written by a third party programmer.  The zipper compress the

> >files and zip them.  It was running fine until I moved the website onto

> >another server. The server settings are the same expect the old one runs

> >Service Pack 3 and the new one runs Service Pack 4.  I got the error

> >message:

> >

> >Microsoft VBScript runtime error '800a01b6'

> >Object doesn't support this property or method: 'zipper'

> >/examtrak/batchreq.asp, line 133

> >

> >It has been registed successfully, it supposd to call PKzip to zip the

> >files.  But I guess there is something wrong with the component's method.

> >The strange thing is that it works fine wiht my old mechine.

> >

> >Thanks

>

>

>

>





Message #7 by Robert Chartier <rchartierh@a...> on Fri, 01 Dec 2000 08:17:16 -0500
Hi Lisa,



Make sure that you are calling a method that that object has exposed.  It

seems that "zipper" has not been exposed.   Check the documentation for the



correct call.







At 01:54 PM 11/30/00, you wrote:

>Dear all,I had a secured intra_net running ASP script, there is a "zipper"

>component written by a third party programmer.  The zipper compress the

>files and zip them.  It was running fine until I moved the website onto

>another server. The server settings are the same expect the old one runs

>Service Pack 3 and the new one runs Service Pack 4.  I got the error

>message:

>

>Microsoft VBScript runtime error '800a01b6'

>Object doesn't support this property or method: 'zipper'

>/examtrak/batchreq.asp, line 133

>

>It has been registed successfully, it supposd to call PKzip to zip the

>files.  But I guess there is something wrong with the component's method.

>The strange thing is that it works fine wiht my old mechine.

>

>Thanks

>

>



Robert Chartier

Author, AspFree.com

xxx-xxx-xxxx

rchartierh@a...

http://www.aspfree.com/devlinks

http://www.aspfree.com/authors/robert

http://www.aspalliance.com/nothingmn



Message #8 by "Qin, Lisa" <LQin@q...> on Fri, 1 Dec 2000 10:46:25 -0800
How Do I set the permission for the Dos executable for the component?  

At

the server?



Thanks for help,



Lisa



-----Original Message-----

From: Imar Spaanjaars [mailto:Imar@S...]

Sent: Friday, December 01, 2000 3:23 AM

To: ASP components

Subject: [asp_components] Re: Strange Error message





True, but I think that the component executes the DOS command. So for 

both

the component as the DOS executable the right permissions need to be 

set,

AFAIK.



Imar





At 09:14 AM 12/1/2000 +0100, you wrote:

>But this was a component, not a DOS program she was

>running. Is an object you invoke... we run something

>called ExceedZip to compress strings transferred between

>objects..

>

>One thing. The third party component is installed on the

>new server - right?

>

>/Jenz R=F6nnow







Message #9 by Imar Spaanjaars <Imar@S...> on Sat, 02 Dec 2000 14:00:36 +0100
How and where that should be done I am not sure of.



However, there is a component called ASPExecute which enables executing DOS



and windows applications. The following is from their readme text. It might



help.



<SNIP>

You MUST go into control panel/services/world wide web publishing service

and turn Allow Service to Interact with Desktop on to use this component

if you run IIS as a service.

</snip>



Imar







At 10:46 AM 12/1/2000 -0800, you wrote:

>How Do I set the permission for the Dos executable for the component?  At

>the server?

>

>Thanks for help,

>

>Lisa

>

>-----Original Message-----

>From: Imar Spaanjaars [mailto:Imar@S...]

>Sent: Friday, December 01, 2000 3:23 AM

>To: ASP components

>Subject: [asp_components] Re: Strange Error message

>

>

>True, but I think that the component executes the DOS command. So for both

>the component as the DOS executable the right permissions need to be set,

>AFAIK.

>

>Imar

>

>

>At 09:14 AM 12/1/2000 +0100, you wrote:

> >But this was a component, not a DOS program she was

> >running. Is an object you invoke... we run something

> >called ExceedZip to compress strings transferred between

> >objects..

> >

> >One thing. The third party component is installed on the

> >new server - right?

> >

> >/Jenz R=F6nnow

>

>

>

>



Message #10 by Imar Spaanjaars <Imar@S...> on Sat, 02 Dec 2000 14:13:00 +0100
One more possible solution:

This is from another post on this list, with almost the same subject:



<SNIP>

When u use your COM object DLL from an ASP script, the security is applied

to it.

The security context belongs to IUSR_<servername> local user.

To succeed, use MTS. Create a package for your COM component. Add your

component to the package.

In properties for your package, select the identity tab. Set "This user" and

enter information of a user allowed to execute the rsh.exe program (you'd

better create a special user in the local SAM in order to not use the

Administrator account for your component).

Try it, and it must work.

Best regards / Cordialement

Stephane Dattenny



</snip>



Imar







At 10:46 AM 12/1/2000 -0800, you wrote:

>How Do I set the permission for the Dos executable for the component?  At

>the server?

>

>Thanks for help,

>

>Lisa






  Return to Index