Display Command Messages

The following messages appear in response to the DATABridge Client display command.

Begin processing configuration file "name"

This message, which only appears if the -v option is enabled, confirms that the Client is reading the specified text-based configuration file.

Client exit code: dddd[(nnn)] - exit_code_text

This message displays when the command completes. On UNIX, the 8-bit exit code is shown only if it differs from the actual exit code.

Configuration information read from binary file "name"

This message, which only appears if the -v option is enabled, confirms that the Client has successfully read the specified binary configuration file.

Control tables for DataSource name written to file "name"

This is the confirmation message indicating the successful completion of the command. This message is output to the screen, not the Client log file (named trace.log by default). Also, if tracing is not enabled, the display command forces tracing on by setting the 1 bit in the trace flags, which is the same as if you entered the dbutility display command with a -t 1 option.

End processing configuration file "name"

This message, which only appears if the -v option is enabled, confirms that the specified text-based configuration file has been successfully processed.

Loading control tables for datasource

This message indicates that the client control tables are being loaded for the data source you specified with the display command.

Oracle version: major_vers.minor_vers

This message, which is only written to the log file when using Oracle client, shows the Oracle version.

SQL Server version: major_vers.minor_vers

This message, which is only written to the log file when using the Microsoft SQL Server client, shows the SQL Server version. Note that SQL Server 2000 is version 8, SQL Server 2005 is version 9, SQL Server 2008 is version 10, and SQL Server 2008 R2 is version 10.5.