I set up a simple script invoking the 'whoami' command and it works fine
both from the command line and as an external action. However, when I
rewrite the script to invoke ImageMagick's 'convert' utility, it works fine
from the command line, but not as an external action. Instead, I receive the
following error:

[Application�File]    [4]    START /scripts/script.taf    WitangoServer
[External�Action]    [5]    External
[Query]    [5]    /Volumes/XRAID/mg2/scripts/whoami.sh; Parameters: x=LOGO:;
[External�Action]    [5]    Forking process
[External�Action]    [12]    Waiting on the child process
[External�Action]    [112]    Error: No child processes
[External�Action]    [112]    Waiting done
[ActionResults]    [115]
[External�Action]    [116]    Complete
[Results�Action]    [117]    Results
[request$�Vars]    [118]    variableTimeout=30; resultSet=[Array:0x0];


The script "whoami.sh"
======================
#!/bin/sh
convert $x /Volumes/XRAID/mg2/scripts/logo.gif

I've also tried:

#!/bin/sh
/usr/local/bin/convert $x /Volumes/XRAID/mg2/scripts/logo.gif


Any ideas why this won't run as an external action?

Thanks,
Chris

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to