Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reports6i - RWRUN60 command line exit codes - Help

759925Mar 12 2010 — edited Mar 17 2010
Basically I'm running a process in C# that execute multiple reports through Process.Start() method, once completed I'm checking the Process.ExitCode to verify if it was a successful execution.

In the arguments for the command line execution I'm passing the ERRFILE=ErrorFile.txt argument to have an error log,.

Usually after a successful execution, by 'standard' (actually best practice I think), the exit code of an application is 0, but in some reports I'm having exit codes like 4, and no errors are logged in the ERRFILE.

I've checked the Reference Manual already, but I can't find any reference to command line error/exit level/code.
If somebody has the RWRUN60.exe process exit codes I'd appreciate it.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2010
Added on Mar 12 2010
1 comment
2,071 views