When configuring the driver, status messages can be viewed in the driver set status log, Publisher channel status log, Subscriber channel status log, or in the DSTrace screen. The status log contains error messages. The DSTrace screen contains a trace of the SIF driver activity.
You can also set up logging using Novell Audit. See
Integrating Identity Manager with Novell Audit
in the
Identity Manager 3.5.1 Logging and Reporting
.
In this section:
To view messages in the Publisher or Subscriber status log:
In Novell iManager, click
> . Search for the driver set.Click the driver icon.
In the page that appears showing the configuration for the driver, click the status log icon for either the Publisher or Subscriber channel.
To view messages in the Driver Set status log:
In Novell iManager, click
> . Search for the driver set.Click the status log icon .
If you see errors you need to fix, you might want to clear the log so you can see which errors are new.
For a description of messages, see Section 10.2, Error Messages.
To obtain SIF Driver traces:
In the DSTrace window, click
> > > > select > > .In iManager, click
> . Search for the driver set, then click the driver object icon. On the driver parameters page that appears, click the tab. Set the trace level to 3, then click .For information about view the driver processes, see Section 10.5, Troubleshooting Driver Processes.
For each event or operation received from the Identity Vault, the driver returns an XML document containing a status report. If the status report does not indicate success, the document also contains a reason. The table in Section 10.2, Error Messages contains error text returned by the driver to Identity Manager.
Possible values for levels are:
Success: The operation or event was successful.
Warning: The operation was not successful, but can be ignored without consequences.
Error: The operation failed.
Fatal: A fatal error occurred, and the driver will be shut down.
Retry: The ZIS is unavailable. Identity Manager retries the operation every 30 seconds.
Here are examples of return status in the trace screen:
<status event-id="0" level="success"/><status event-id="0" level="warning">SIFdoes not support the Move operation.</status>