com.ibm.events.install
Interface InstallConstants


public interface InstallConstants

This interface provides constants for Common Event Infrastructure install and uninstall return codes and response file values. * * @author S. Wenzinger * @version %I% %H * @ibm-api * * @since 6.0.0.0


Field Summary
static java.lang.String ACTION_AUGMENT
           
static java.lang.String ACTION_CONFIGURE_DB
           
static java.lang.String ACTION_INSTALL
           
static java.lang.String ACTION_REMOVE_DB
           
static java.lang.String ACTION_UNAUGMENT
           
static java.lang.String ACTION_UNINSTALL
           
static int AUGMENT_FAIL
          The augment failed.
static int AUGMENT_FAIL_CONFIG_FAIL
          The augment completed successfully but there were errors configuring the database or deploying the enterprise application.
static int AUGMENT_FAIL_PRODUCT_FILE
          The augment completed successfully, but an error occurred updating the CEI product file to register the product.
static int AUGMENT_FAIL_VERSION_MISMATCH
          The augment failed because the installed version of CEI does not match the version of CEI that is being used to augment the profile.
static int AUGMENT_SUCCESS
          The augment completed successfully.
static java.lang.String CLOUDSCAPE_DB_TYPE
           
static java.lang.String CLOUDSCAPE_V51_1_BACKEND_ID
           
static java.lang.String DB2_DB_TYPE
           
static java.lang.String DB2UDBNT_V8_1_BACKEND_ID
           
static java.lang.String DB2UDBNT_V82_1_BACKEND_ID
           
static java.lang.String DB2UDBOS390_V7_1_BACKEND_ID
           
static java.lang.String DB2UDBOS390_V8_1_BACKEND_ID
           
static java.lang.String DB2ZOS_DB_TYPE
           
static java.lang.String FALSE_RESPONSE
           
static int INSTALL_FAIL
          The install failed.
static int INSTALL_FAIL_CEI_ELSEWHERE
          CEI was not installed in the specified location because it is already installed in a location other than the one specified in the response file.
static int INSTALL_FAIL_HIGHER_LEVEL
          A higher version of CEI is already installed.
static int INSTALL_FAIL_PRODUCT_FILE
          The install completed successfully, but an error occurred updating the CEI product file.
static int INSTALL_SUCCESS
          The install completed successfully.
static java.lang.String JDBC_DRIVER_TYPE_2
           
static java.lang.String JDBC_DRIVER_TYPE_4
           
static int MIGRATION_FAIL
          The migration failed.
static int MIGRATION_FAIL_NO_AUG
          The migration process failed because the destination profile is not augmented with CEI
static int MIGRATION_SUCCESS
          The migration completed successfully.
static java.lang.String ORACLE_DB_TYPE
           
static java.lang.String ORACLE_V10_1_BACKEND_ID
           
static java.lang.String ORACLE_V9_1_BACKEND_ID
           
static java.lang.String SCOPE_CELL
           
static java.lang.String SCOPE_NODE
           
static java.lang.String SCOPE_SERVER
           
static java.lang.String TRUE_RESPONSE
           
static int UNAUGMENT_FAIL
          The unaugment of a profile failed.
static int UNAUGMENT_FAIL_CONFIG
          The unaugment of a profile failed due to errors removing the database or undeploying the enterprise application.
static int UNAUGMENT_FAIL_MANUAL_CLEANUP
          The WebSphere environment variables created by CEI or the WebSphere custom properties modifications made by CEI could not be removed.
static int UNAUGMENT_FAIL_PRODUCT_FILE
          The unaugment failed because the CEI product file could not be updated.
static int UNAUGMENT_FAIL_VERSION_MISMATCH
          The unaugment failed because the installed version of CEI does not match the version of CEI that is being used to unaugment the profile.
static int UNAUGMENT_NOT_PERFORMED_OTHER_USERS
          There are other products registered for this profile.
static int UNAUGMENT_SUCCESS
          The unaugment completed successfully.
static int UNINSTALL_FAIL
          The uninstall failed.
static int UNINSTALL_FAIL_MANUAL_CLEANUP
          The WebSphere environment variables created by CEI or the WebSphere custom properties modifications made by CEI could not be removed for one or more profiles.
static int UNINSTALL_FAIL_PRODUCT_FILE
          The uninstall failed because the CEI product file could not be updated.
static int UNINSTALL_FAIL_VERSION_MISMATCH
          The uninstall failed because the installed version of CEI does not match the version of CEI that is being used to uninstall.
static int UNINSTALL_NOT_PERFORMED_OTHER_USERS
          CEI was not uninstalled because there were other products that are using it.
static int UNINSTALL_SUCCESS
          The uninstall completed successfully.
static int UPGRADE_FAIL_TOOLS_FILE
          Failed to update the tools files for one or more profiles
 

Field Detail

INSTALL_SUCCESS

