in reply to STDERR Redirection problems

permissions and %ENV

Replies are listed 'Best First'.
Re^2: STDERR Redirection problems
by cdarke (Prior) on Feb 15, 2010 at 09:48 UTC
    To clarify for the OP: the environment and user you are running in on a web server is probably different to that in use on the command line.

      Thank you for this reply as it is the only thing that seems to be the potential problem given that running the command directly on the command line works, while running it via a CGI running through IIS does not work.

      Any idea on how to follow up on this?