BookmarkSubscribeRSS Feed
samuelw
Fluorite | Level 6
When you attempt to schedule a SAS Enterprise Guide 4.2 project in a Windows x64 operating environment, the Visual Basic script fails with an error similar to the following:
Script: C:\EGP\EGScript1.vbs

Line: 7

Char: 1

Error: Object required

Code: 800A01A8

Source: Microsoft VBScript runtime error

This error is related to using 32-bit Component Object Model (COM) objects on x64 platforms. The current workaround is to create a .bat file that points to the 32-bit cscript file and then use the Windows Scheduler to schedule the .bat file to run. The contents of the .bat file should look similar to the following:
C:\WINDOWS\SysWOW64\cscript C:\EGP\EGScript1.vbs -l

http://support.sas.com/kb/35/654.html

I don't know how to fix this issue. Could anyone please shed some lights?
2 REPLIES 2
Patrick
Opal | Level 21
Hi
The note you cite also gives the solution: You need to install the hotfix provided.
HTH
Patrick
samuelw
Fluorite | Level 6
Thanks Patrick

Mine ver. is a learning edition.

I cannot locate the sassw.config file anywhere

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1629 views
  • 0 likes
  • 2 in conversation