Call .exe file

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
victor236
Participant
Posts: 8
Joined: Thu Aug 12, 2010 10:37 am

Call .exe file

Post by victor236 »

Hi....

I have an .exe file on my datastage windows server, My job is to trigger that exe file by passing the parameters to that file and invoking it.

It ran fine when triggered manually with cmd.exe interface

Coming to the datastage job, i tried with ExecDos routine as before job routine, and also the command stage passing exactly the same. When i do so, the detailed log is giving me the following message.

*** Output from command was: ***
Error No Output File defined!

Process Aborting!



The path and parameter i am passing is..

<Filepath>\<FileName> connname=<connname> outfile=<Fullpath/file> semaphore=<Full path/File name> customerNumber=<Num> ediversion=<version> rundate=<Date> istest=true


Any help is appreciated...

Thanks in Advance....
Victor
victor236
Participant
Posts: 8
Joined: Thu Aug 12, 2010 10:37 am

Post by victor236 »

The parameters which we was passing are given wrong... :D

Thanks...
Victor
Post Reply