public static final int INSTALL_SUCCESS
The install completed successfully.

See Also:
Constant Field Values

INSTALL_FAIL

public static final int INSTALL_FAIL
The install failed.

See Also:
Constant Field Values

INSTALL_FAIL_CEI_ELSEWHERE

public static final int INSTALL_FAIL_CEI_ELSEWHERE
CEI was not installed in the specified location because it is already installed in a location other than the one specified in the response file.

See Also:
Constant Field Values

INSTALL_FAIL_PRODUCT_FILE

public static final int INSTALL_FAIL_PRODUCT_FILE
The install completed successfully, but an error occurred updating the CEI product file. Check the CEI product file to determine if the product has been registered. If not, call InstallUtil.registerCeiUser().

See Also:
Constant Field Values

INSTALL_FAIL_HIGHER_LEVEL

public static final int INSTALL_FAIL_HIGHER_LEVEL
A higher version of CEI is already installed. Use the cei-installer.jar in < CEI_HOME > to install CEI.

See Also:
Constant Field Values

UPGRADE_FAIL_TOOLS_FILE

public static final int UPGRADE_FAIL_TOOLS_FILE
Failed to update the tools files for one or more profiles

See Also:
Constant Field Values

AUGMENT_SUCCESS

public static final int AUGMENT_SUCCESS
The augment completed successfully.

See Also:
Constant Field Values

AUGMENT_FAIL_CONFIG_FAIL

public static final int AUGMENT_FAIL_CONFIG_FAIL
The augment completed successfully but there were errors configuring the database or deploying the enterprise application. This will have to be done as a post install step.

See Also:
Constant Field Values

AUGMENT_FAIL_PRODUCT_FILE

public static final int AUGMENT_FAIL_PRODUCT_FILE
The augment completed successfully, but an error occurred updating the CEI product file to register the product. Check the CEI product file to determine if the product has been registered as a user of the specified profile. If not, call InstallUtil.registerCeiUserForProfile().

See Also:
Constant Field Values

AUGMENT_FAIL

public static final int AUGMENT_FAIL
The augment failed.

See Also:
Constant Field Values

AUGMENT_FAIL_VERSION_MISMATCH

public static final int AUGMENT_FAIL_VERSION_MISMATCH
The augment failed because the installed version of CEI does not match the version of CEI that is being used to augment the profile. To insure that the versions of CEI are the same, the cei-installer.jar in < CEI_HOME > should be used to augment the profile.

See Also:
Constant Field Values

UNINSTALL_SUCCESS

public static final int UNINSTALL_SUCCESS
The uninstall completed successfully.

See Also:
Constant Field Values

UNINSTALL_FAIL

public static final int UNINSTALL_FAIL
The uninstall failed.

See Also:
Constant Field Values

UNINSTALL_NOT_PERFORMED_OTHER_USERS

public static final int UNINSTALL_NOT_PERFORMED_OTHER_USERS
CEI was not uninstalled because there were other products that are using it. The product is no longer registered as a user.

See Also:
Constant Field Values

UNINSTALL_FAIL_MANUAL_CLEANUP

public static final int UNINSTALL_FAIL_MANUAL_CLEANUP
The WebSphere environment variables created by CEI or the WebSphere custom properties modifications made by CEI could not be removed for one or more profiles. These can be removed manually.

See Also:
Constant Field Values

UNINSTALL_FAIL_PRODUCT_FILE

public static final int UNINSTALL_FAIL_PRODUCT_FILE
The uninstall failed because the CEI product file could not be updated. Check the log files to determine the cause of the error, correct the problem and issue the uninstall again.

See Also:
Constant Field Values

UNINSTALL_FAIL_VERSION_MISMATCH

public static final int UNINSTALL_FAIL_VERSION_MISMATCH
The uninstall failed because the installed version of CEI does not match the version of CEI that is being used to uninstall. To insure that the versions of CEI are the same, the cei-installer.jar in < CEI_HOME > should be used to uninstall.

See Also:
Constant Field Values

UNAUGMENT_SUCCESS

public static final int UNAUGMENT_SUCCESS
The unaugment completed successfully.

See Also:
Constant Field Values

UNAUGMENT_FAIL_CONFIG

public static final int UNAUGMENT_FAIL_CONFIG
The unaugment of a profile failed due to errors removing the database or undeploying the enterprise application. Correct the error then attempt to unaugment the profile again.

See Also:
Constant Field Values

UNAUGMENT_FAIL_VERSION_MISMATCH

public static final int UNAUGMENT_FAIL_VERSION_MISMATCH
The unaugment failed because the installed version of CEI does not match the version of CEI that is being used to unaugment the profile. To insure that the versions of CEI are the same, the cei-installer.jar in < CEI_HOME > should be used to unaugment the profile.

See Also:
Constant Field Values

UNAUGMENT_FAIL

