Page 1 of 1

Call .exe file

Posted: Thu Sep 02, 2010 8:46 am
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....

Posted: Thu Sep 02, 2010 10:20 am
by victor236
The parameters which we was passing are given wrong... :D

Thanks...