In JDE when you see
"Business Function has caused a memroy violation.[Invalid Overwrite or Read].There has been an error running the following Business Function"XYZ.
This is commonly caused..........or recompiling business functions that use the data dictionary item."
and/or
"Your JD Edwards EnterpriseOne system has experienced a fatal system error and is unstable.Please exit EnterpriseOne....", this means a severe exception happened and it had been caught/absorbed by the system.
Sometimes you might want the crash to happen to troubleshoot/identify the cause of the exception/violation.i.e if the system crash you can collect the crash dump and send it to developers for analyzing it.
If you do not want the system to absorb the exceptions, set the following flag in JDE.ini
[INTERACTIVE RUNTIME]
EXCEPTION_Enabled=False
"Business Function has caused a memroy violation.[Invalid Overwrite or Read].There has been an error running the following Business Function"XYZ.
This is commonly caused..........or recompiling business functions that use the data dictionary item."
and/or
"Your JD Edwards EnterpriseOne system has experienced a fatal system error and is unstable.Please exit EnterpriseOne....", this means a severe exception happened and it had been caught/absorbed by the system.
Sometimes you might want the crash to happen to troubleshoot/identify the cause of the exception/violation.i.e if the system crash you can collect the crash dump and send it to developers for analyzing it.
If you do not want the system to absorb the exceptions, set the following flag in JDE.ini
[INTERACTIVE RUNTIME]
EXCEPTION_Enabled=False
No comments:
Post a Comment