This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems using the "CommandComponent - Execute" process task in 6.1.2

I'm having a problem running an executable in a process step. It shows no errors in the log, even shows that it was successful.

The executable I'm trying to run transfers files to an SFTP site and I use it often. It was created from a PowerShell script using the PS2EXE utility.

The program has logging in it, but the log is not written to when it is run. I added some more trace/debug messages ahead of the transfer code, but nothing hit the log.

I did create a test batch file to make sure the step would execute something and it did.

Is there some type of check done on the executable? Does it look in the manifest for the .Net version (don't know why it would)?

Seemed like it would be a simple task ...