Refresh Command Messages

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

Begin processing configuration file "name"

This message, which only appears if the -v option is enabled, confirms that the DATABridge 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.

End processing configuration file "name"

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

Loading control tables for datasource

This message indicates that client control tables are being loaded for the data source you specified with the drop or dropall 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.

Script SQL statements will be written to file "name"

This message is a reminder that the refresh command automatically enables SQL tracing when the -v option is enabled. The refresh command drops the stored procedures for all the tables mapped from the specified data set and then recreates them. If a variable-format data set is specified, all data sets with the given name that have their active column set to 1 in the DATASETS Client control table are refreshed (the stored procedures of all replicated record types are refreshed).

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.

Stored procedures for all active tables of DataSource 'name' successfully refreshed

This message indicates that the refresh command, which has a data set name specification of _all, completed successfully. It confirms that all stored procedures for all active tables in the specified data source were successfully refreshed.

Stored procedures for all tables of DataSet name[/rectype] successfully refreshed

This message confirms that the refresh command for the data set you specified on the command line completed successfully.