The setUserFileVersions command sets the version number to the 32-bit unsigned integer value specified in the version argument of all user database map files or selected files specified in the optional [file-list] argument. This can be applied only to user data map files; that is, user schema files (for example, _userdev.dat, _userscm.dat, and so on) represented by the
This enables system administrators to optionally assign a version number to user data map files. The JADE database preserves these values (for example, for reorganization, database compaction, application deployment, and so on) but ignores them.
As the setUserFileVersions action is not audited, the version number is not propagated to SDS secondaries.
The current value of the version number is available programmatically by calling the
The syntax of the setUserFileVersions command in the jdbutilb command line is as follows.
jdbutilb path=database-path ini=initialization-file-name setUserFileVersions version=version-number [file-list]