Unload Command Messages

The following messages appear in response to the DATABridge Client unload 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 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 all DataSources written to file "name"

This message is displayed at the end of an unload command, if the data source name field of the command line contains the value _all. This message indicates that the command completed successfully.

Control tables for DataSource name written to file "name"

This message can arise in two situations:

  • If a data source name is specified on the command line, this message indicates that unload command completed successfully.
  • If the data source name field of the command line contains the value _all and the -v option is used, this message is displayed after each data source is unloaded.

End processing configuration file "name"

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

Loading control tables for datasource

This message is displayed when the program loads the Client control tables for the specified data source before writing their records out to a file. If several data sources are being unloaded, this message displays multiple times.

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.

Unloading control tables for datasource

This message indicates that the unload command is writing the control tables entries for the given data source to the file in question.