Welcome, Guest
Please Login or Register.    Lost Password?

Solution for Error 800A01AD (Unbrowse scripting)
(1 viewing) (1) Guest
Get quick Unbrowse SNMP help from Unleash Networks Engineers. The fastest way.
Go to bottomPage: 1
TOPIC: Solution for Error 800A01AD (Unbrowse scripting)
#229
Solution for Error 800A01AD (Unbrowse scripting) 10 Months, 4 Weeks ago Karma: 0
Hi,

If you are running 64-bit version of Windows operating system you might get the following error while trying to run the Scripting Samples.

Code:

VB Script "Error: ActiveX component cant create object, Code: 800A01AD" 



This is because by default, Windows 64-bit starts the 64-bit version of cscript.exe (the VBS interpreter).


Solution for this is to start the VBS file with the 32-bit version of the Windows Scripting Host ,which is located in the directory "C:WINDOWSSysWOW64", cd in to this directory and execute the VB script
Code:

C:WindowsSysWOW64>cscript.exe t2sql.vbs
vipin
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthday: 04/02
Last Edit: 2009/09/04 03:16 By vipin.Reason: .
The administrator has disabled public write access.
 
Go to topPage: 1