Do you have any question about this error?
Message type: E = Error
Message class: SCTS_HDI - Messages for CTS HDI API
Message number: 087
Message text: Inactive version of object in HTA Repository (activate/delete it first)
The HDI object &V1&&V2&&V3&&V4& cannot be checked in or checked out
since an inactive version exists in the HTA repository.
Inactive versions can arise in corrections implemented using Note
Assistant (transaction SNOTE) or if you used the <LS>Editor for HDI
Objects</> in transaction SCTS_HDI_DEPLOY.
Activate or delete the inactive object.
If the inactive version was produced by implementing corrections with
Note Assistant, activate the object in transaction SNOTE by activating
the SAP Note that contains the object or by running the program
SCTS_HTA_WB_ACTIVATION in transaction SA38.
If you used the <LS>Editor for HDI Objects</>, activate the object in
<LS>HTA for HDI - Deployment</> (transaction SCTS_HDI_DEPLOY).
If you want to delete the inactive version, use the option <LS>Delete
Inactive Objects</> in transaction SCTS_HDI_DEPLOY.
Error message extract from SAP system. Copyright SAP SE.
SCTS_HDI087
- Inactive version of object in HTA Repository (activate/delete it first) ?The SAP error message SCTS_HDI087 indicates that there is an inactive version of an object in the HANA Deployment Infrastructure (HDI) repository. This typically occurs when you are trying to activate or deploy an object (like a table, view, or procedure) that has an inactive version already present in the repository.
Cause:
- Inactive Object Version: The object you are trying to activate has a previous version that is not active. HDI does not allow you to activate a new version of an object if there is an inactive version present.
- Deployment Issues: This can happen during a deployment process where changes are made to the object, but the previous version was not properly deleted or activated.
- Version Control: HDI uses version control for database objects, and if an object is not in an active state, it cannot be modified or activated.
Solution:
To resolve this error, you need to either activate or delete the inactive version of the object in the HDI repository. Here are the steps you can follow:
Check the Object Status:
- Use the SAP HANA Database Explorer or the appropriate HDI tools to check the status of the object in question.
- Identify the inactive version of the object.
Activate the Inactive Version:
- If the inactive version is still valid and you want to keep it, you can activate it. This can usually be done through the SAP HANA Database Explorer or using SQL commands.
- Example SQL command to activate an object:
ALTER <object_type> <object_name> ACTIVATE;
Delete the Inactive Version:
- If the inactive version is no longer needed, you can delete it. Again, this can be done through the SAP HANA Database Explorer or using SQL commands.
- Example SQL command to drop an object:
DROP <object_type> <object_name>;
Re-deploy the Object:
- After activating or deleting the inactive version, you can proceed to deploy or activate the new version of the object.
Related Information:
If you continue to face issues, consider checking the SAP Community or SAP Notes for any specific guidance related to your version of SAP HANA or the specific object type you are working with.
Get instant SAP help. Start your 7-day free trial now.
SCTS_HDI085
A logical database schema with the name &1 already exists
What causes this issue? The specified name is already used as the name of a logical database schema. The name of a logical HDI container cannot be th...
SCTS_HDI084
Container &1 with status &2 does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SCTS_HDI088
Object was created manually in Web IDE but not yet checked out
The HDI object &V1&&V2&&V3&&V4& was not yet checked out but was created in at the same time manually in the developme...
SCTS_HDI089
Object was changed in HTA Repository and Web IDE (check it out first)
The HDI object &V1&&V2&&V3&&V4& was modified both in the HTA repository and in the development environment (SAP Web I...
Click on this link to search all SAP messages.