Hi
I have a WF to invoke a perl scrpt to publish & deploy. The publish piece works fine, deploy seg faults, I can run it from command line with no problem.
Enclosed is perl script.
Tips/Pointers/RTFMs appreciated
Andy
Here is my script:
#!/u03/iw-home/iw-perl/bin/iwperl
$cmd = "/u03/iw-home/bin/iwpublish -g /iwmnt/default/main/MOT/config/ STAGING Autogenerated_Edition > /tmp/ARK.txt 2>&1";
@out = `$cmd`;
# Now let's build the command to send it out
$cmd="/u03/iw-home/OpenDeployNG/bin/iwodstart configfiles >> /tmp/ARK.txt 2>&1";
@out = `$cmd`;