Skip to main content

Agent codes

The codes below are returned by connectors (agents) from the connector pack only if the agent execution completes. The codes are reported in idmsuite.log by the connector itself, psa.exe, psf.exe, iddiscover.exe, idarch.exe, idtm.exe or any other binary or script that calls the connector. These codes can be used for instance or proxy troubleshooting or monitoring and reporting on specific failures. They are recorded on the application node or proxy server that runs the connector.

The email that the process sends to product administrators, or the error logged, contains only the numeric return code value for a connector (in the output KVGroup of the connector as well as in idmsuite.log .

If the connector quits unexpectedly, the calling binary may report something like "Operation results missing for index [0]".

If pstee is used, or otherwise the input and output agent KVGs are collected, you will notice the input is available but not the output.pstee

If the agent uses a Python script, you could use its Traceback in idmsuite.log to check what error was not trapped.

If the agent is a binary, you may be able to find a crash dump for it if that specific Bravura Security Fabric server was configured to collect memory dumps.Configure auto-memory-dumps for troubleshooting