The status information for an application shows whether the CICS® bundles for the application are present, enabled, and available in the CICS regions associated with the region type in the platform.
Status value | Meaning |
---|---|
AVAILABLE | The application version has been made available to callers through its application entry points. |
DISABLED | All the management parts for the application version are disabled. |
DISABLING | All the management parts for the application version are in the process of being disabled. |
DISCARDING | The application version is being discarded, and it cannot be enabled or disabled at this time. |
EMPTY | None of the management parts for the application version are installed. |
ENABLED | All the management parts for the application version are enabled. |
ENABLING | All the management parts for the application version are in the process of being enabled. |
FAILED | A problem occurred during install or discard of the application version. |
INCOMPLETE | Some of the management parts for the application version are empty or have an invalid scope. |
INSTALLING | The application version is being installed, and it cannot be enabled or disabled at this time. |
NONE (No entry points) | The application version does not have any application entry points. |
SOMEAVAIL | The Make Available or Make Unavailable action has been performed for the application version, but some application entry points are available and some are unavailable. |
SOMEDISABLED | Some of the management parts for the application version are disabled. |
UNAVAILABLE | The application version is set as unavailable to callers. |
Status value | Meaning |
---|---|
AVAILABLE | The application entry points declared in the CICS bundle have been made available to callers. |
DISABLED | The CICS bundle is disabled in all of the CICS regions. |
DISABLING | The CICS bundle is in the process of being disabled. |
EMPTY | The CICS bundle is not installed in any of the CICS regions. |
ENABLED | The CICS bundle is installed and enabled in all of the CICS regions. |
ENABLING | The CICS bundle is in the process of being enabled. |
IMPORTONLY | The CICS bundle is installed and enabled in all of the CICS regions, but it only contains import statements, so does not affect the status of the application. |
INCOMPLETE | The CICS bundle is installed in some, but not all, of the CICS regions. |
INVALIDSCOPE | The CICS system group specified for installing the CICS bundles does not exist, so no CICS bundles are installed. |
NONE (No entry points) | The CICS bundle does not contain any statements of application entry points. |
SOMEAVAIL | The Make Available or Make Unavailable action has been performed for the CICS bundle, but some application entry points are available and some are unavailable. |
SOMEDISABLED | The CICS bundle is disabled in some of the CICS regions. This status can also occur when the CICS bundle is disabled in all of the CICS regions, if the ENABLEDCOUNT value for any of the installed BUNDLE resources is greater than 0, indicating that one or more resources, application entry points, or policy scopes that were created by the CICS bundle are currently enabled in the CICS region. |
UNAVAILABLE | The application entry points declared in the CICS bundle are set as unavailable to callers. |
If the status of the application version is not as expected, follow the procedure in Diagnosing application errors to diagnose the problem and take suitable action.