Originally posted by: SystemAdmin
Thinking about it now, and waiting for my co-worker to get back to me, I don't know if it's practical, but maybe have an entry for a script in the CRON table that runs every X minutes and looks for the presence of a/the file, and if it is there, it executes the the actual script you want run.
For the pre-script;
Have a script named "runmap.sh" with the logic to run the map.
Have a Unix script named "LOOKFORFILE" running every minute in the CRON Table. In the script the logic is;
If runscript.txt is present, exec runmap.sh, else, do nothing. (I don't know how you would code that in Unix).
Job runs and last step is to create file runscript.txt.
The script "LOOKFORFILE" kicks off the next minute and sees the runscript.txt file, and executes "runmap.sh", and deletes "runscript.txt".
Maybe?
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender