BLOG     |     FORUM

Forum Login

Login is optional - if you want to be notified about responses via email. You can also simply ask a question without logging in.



Just ask your question

No signup required

There is no need to sign up or register to ask a question in the forums.

Just ask your question.

You need to signup if you wish to be notified of answers to your question by email.

Other links

Other ways to reach us

Follow us on Twitter

Follow on twitter

Send us an email

mail us

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 bottom
Post Reply
Post New Topic
Page: 1
TOPIC: Solution for Error 800A01AD (Unbrowse scripting)
#229
Solution for Error 800A01AD (Unbrowse scripting) 2 Years, 5 Months 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
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Last Edit: 2009/09/04 03:16 By .Reason: .
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1