Hi Olan;
That is what the DW Control, DataStore and Application Error events are for. They give you all that information (minus the call stack)! Yes. getting the "Call Stack" information as well would be a great enhancement. Something I saw requested a few times back in the Sybase (ISUG) days but was never implemented.
For development, if you set your IDE's System Options dialogue's "Just In Time Debugging" option to ON - when the App errors, the debugger will pop-in and you will be able to see the Call Stack. However, I also agree that we need this CS information access in a production App EXE as well. Currently, there is no way to access that under PowerScript (AFAIK).
Please open a Support Ticket as an enhancement request or email product@appeon.com with your enhancement details.
Regards ... Chris
I know that when I try to get the object name from within the ERROR events, I cannot seem to do it. Only by manually tracing the error am I aboe to determine the object in which the error was generated.