Message type: E = Error
Message class: HH - (Long) text for check tool 'infcfgcheck'
Message number: 075
Message text: This 'unique' index is 'disabled'
The specified 'unique' index is still defined, but currently
'disabled'. This is a dangerous condition because:
The columns are no longer unique
Access times are longer as the index tree is gone
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Determine whether the corresponding table is still in use (that is, it
is not a test or demo table).
If yes, 'enable' the index as follows:
Access the index definition using 'dbschema'
Activate the index using 'set index for ... enabled' in 'dbaccess'
This process may not be successful if the relevant column contents are
no longer unique. If this occurs, you must check beforehand (at the
application level) which records need to be deleted.
Error message extract from SAP system. Copyright SAP SE.
HH075
- This 'unique' index is 'disabled' ?The SAP error message HH075, which states "This 'unique' index is 'disabled'," typically occurs when there is an attempt to insert or update a record in a database table that has a unique index, but the index is currently disabled. This can prevent the database from enforcing the uniqueness constraint, leading to potential data integrity issues.
Cause: Disabled Unique Index: The unique index on the table has been disabled, which means that the database will not enforce the uniqueness of the values in the indexed columns. Data Integrity Issues: The index may have been disabled due to previous data integrity issues, or it may have been intentionally disabled for maintenance or data migration purposes. Database Operations: Certain database operations, such as bulk data loads or migrations, may require disabling unique indexes temporarily.
Solution: Re-enable the Unique Index: You can re-enable the unique index using the appropriate SQL command or through the database management tools. The command may
Get instant SAP help. Sign up for our Free Essentials Plan.
HH074
This 'not null' constraint is 'disabled'
What causes this issue? The specified 'Not Null' constraint is still defined, but it is currently 'disabled'. This may lead to mi...
HH073
This 'primary key' constraint is 'disabled'
What causes this issue? The specified 'Primary Key' constraint is defined, but it is currently 'disabled'. This is a dangerous co...
HH076
The last update statistics session took place a long time ago
What causes this issue? The last update statistics session occurred quite a long time ago. Determine when the last session run by analyzing the SAPDB...
HH077
Edit the Informix ONCONFIG file
What causes this issue? The ONCONFIG parameter 'LRUS' in your system is set lower than the minimum setting we recommend. For more informati...
Click on this link to search all SAP messages.