Solved

Exception web app logging

  • 5 March 2020
  • 1 reply
  • 95 views

Userlevel 2
Badge +3

Hi,

when I open the IAM application trough a web app installation, and want to open Form tab of selected end user application, we receive the message: “An error has occurred in the application.

error in iam


When we click the error we get the following “helpful” popup:

 

helpfull popup

 

Is there a way to get any information about the exception that occurred?

For example a logfile where more details of the error are logged? That way we can get an indication of what is wrong, and possible how to fix this.

Kind Regards,

Edwin

 

icon

Best answer by René W 5 March 2020, 12:02

View original

1 reply

Userlevel 5
Badge +15

You can configure some values in settings.ini regarding logging / displaying more information: https://docs.thinkwisesoftware.com/docs/sf/configuration_file.html

Executionmode = developer
CSVLogging=True
LogToFile=Yes

Setting the executionmode to developer should give some more information (call stacks), the LogToFile and CSVLogging should create some logging files in the Logs directory (please create that folder first).

Reply