Perhaps I am just having a bad day and a mental "whiteout", but a colleague has just brought up an issue that I cannot quite understand or explain.
We are running Version 8 on AIX. If I try to schedule a job from the director I get an error message stating that I have insufficient privileges to perform that function - but on close inspection, the error is referring to the "at" command, not the UNIX "cron" command that I would have expected.
I was certain, until now, that scheduling a job from the director on a UNIX DataStage server would, in fact, add the request on the Server and not on the client. Can anyone confirm this supposition, or tell me that my remembery is incorrect?
Scheduling Jobs at V8
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
at is used for "one shot" schedules, cron for repeating schedules. It was thus in earlier versions also.
Note that this is the UNIX command at and not the Windows command AT.
Note that this is the UNIX command at and not the Windows command AT.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Exactly, you've always needed 'allow' permissions to both cron and at for UNIX. And as Ray notes, cron does all of the repeating schedules while at does schedules that only run once. Granted, the vast majority of times you're doing the 'every X' type scheduling so for some people the issue may never surface.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
</a>