: 24x7 actually attempts to run the specified program. It is just the program : terminates quickly with the exit code 128 which is why you don't see it : running. : Find out from the program documentation or program vendor what code 128 : means. : My guess, it is some kind of a security or network access issue. Starting : processes from services is sometimes very tricky. Services have lots of : limitations and all started processes inherit all these limitations. For : example, common mistake is usage of network share mappings. With services : you can only use UNC file names. Thanks, for the reply. I'll let you know if we get it resolved.
|