Do you have any question about this error?
Message type: E = Error
Message class: HH - (Long) text for check tool 'infcfgcheck'
Message number: 049
Message text: Other file attributes (owner, ...) recommended
The specified Informix program does not have the recommended
attributes: owner, group and/or access authorization are different
from those in the Informix installation file
'$INFORMIXDIR/etc/onlinefiles'.
Change these program attributes (possibly as user 'root')
using the usual operating system commands: 'chown',
'chgrp' and 'chmod'.
Error message extract from SAP system. Copyright SAP SE.
HH049
- Other file attributes (owner, ...) recommended ?The SAP error message HH049, which states "Other file attributes (owner, ...) recommended," typically relates to issues with file permissions or attributes in the context of SAP's handling of external files or directories. This error can occur when the system detects that certain file attributes, such as ownership or permissions, do not meet the recommended settings for optimal operation.
Cause:
- File Ownership: The file or directory may not be owned by the correct user or group that SAP expects.
- File Permissions: The permissions set on the file or directory may be too restrictive or not aligned with SAP's requirements.
- File Attributes: Other attributes related to the file, such as read/write/execute permissions, may not be set correctly.
Solution:
To resolve the HH049 error, you can take the following steps:
Check File Ownership:
- Use the command
ls -l <filename>
in the terminal to check the current owner and group of the file.- If the ownership is incorrect, change it using the command:
chown <new_owner>:<new_group> <filename>
Check File Permissions:
- Again, use
ls -l <filename>
to check the permissions.- If the permissions are too restrictive, you can modify them using:
chmod <permissions> <filename>
- Common permissions settings might include
755
for directories and644
for files, but this can vary based on your specific requirements.Review SAP Documentation:
- Check the SAP documentation or notes related to file handling and permissions for any specific recommendations or requirements.
Consult with Basis Team:
- If you are unsure about the correct settings, consult with your SAP Basis team or system administrator, as they will have the necessary expertise to ensure that the file attributes are set correctly.
Related Information:
By following these steps, you should be able to address the HH049 error and ensure that the file attributes are set correctly for SAP operations.
Get instant SAP help. Start your 7-day free trial now.
HH048
Edit the Informix ONCONFIG file
What causes this issue? The current number of logfiles (which Informix command 'onstat -l' displays) does not correspond to the current val...
HH047
Check the values of 'page cleaner' and 'LRU_MAX_DIRTY'
What causes this issue? This is a single 'performance' check and therefore does not describe a critical system status. It is neither necess...
HH050
Check authorizations of INF programs (INFORMIXDIR/etc/onlinefiles)
What causes this issue? This message is not an error! The single check could not perform an automatic check as it usually does. The Informix installa...
HH051
Other file attributes (owner, ...) recommended
What causes this issue? The specified SAP program does not have the recommended attributes: owner, group and/or access authorization are configured &...
Click on this link to search all SAP messages.