Replies: 3 comments 6 replies
-
The extension checks the exit code that is returned from the command. The code can be determined with the |
Beta Was this translation helpful? Give feedback.
-
Okay, that helps. Researching further I can see the issue is with my CMS product's compile command that I wrap in my custom compile command. I have to use the CMS compile command because it sets the *LIBL correctly which might be a little different than the connection I am currently using. |
Beta Was this translation helpful? Give feedback.
-
Here's the Action I defined (I copied it from a working RDi and changed the variable names): Here's a simple example I threw together:
|
Beta Was this translation helpful? Give feedback.
-
When I create with CTRSQLRPGI I get a notification about the compile failure. But if I compile with our custom compile command, which runs our CMS product's compile command, I don't get compile failures.
What is it that triggers off the notification about the compile being in error? My custom compile command halts with a job completion error level of 20.
When my custom compile command ends with level 20 it also causes the CMS product compile to produce a PL/1 source dump (because of the default reply of PL/1 message IDs). So there is an extra spooled report.
I can see the extension getting the EVFEVENT data for both methods.
Beta Was this translation helpful? Give feedback.
All reactions