Exec Command Activity not executing properly

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
aladap12
Participant
Posts: 60
Joined: Fri Jul 20, 2007 1:15 pm
Location: NO

Exec Command Activity not executing properly

Post by aladap12 »

Hi,

I am having excute command activity on my sequencer, it calls windows batch file which will get the input data from ftps site.

Problem is when ever we ran the job sequencer it not processing Exec command stage, it is stoping there and job is in running state.

if we ran the script out side the datastage and after that if you ran the job sequencer it working properly.

What should be the reason for this, why it is not running properly if we ran directly from the datastage.

Give me suggetions..

Thanks
VKR
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The job stays and waits until the .bat file returns control to it; so most likely the script is hanging (quite often the cause is an "input" that is required that never gets answered)
Post Reply