TS 6.7.2 SP2 on Windows 2003
Hi. We have some Perl code as part of a workflow. It attempts to delete some metadata like this:
my $output = qx($iwhome/bin/iwextattr -d \"$key\" \"$strFilePath\" 2>&1);
When the workflow runs, I get:
ERROR:02102: Error parsing version path:
However, if I go back and run it by hand, it works just fine.
The only thing I've found about this is in the CLT documentation about possible error codes:
2102 psx_EBADVPATH Bad version path.
Does anybody have any insight/guesses to share?
Thanks for any help.
Craig