ClientVersionMinimum
Parameter type: optional, dynamic
The ClientVersionMinimum 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 ClientVersionMinimum = 9.4.10305
specifies that the
minimum client version that can connect to the database 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 compatibility between client and database.
If the ClientVersionMinimum parameter is not explicitly set, the default value is 8.4.00000, which corresponds to version 8.4.
You should not set ClientVersionMinimum to a value lower than the major release number of the currently installed Planning Analytics database. There is no upper limit for ClientVersionMinimum. However, if ClientVersionMinimum is larger than ClientVersionMaximum, only clients with a version number equal to ClientVersionMaximum can connect to the database.