Software AG Products 10.5 | Using CentraSite | Asset Management | Managing Assets through CentraSite Control | General Procedures across Assets | Managing Asset Revisions | Checking Current State of Revision Processing
 
Checking Current State of Revision Processing
To check the current state of revision processing, ensure that:
*All of the JAR files of the redist folder are included in the CLASSPATH variable.
*The location of the redist folder is included in the PATH variable. This is because the redist folder contains libraries required by the Java classes.
The redist folder is located directly under the CentraSite installation directory.
You can check whether revision checking is currently switched on or off using a Java command at the command line.
*To check the current state of revision processing
*Run the command java com.centrasite.registry.revision.admin.RevisionAdministrator -check -user user -password password.
The user you specify must belong to the CentraSite Administrator role.
The Java program now runs to completion and indicates the current status of revision processing: the value true indicates that revision processing is switched on; the value false indicates that revision processing is switched off.
If you want to run the Java program to access a CentraSite registry running on a remote host, you can add the option -h <host> to the Java command, where <host> is the URL of the remote CentraSite host.