Message type: E = Error
Message class: HH - (Long) text for check tool 'infcfgcheck'
Message number: 019
Message text: Command 'oncheck -pP 1 1' does not provide a value for specif. parameter
The current value of the specified ONCONFIG parameter is
not contained in the output of the Informix command 'oncheck -pP 1 1'.
The current single result is not an error and no actions are required.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Background information/explanation:Error message extract from SAP system. Copyright SAP SE.
The SAP error message HH019, which states that the command
oncheck -pP 1 1
does not provide a value for a specific parameter, typically relates to issues with the Informix database that SAP may be using as its backend. This error can occur when the command is not properly formatted or when required parameters are missing.Cause:
- Incorrect Command Syntax: The command
oncheck -pP 1 1
may be incorrectly formatted or missing required parameters.- Database Configuration Issues: There may be issues with the database configuration that prevent the command from executing correctly.
- Version Compatibility: The version of the Informix database or the SAP system may not be compatible with the command being executed.
- Permissions: The user executing the command may not have the necessary permissions to run the command.
Solution:
Check Command Syntax: Ensure that the command is correctly formatted. The
oncheck
command should be used with the appropriate parameters. Refer to the Informix documentation for the correct usage of the command.Example of a correct command might look like:
oncheck -pP <parameter1> <parameter2>
Make sure to replace
<parameter1>
and<parameter2>
with valid values.Review Database Configuration: Check the database configuration settings to ensure that they are set up correctly. This includes checking the database server settings and ensuring that the database is running properly.
Check Version Compatibility: Verify that the versions of SAP and Informix are compatible. If there are known issues with specific versions, consider upgrading or patching the software.
User Permissions: Ensure that the user executing the command has the necessary permissions to perform the operation. You may need to grant additional permissions or run the command as a different user with higher privileges.
Consult Documentation: Refer to the official SAP and Informix documentation for more detailed information on the command and its parameters.
Log Files: Check the log files for more detailed error messages that may provide additional context about the issue.
Related Information:
oncheck
command and its parameters.If the problem continues after trying the above solutions, it may be beneficial to contact SAP support for further assistance.
HH018 Access authorization to specified 'rawdevice' or 'link' incorrect
What causes this issue? Access authorization for the specified path is not set ...
HH017 Change the SAP instance profile
What causes this issue? The value of SAP profile parameter 'rdisp/wp_auto_...
HH020 Incorrect 'code page' to perform DBCOPY or SAP-UPGRADE in the future
What causes this issue? Your database has an incorrect codepage for the DBCOPY ...
HH021 Reorganize the specified table
What causes this issue? The number of extents of the specified table is very hi...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.