Help - VBScript runtime error '800a0005' 
Author Message
 Help - VBScript runtime error '800a0005'

Hello all,

I am receiving the above error message while attempting to run a page from
IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.

Can someone help me out,

Thanks,
g



Tue, 18 Dec 2001 03:00:00 GMT  
 Help - VBScript runtime error '800a0005'
You need to check the line number of the page that's giving you that error,
debug it and try again.

--
Webslinger
http://www.bnicewd.com


Quote:
> Hello all,

> I am receiving the above error message while attempting to run a page from
> IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.

> Can someone help me out,

> Thanks,
> g



Wed, 19 Dec 2001 03:00:00 GMT  
 Help - VBScript runtime error '800a0005'
A VBScript runtime error 5 is:

5 Invalid procedure call or argument

Is the error in server-side ASP or in client-side script?

--
Michael Harris


| Hello all,
|
| I am receiving the above error message while attempting to run a page from
| IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.
|
| Can someone help me out,

|
| Thanks,
| g
|
|



Wed, 19 Dec 2001 03:00:00 GMT  
 Help - VBScript runtime error '800a0005'
I don't know - the code is from a 3rd party vendor who told me that the IIS
servers he was using were plain vanillia so I will assume it is server side.

This is the error I receive:
Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'string'

/ithelpdesk/Tech/Reassign.asp, line 68

This is the code from the page, line 68:
if len(varDiv) > varLongestDivision then varDiv =
left(varDiv,(varLongestDivision - 3)) & "..."

I'm also getting this on another page so any help you could give me would be
a bonus.

Thanks,
George


Quote:
> A vbscript runtime error 5 is:

> 5 Invalid procedure call or argument

> Is the error in server-side ASP or in client-side script?

> --
> Michael Harris



> | Hello all,
> |
> | I am receiving the above error message while attempting to run a page
from
> | IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.
> |
> | Can someone help me out,

> |
> | Thanks,
> | g
> |
> |



Thu, 20 Dec 2001 03:00:00 GMT  
 Help - VBScript runtime error '800a0005'
George,

I should think that the varLongestDivision variable has a value of less than
3 which means that the Left functions is instructed to extract a string from
before the first char. That will cause an error.

--
Regards

VB-Joker
Carsten Thomsen/MCSE

PLEASE post ALL replies to the newsgroup(s) so we can all benefit from the
discussion!

Quote:
> I don't know - the code is from a 3rd party vendor who told me that the
IIS
> servers he was using were plain vanillia so I will assume it is server
side.

> This is the error I receive:
> Microsoft VBScript runtime error '800a0005'

> Invalid procedure call or argument: 'string'

> /ithelpdesk/Tech/Reassign.asp, line 68

> This is the code from the page, line 68:
> if len(varDiv) > varLongestDivision then varDiv =
> left(varDiv,(varLongestDivision - 3)) & "..."

> I'm also getting this on another page so any help you could give me would
be
> a bonus.

> Thanks,
> George



> > A vbscript runtime error 5 is:

> > 5 Invalid procedure call or argument

> > Is the error in server-side ASP or in client-side script?

> > --
> > Michael Harris



> > | Hello all,
> > |
> > | I am receiving the above error message while attempting to run a page
> from
> > | IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.
> > |
> > | Can someone help me out,

> > |
> > | Thanks,
> > | g
> > |
> > |



Thu, 20 Dec 2001 03:00:00 GMT  
 Help - VBScript runtime error '800a0005'
I am having an error '800a0005' in jscript, also an invalid procedure call
or argument error. The code it comes from follows.

 function _SOM_createDE()
 {
  if (!this._bDECreated)
  {
   DE = Server.CreateObject('DERuntime.DERuntime');
   DE.Init(Application('DE')); (!this is the faulty line!)
   this._bDECreated = true;
  }
 }

this code is contained in the pm.asp, part of the scriptlibrary directory
when using interdev.  The asp is called when using design time controls.  I
to would appreciate some help, and this may help george as well.

Jeff Mace


Quote:
> Hello all,

> I am receiving the above error message while attempting to run a page from
> IIS 4.0 unpatched on an NT 4.0 SP4 box via IE4 & 5.

> Can someone help me out,

> Thanks,
> g



Sun, 30 Dec 2001 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Microsoft Script runtime error '800a0005'

2. runtime-error '800a0005'

3. Microsoft VBScript runtime error '800a000d'

4. Microsoft VBScript runtime error '800a0007'

5. Microsoft VBScript runtime error '800a0e7d'

6. VBScript runtime error '800a0046'

7. Microsoft VBScript runtime error '800a01a8'

8. Microsoft VBScript runtime error '800a000d'

9. Microsoft VBScript runtime error '800a01a8'

10. Microsoft VBScript runtime error '800a01a8'

11. Microsoft VBScript runtime error '800a000d'

12. Microsoft VBScript runtime error '800a0046'

 

 
Powered by phpBB® Forum Software