Section8 - 2004-05-25

Logged In: YES
user_id=1028741

I think i can shed some light on whats happening here.
I expect you're using the default feed.xml file that came with
the 0.2 distribution.
Unfortunately this file is not suitable for windows, since the
command it actually tries to run is "ls" (linux dir command).

What the shell processor does is look for the executable file in
the engine\processors directory. Since ls.exe is not there, it
throws the exception you get.

try this to confirm if I'm correct:
Copy the net.exe command from your windows\system32
directory to the engine\processors.
edit the feed.xml file on the cluster and change
<Content>ls</Content> to <Content>net.exe</Content>
<Content>-rtl</Content> to <Content>view</Content>
(these are case sensitive)

When you start up, the grid should try to run the jobs which
will now be a "net view" command. you should be able to see
the results come up in the engines console window.

There is a document in the works that includes this
information. Mail me, if you want to see a prelim version of it.