Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft VBScript runtime error '800a0005'

Status
Not open for further replies.

NewbiDoobie

Technical User
Joined
Jul 25, 2005
Messages
63
Location
US
I am getting this error:

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument


It has been traced back to
set m_de = Server.CreateObject("DERuntime.DERuntime")
m_de.Init(Application("DE"))

This was working fine on the dev server. when we moved it to the new server, Not only can we not get interdev to recognise that project (It recognizes another on that server), but it seems we cannot crreate the data environment.
 
make sure that Application("DE") is not empty...

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top