BookmarkSubscribeRSS Feed
SteveHolland
Calcite | Level 5

We are trying to convert all of our old schedule report extracts from Access to SAS.  We currently have windows task scheduler open batch files that open specific access db's then run the job and export a file.  I recreated a job in SAS and am set up a schedule for it to run at a certain time, but nothing happens....Is it because we use SAS EG via Citrix and not the installed application?  If that is the case, Is there a way to do it when you get to EG via Citrix?

2 REPLIES 2
SASKiwi
PROC Star

I suspect the reason why it is not working is you must have an active Citrix session going for the scheduling within that session to work.

This is the same as scheduling a job on your PC but then having it switched off when the scheduled job is due to run. I'm not very familiar with Citrix, but there must be a way of scheduling a Citrix session to start and then automatically run a job. I would suggest you talk to your Citrix administrator to find out what you need to do.

Check this out to understand more how EG scheduling works: http://blogs.sas.com/content/sasdummy/?s=scheduling

An alternative would be to export your EG project to SAS code and then schedule this on your SAS server via SAS Management Console.  In my opinion this would be a more reliable solution anyway as any Citrix issues are then removed. We use this approach for all our SAS scheduling and it is very reliable.

jakarman
Barite | Level 11

Agree with SASkiwi, With Citrix you are having an emulated desktop. Emulating the real thing usually adds problems to the real thing. With a real desktop you should by policies not use the Windows scheduler.
Instead use it on the server-side where you SAS processes are run. With the SMC you are connecting to the SAS server and than define those server scheduling jobs. This should be configured at your SAS server-side.

The most advanced one is using LSF (full scheduler load balancing options.)  A more simple one would be using the host scheduler as that can be Windows (you known that one)  or Unix (cron as basic) but needing to have it opened up by your system admins.  System admins can be a blocking factor as being convinced they are the only ones getting access to scheduling.  

---->-- ja karman --<-----

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
  • 1903 views
  • 0 likes
  • 3 in conversation