sysadmin system_version

Description

Displays or sets the system-wide version number for the replication system, allowing you to use the software features in the corresponding release level.

Starting with release 11.5, the site version for individual Replication Servers also enables new features. The system version number need not correspond to the current software version.

Syntax

sysadmin system_version [, version]

Parameters

version

The system version number to use for the replication system.

Examples

Example 1

Executed at the ID Server, displays the current system version number:

sysadmin system_version

Example 2

Executed at the ID Server, changes the system version number to correspond to release 15.1. You can use this number if:

sysadmin system_version, 1510

Usage


System version and site version


Mixed-version replication systems

If all of your Replication Servers are at release 11.0.2 or later, the highest required setting for the system version number is 1102. After setting the system version number to 1102, you may never need to set it again.

A 1102 system version number and site version number for individual Replication Servers allows a mixed-version replication system, in which Replication Servers of different site versions can work together. Each Replication Server can use its full set of available features.

In a mixed-version replication system, some features are only available to Replication Servers with higher site versions. For example, the site version of a primary Replication Server and one of its replicate Replication Server is 1510, while the site version of its other replicate Replication Server is 1260. When a table replication definition has a timestamp column, the replicate Replication Server with the lower site version can only subscribe to the timestamp as varbinary (8), while the replicate Replication Server with 1510 site version can subscribe to the timestamp column directly. See sysadmin site_version for more information.

For more information about features that were introduced in a particular Replication Server software release, see the Replication Server New Features Guide for that release.


System version and the ID Server

In Replication Servers other than the ID Server, when a command is executed that requires a certain minimum system version, the Replication Server contacts the ID Server to determine the current system version number before allowing use of the command.


System tables for version information

Version information is stored in the rs_version system table. The rs_routes system table also contains version information.

Permissions

sysadmin system_version requires “sa” permission.

See also

admin version, sysadmin site_version