Hi,
I am trying to delete DCRs from staging using a workflow. The workflow is using an external task which calls a perl script. In the script I use the command line tool iwlistmod to get a list of the files/dcrs to be deleted. I remove the preceding x+, to get the path to the file. Then I try using iwsubmit to delete the files from staging, but it does not seem to work. I can use the same command manually and it deletes.
I have tried the following:
iwsubmit -w $filename "Submit Deleted DCR" (in perl it looks like: $command = "$iwhome/bin/ iwsubmit.exe -w $filename \"Submit Deleted DCR\""; )
I have also tried using -x, -wx
Any suggestions on why the files are not deleting?
Thanks,
Annie
Edited by ajhousto on 10/18/05 05:39 AM (server time).