5.1 Debugging Logs

You can obtain the logs for IIS Authentication plug-in in the following ways:

5.1.1 Using Diagnostic Tool

To collect the debug logs using the Diagnostic Tool, perform the following steps:

  1. Run DiagTool.exe (the tool must have Microsoft .NET Framework 3.5 installed).

  2. Click Clear All in the Debug logs tab.

  3. Click Enable.

  4. Restart the system.

  5. Reproduce your issue.

  6. Run DiagTool.exe.

  7. Click Save logs in the Debug logs tab.

  8. Specify a file name and path.

  9. Click Save.

  10. Click Disable.

  11. Click Clear All.

With the Diagnostic Tool, you can also check the network problems on a workstation, issues in connection between a workstation and DNS Server, and to get a list of the Advanced Authentication Servers that can be discovered. To do this, perform the following steps:

  1. Run DiagTool.exe (the tool must have Microsoft .NET Framework 3.5 installed).

  2. Switch to the Servers tab

  3. In the Search settings you must specify FQDN in Domain and click Search.

    A list of Advanced Authentication Servers is displayed.

  4. If the list is not displayed, clear Use system DNS server and specify the IP address of your DNS server in DNS server and click Search again.

5.1.2 Manual

If you do not have the Diagnostic Tool, you can collect the debug logs manually. To collect the debug logs manually, perform the following steps:

  1. Create a text file C:\ProgramData\NetIQ\Logging\config.properties.

  2. Add a string to the file: logEnabled=True that ends with a line break.

  3. Create a directory C:\ProgramData\NetIQ\Logging\Logs\.

  4. Restart the system.

  5. Repeat the scenario.

  6. Compress the logs located in /Library/Logs/NetIQ/Logs/ into a zip file.

  7. Change logEnabled=True to logEnabled=False in the file.