ClientVersionMaximum

Specifies the maximum client version that can connect to the Planning Analytics database.

Parameter type: optional, dynamic

The ClientVersionMaximum parameter value is expressed as a version string using the following format:

m.n.tffhh

m = major release number,

n = minor release number

t = maintenance release number

ii = interim fix number

Using this format, setting ClientVersionMaximum = 9.4.10305 specifies that the maximum client version that can connect to the dayabase is 9.4.1.

If your Planning Analytics database configuration does not include a ClientVersionPrecision parameter value, only the major release number, minor release number, and maintenance release number are used to enforce compatability between client and server. Using the above example,

If ClientVersionMaximum is not explicitly set, the default value is equal to the currently installed database version.

Valid parameter values fall within the range x00 up to the currently installed server version, where x is the major release number of the currently installed Planning Analytics database. For example, valid parameter values for Planning Analytics database 9.0 SP3 fall within the range 900 - 903.

You cannot set ClientVersionMaximum to a value greater than the currently installed database version. You cannot connect newer client versions to older database versions.