public static final int UNAUGMENT_FAIL
The unaugment of a profile failed. See the log files for the cause.

See Also:
Constant Field Values

UNAUGMENT_FAIL_MANUAL_CLEANUP

public static final int UNAUGMENT_FAIL_MANUAL_CLEANUP
The WebSphere environment variables created by CEI or the WebSphere custom properties modifications made by CEI could not be removed. These can be removed manually.

See Also:
Constant Field Values

UNAUGMENT_FAIL_PRODUCT_FILE

public static final int UNAUGMENT_FAIL_PRODUCT_FILE
The unaugment failed because the CEI product file could not be updated. Check the log files to determine the cause of the error, correct the problem and issue the unaugment again.

See Also:
Constant Field Values

UNAUGMENT_NOT_PERFORMED_OTHER_USERS

public static final int UNAUGMENT_NOT_PERFORMED_OTHER_USERS
There are other products registered for this profile. If this was a request to unaugment a profile, CEI was not unaugmented from this profile, but the product is no longer registered as a user for this profile. If this was a request to remove a database, the database was not removed. The profile will be unaugmented when the other product(s) unaugment.

See Also:
Constant Field Values

MIGRATION_SUCCESS

public static final int MIGRATION_SUCCESS
The migration completed successfully.

See Also:
Constant Field Values

MIGRATION_FAIL_NO_AUG

public static final int MIGRATION_FAIL_NO_AUG
The migration process failed because the destination profile is not augmented with CEI

See Also:
Constant Field Values

MIGRATION_FAIL

public static final int MIGRATION_FAIL
The migration failed.

See Also:
Constant Field Values

TRUE_RESPONSE

public static final java.lang.String TRUE_RESPONSE
See Also:
Constant Field Values

FALSE_RESPONSE

public static final java.lang.String FALSE_RESPONSE
See Also:
Constant Field Values

ACTION_INSTALL

public static final java.lang.String ACTION_INSTALL
See Also:
Constant Field Values

ACTION_AUGMENT

public static final java.lang.String ACTION_AUGMENT
See Also:
Constant Field Values

ACTION_CONFIGURE_DB

public static final java.lang.String ACTION_CONFIGURE_DB
See Also:
Constant Field Values

ACTION_UNINSTALL

public static final java.lang.String ACTION_UNINSTALL
See Also:
Constant Field Values

ACTION_UNAUGMENT

public static final java.lang.String ACTION_UNAUGMENT
See Also:
Constant Field Values

ACTION_REMOVE_DB

public static final java.lang.String ACTION_REMOVE_DB
See Also:
Constant Field Values

CLOUDSCAPE_V51_1_BACKEND_ID

public static final java.lang.String CLOUDSCAPE_V51_1_BACKEND_ID
See Also:
Constant Field Values

DB2UDBNT_V8_1_BACKEND_ID

public static final java.lang.String DB2UDBNT_V8_1_BACKEND_ID
See Also:
Constant Field Values

DB2UDBNT_V82_1_BACKEND_ID

public static final java.lang.String DB2UDBNT_V82_1_BACKEND_ID
See Also:
Constant Field Values

ORACLE_V9_1_BACKEND_ID

public static final java.lang.String ORACLE_V9_1_BACKEND_ID
See Also:
Constant Field Values

ORACLE_V10_1_BACKEND_ID

public static final java.lang.String ORACLE_V10_1_BACKEND_ID
See Also:
Constant Field Values

DB2UDBOS390_V7_1_BACKEND_ID

public static final java.lang.String DB2UDBOS390_V7_1_BACKEND_ID
See Also:
Constant Field Values

DB2UDBOS390_V8_1_BACKEND_ID

public static final java.lang.String DB2UDBOS390_V8_1_BACKEND_ID
See Also:
Constant Field Values

SCOPE_CELL

public static final java.lang.String SCOPE_CELL
See Also:
Constant Field Values

SCOPE_NODE

public static final java.lang.String SCOPE_NODE
See Also:
Constant Field Values

SCOPE_SERVER

public static final java.lang.String SCOPE_SERVER
See Also:
Constant Field Values

CLOUDSCAPE_DB_TYPE

public static final java.lang.String CLOUDSCAPE_DB_TYPE
See Also:
Constant Field Values

DB2_DB_TYPE

public static final java.lang.String DB2_DB_TYPE
See Also:
Constant Field Values

DB2ZOS_DB_TYPE

public static final java.lang.String DB2ZOS_DB_TYPE
See Also:
Constant Field Values

ORACLE_DB_TYPE

public static final java.lang.String ORACLE_DB_TYPE
See Also:
Constant Field Values

JDBC_DRIVER_TYPE_4

public static final java.lang.String JDBC_DRIVER_TYPE_4
See Also:
Constant Field Values

JDBC_DRIVER_TYPE_2

public static final java.lang.String JDBC_DRIVER_TYPE_2
See Also:
Constant Field Values