Do you have any question about this error?
Message type: E = Error
Message class: HH - (Long) text for check tool 'infcfgcheck'
Message number: 035
Message text: Edit the Informix ONCONFIG file
You configured ONCONFIG parameter LOGSIZE differently from the
recommended value.
The recommended value is only a guide value, since other factors
(logical log backup, checkpoints, long transaction, ...)
are relevant when choosing the 'right' size
(for details, see 'Informix Administration Guide,
Vol. 1, chap. 'Logical log'').
This single check is primarily intended for consideration purposes,
since a good configuration of LOGSIZE also results in a better
performance (especially if LOGSIZE is set very small and was
increased).
To reconfigure LOGSIZE, edit (as user 'informix')
file '$INFORMIXDIR/etc/$ONCONFIG'.
CAUTION: The change only becomes active when the database is started
up.
Error message extract from SAP system. Copyright SAP SE.
HH035
- Edit the Informix ONCONFIG file ?The SAP error message HH035, which indicates "Edit the Informix ONCONFIG file," typically arises in the context of SAP systems that use Informix as a database. This error suggests that there is a configuration issue with the Informix database settings, specifically in the ONCONFIG file, which is the configuration file for Informix.
Cause:
The error can be caused by several factors, including:
- Missing or Incorrect Configuration Parameters: The ONCONFIG file may lack necessary parameters or have incorrect values that do not meet the requirements of the SAP application.
- Database Initialization Issues: If the database has not been properly initialized or configured, it may lead to this error.
- Resource Limitations: The configuration may not allocate sufficient resources (like memory or disk space) for the database to operate effectively.
- Version Compatibility: There may be compatibility issues between the SAP application and the version of Informix being used.
Solution:
To resolve the HH035 error, follow these steps:
Locate the ONCONFIG File: Find the ONCONFIG file, which is usually located in the Informix installation directory. The file name is typically set in the environment variable
ONCONFIG
.Review Configuration Parameters: Open the ONCONFIG file in a text editor and review the parameters. Ensure that the following key parameters are correctly set:
DBSPACENAME
: Ensure that the database space is correctly defined.DBSERVERNAME
: Check that the server name matches the one used in your SAP configuration.LOGFILE
: Ensure that the log file path is valid and writable.SHMBASE
,SHMVIRTSIZE
,SHMADD
: Check shared memory settings to ensure they are adequate for your SAP workload.Adjust Resource Settings: If you find that resource settings are insufficient, adjust them according to the requirements of your SAP system. This may involve increasing memory allocation or adjusting disk space settings.
Check for Errors in the Log Files: Review Informix log files for any additional error messages that may provide more context about the issue.
Restart the Informix Database: After making changes to the ONCONFIG file, restart the Informix database to apply the new settings.
Consult Documentation: Refer to the SAP and Informix documentation for specific configuration guidelines and best practices.
Test the Configuration: After making the necessary changes, test the SAP application to ensure that the error has been resolved.
Related Information:
If the problem persists after following these steps, consider reaching out to SAP support or your database administrator for further assistance.
Get instant SAP help. Start your 7-day free trial now.
HH034
Edit the Informix ONCONFIG file
What causes this issue? You configured ONCONFIG parameter USEOSTIME to be detrimental to the performance. Background: USEOSTIME defines whether the t...
HH033
Edit the Informix ONCONFIG file
What causes this issue? You configured the ONCONFIG parameter 'LOCKS' to be very large. Background: Each 'lock' reserves 43 bytes...
HH036
Edit the Informix ONCONFIG file
What causes this issue? You defined ONCONFIG parameter 'BUFFERS' to be less than the recommended minimum value. 'BUFFERS' defines...
HH037
Edit the Informix ONCONFIG file
What causes this issue? You set ONCONFIG parameter 'TAPEDEV' to '/dev/null'. 'TAPEDEV' specifies the device (usually a ...
Click on this link to search all SAP messages.