Scheduler for SEQUENCE Job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
imfarhan
Participant
Posts: 53
Joined: Tue Jul 24, 2012 9:34 am

Scheduler for SEQUENCE Job

Post by imfarhan »

Dear All,
I've a simple SEQUENCE job 'x' which runs successfully when I run manually but when I schedule the 'x' SEQUENCE job the Status keep showing 'Running' but doesn't do anything the Log show like:

Code: Select all

SHFT_Sequence: Set NLS locale to US-ENGLISH,US-ENGLISH,US-ENGLISH,US-ENGLISH,US-ENGLISH
One of the first thing in my 'x' SEQUENCE job is to run the Batch file
The batch file simply copy file from FTP server into the local server.

Appreciate your help.
Kind regards,
F
Farhan Syed
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Typically that would be because your batch file has stopped to ask a question and is waiting for an answer. Could be a simple yes/no or could be something like a prompt for a password. And this probably because the scheduled job runs under a different userid.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Let us know what you find out. To be honest, I'm not really following your solution but perhaps it's not important that I do if you've got something that works for you now. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply