PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Jeffrey Ferreira on March 26, 2025, 10:50:59 AM

Title: Errors Bubbling Up
Post by: Jeffrey Ferreira on March 26, 2025, 10:50:59 AM
Hi List,

we have the following situation.
program 1 calls program 2
program 2 calls program 3
program 3 calls program 4

program 4 errors out.
we have a generic error routine where we click a diagnose button.
at just one of our accounts when we click Diagnose pxplus exits/bubbles up to program 1 instead of remaining in program 4.

does anyone know what I might have set to cause this.
Title: Re: Errors Bubbling Up
Post by: Loren Doornek on March 26, 2025, 11:11:29 AM
Check the value of the 'NE' system parameter.  If off, it will report all errors to the ultimate parent program.
Title: Re: Errors Bubbling Up
Post by: Jeffrey Ferreira on March 26, 2025, 12:04:55 PM
Thank you - i will check that.