Issue
ACCDataService.exe in ITP.DLL crashes when any function is calling another function.
Product Line
Andover Continuum
Environment
- Continuum 2.0
- Plain English
Cause
A PE Function is called from within another PE Function.
Resolution
To resolve this issue the following steps need to be followed:
- Do not call up a PE function from within another PE function.
- Copy the script code function from the second function and put it directly into the first function.