Rational Developer for System z

How reject.product.updates affects installedVersion and forcedUpgradeVersion

The behavior triggered by the installedVersion and forcedUpgradeVersion attributes is affected by the reject.product.updates parameter of the pushtoclient.properties file.

Relationship between installedVersion and reject.product.updates

The following table shows the relationship between the installedVersion attribute of the installation configuration file and the reject.product.updates parameter of the pushtoclient.properties file.
Table 1. Relationship between installedVersion and reject.product.updates
  reject.product.updates=false reject.product.updates=true
If the client version is out of range of installedVersion The client is not prompted and cannot install the product update. The client is not prompted and cannot install the product update.
If the client version is in range of installedVersion The client is prompted but cannot reject the updates. The client is prompted and can reject the updates.

Relationship between forcedUpgradeVersion and reject.product.updates

The following table shows the relationship between the forcedUpgradeVersion attribute of the installation configuration file and the reject.product.updates parameter of the pushtoclient.properties file.
Table 2. Relationship between forcedUpgradeVersion and reject.product.updates
  reject.product.updates=false reject.product.updates=true
If the client is out of range of forcedUpgradeVersion The client is not prompted and not updated to the specified version. The client is not prompted and not updated to the specified version.
If the client is in range of forcedUpgradeVersion The client is prompted and cannot reject the updates. The client is prompted and cannot reject the updates.

Feedback