Logging
If a connection failure occurs between the interceptor and the Password Manager service, the error is captured using Windows event logging. The error event is written to the Application log and can be viewed using Windows Event Viewer.
You can use the logutil
program to enable logging, for debugging purposes, for add-on software. To do so:
Copy the
logutil
program, located in the util directory on the Bravura Security Fabric server, to the server hosting the add-on tools. It can be placed anywhere on the server.Open a command prompt and invoke
logutil
with:logutil -makekey -instance <instance> -level <loglevel>
The -makekey option needs to be run once only, to generate an instance name and required registry entries.
The Password Change Notification Module installs with a different logging tool (diagutil) that logs similarly to logutil
, but has additional arguments to help with troubleshooting or monitoring Transparent synchronization.
See also