|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int INSTALL_SUCCESS
public static final int INSTALL_FAIL
public static final int INSTALL_FAIL_CEI_ELSEWHERE
public static final int INSTALL_FAIL_PRODUCT_FILE
public static final int INSTALL_FAIL_HIGHER_LEVEL
public static final int UPGRADE_FAIL_TOOLS_FILE
public static final int AUGMENT_SUCCESS
public static final int AUGMENT_FAIL_CONFIG_FAIL
public static final int AUGMENT_FAIL_PRODUCT_FILE
public static final int AUGMENT_FAIL
public static final int AUGMENT_FAIL_VERSION_MISMATCH
public static final int UNINSTALL_SUCCESS
public static final int UNINSTALL_FAIL
public static final int UNINSTALL_NOT_PERFORMED_OTHER_USERS
public static final int UNINSTALL_FAIL_MANUAL_CLEANUP
public static final int UNINSTALL_FAIL_PRODUCT_FILE
public static final int UNINSTALL_FAIL_VERSION_MISMATCH
public static final int UNAUGMENT_SUCCESS
public static final int UNAUGMENT_FAIL_CONFIG
public static final int UNAUGMENT_FAIL_VERSION_MISMATCH
public static final int UNAUGMENT_FAIL
public static final int UNAUGMENT_FAIL_MANUAL_CLEANUP
public static final int UNAUGMENT_FAIL_PRODUCT_FILE
public static final int UNAUGMENT_NOT_PERFORMED_OTHER_USERS
public static final int MIGRATION_SUCCESS
public static final int MIGRATION_FAIL_NO_AUG
public static final int MIGRATION_FAIL
public static final java.lang.String TRUE_RESPONSE
public static final java.lang.String FALSE_RESPONSE
public static final java.lang.String ACTION_INSTALL
public static final java.lang.String ACTION_AUGMENT
public static final java.lang.String ACTION_CONFIGURE_DB
public static final java.lang.String ACTION_UNINSTALL
public static final java.lang.String ACTION_UNAUGMENT
public static final java.lang.String ACTION_REMOVE_DB
public static final java.lang.String CLOUDSCAPE_V51_1_BACKEND_ID
public static final java.lang.String DB2UDBNT_V8_1_BACKEND_ID
public static final java.lang.String DB2UDBNT_V82_1_BACKEND_ID
public static final java.lang.String ORACLE_V9_1_BACKEND_ID
public static final java.lang.String ORACLE_V10_1_BACKEND_ID
public static final java.lang.String DB2UDBOS390_V7_1_BACKEND_ID
public static final java.lang.String DB2UDBOS390_V8_1_BACKEND_ID
public static final java.lang.String SCOPE_CELL
public static final java.lang.String SCOPE_NODE
public static final java.lang.String SCOPE_SERVER
public static final java.lang.String CLOUDSCAPE_DB_TYPE
public static final java.lang.String DB2_DB_TYPE
public static final java.lang.String DB2ZOS_DB_TYPE
public static final java.lang.String ORACLE_DB_TYPE
public static final java.lang.String JDBC_DRIVER_TYPE_4
public static final java.lang.String JDBC_DRIVER_TYPE_2
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |