9.5 Dal4Net logging

You can configure logging on the MyID Dal4Net component. If your system uses Dal4Net – for example, for systems using SQL Authentication – this logs every SQL query that MyID sends to the database (but not the results of those queries).

To set up Dal4Net logging:

  1. On the MyID application server, open the Dal4Net.dll.config file in a text editor.

    By default, this is in the following folder:

    C:\Program Files\Intercede\MyID\Components\Dal4Net\

  2. Uncomment the <log4net> node.

  3. Update the following line to specify the location of the log file:

    <file value="Dal4Net.log"/>

Note: You must ensure that the MyID named COM user has the necessary permissions to create and write to the log file. You can create a file then give the user write permissions if you prefer not to give the user create permissions.

Important: Disable the logging when you have completed diagnosing the issues, as the log file may become very large.