Message type: E = Error
Message class: HH - (Long) text for check tool 'infcfgcheck'
Message number: 073
Message text: This 'primary key' constraint is 'disabled'
The specified 'Primary Key' constraint is defined, but it is currently
'disabled'. This is a dangerous condition because:
Columns are no longer unique
Access times are slower, as the relevant index 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 constraint as follows:
Access the constraint definition using 'dbschema'
Set the constraint using 'set constraint for ... enabled' in 'dbaccess'
(-> related index is built).
This process may not be successful if the corresponding column contents
are no longer unique. If this occurs, check beforehand (at the
application level) which records need to be deleted.
Error message extract from SAP system. Copyright SAP SE.
HH073
- This 'primary key' constraint is 'disabled' ?The SAP error message HH073, which states that a "primary key" constraint is "disabled," typically occurs when there is an issue with the database table's primary key configuration. This can happen for various reasons, such as:
Cause: Primary Key Constraint Disabled: The primary key constraint for the table has been disabled, which means that the database will not enforce uniqueness for the primary key fields. Database Configuration: The database might have been configured in a way that allows for the disabling of primary key constraints. Data Integrity Issues: There may be existing data in the table that violates the primary key constraint, leading to its disabling. Table Maintenance: During certain maintenance operations, such as data migrations or updates, the primary key constraint might be temporarily disabled.
Solution: Check Database Constraints: Verify the status of the primary key constraint in the database. You can do this by querying the database metadata or using database management tools. Re-enable the Primary
Get instant SAP help. Sign up for our Free Essentials Plan.
HH072
No level 0 backup for Dbspace found or backup is too old
What causes this issue? Note: This message is only relevant if you are using the 'onbar' backup tool. The Dbspace specified was never backe...
HH071
Edit the Informix ONCONFIG file
What causes this issue? The ONCONFIG parameter 'DD_HASHMAX' is set very low in your system. As of Release 4.5A, we recommend a minimum sett...
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...
HH075
This 'unique' index is 'disabled'
What causes this issue? The specified 'unique' index is still defined, but currently 'disabled'. This is a dangerous condition be...
Click on this link to search all SAP messages.