Modify the display of connector return messages
After each operation, a connector returns a message and a return code. You can modify the connector messages a user sees displayed on Bravura Security Fabric page by modifying the error_agent_<N> tags defined in the en-us-errmsg.kvg
file. By default these tags are commented out. They are defined as follows for the value of N:
N = 0 A return code of 0 signifies success. Success messages often return various warnings. You may or may not want users to see these warning messages. To suppress the warnings, create a custom success message by modifying the error_agent_0 tag.
N = 1,2,3... Positive values for N indicate various errors. When a return code of N is returned by a connector, the corresponding error_agent_<N> message is displayed.
To create a custom connector error or success message, follow the procedure outlined in Altering text by editing KVG files . Ensure that you uncomment the values that you want to modify.
Creating a custom message overrides all extra information returned by the connector, including any warning messages that are returned.