Do you have any question about this error?
Message type: E = Error
Message class: SECAUDIT - Message class for security audit
Message number: 048
Message text: File name template contains the pattern '######' before '++++++++'
When checking the profile parameter FN_AUDIT, the system determined that
the current value is invalid, since it contains the character string
"######" in the wrong place.
Since the profile parameter FN_AUDIT is instance-specific, the result of
the parameter check also contains the instance name.
You cannot save the kernel parameters while there are errors in the
profile parameters.
Set the value of the profile parameter FN_AUDIT in such a way that it
contains the character string "######" after the character string
"++++++++". You can maintain profile parameters with transaction RZ10.
Examples: audit_++++++++_###### or AUDIT++++++++_######.AUD
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SECAUDIT048
- File name template contains the pattern '######' before '++++++++' ?The SAP error message SECAUDIT048 indicates an issue with the file name template used for audit logs in the SAP system. Specifically, the error arises when the file name template contains the pattern '######' before '++++++++'. This pattern is typically used to define a naming convention for log files, where '######' represents a sequence number and '++++++++' represents a timestamp or other identifier.
Cause:
The error occurs because the file name template is not correctly configured. The presence of '######' before '++++++++' suggests that the system is expecting a specific format for the file name, but the current configuration does not meet this requirement. This can happen due to:
- Incorrect configuration in the audit log settings.
- A misunderstanding of the naming conventions required by the SAP system.
- Manual changes made to the file name template that do not conform to the expected format.
Solution:
To resolve the SECAUDIT048 error, you need to correct the file name template in the audit log configuration. Here are the steps to do this:
Access the Audit Log Configuration:
- Go to transaction code
SM19
(Security Audit Log) in the SAP GUI.Check the File Name Template:
- In the configuration settings, look for the section where the file name template is defined.
- Ensure that the template follows the correct format. A typical format might look like
audit_######_++++++++.log
, where '######' is a placeholder for a sequence number and '++++++++' is for a timestamp.Modify the Template:
- If the template contains '######' before '++++++++', you may need to rearrange or modify it to ensure it adheres to the expected format.
- For example, you might change it to
audit_++++++++_######.log
or another valid format as per your requirements.Save the Changes:
- After making the necessary adjustments, save the configuration.
Test the Configuration:
- Generate a new audit log to ensure that the error no longer occurs and that the logs are being created with the correct file name format.
Related Information:
By following these steps, you should be able to resolve the SECAUDIT048 error and ensure that your audit logs are generated correctly.
Get instant SAP help. Start your 7-day free trial now.
SECAUDIT047
File name template does not contain the pattern '######'
What causes this issue? When checking the profile parameter FN_AUDIT, the system determined that the current value is invalid, since it does not cont...
SECAUDIT046
File name template does not contain the patter '++++++++'
What causes this issue? When checking the profile parameter FN_AUDIT, the system determined that the current value is invalid, since it does not cont...
SECAUDIT049
Filter &1 does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SECAUDIT050
Security Audit Log events
What causes this issue? The events from the Security Audit Log for an application server are displayed in the subordinate monitor attributes. These e...
Click on this link to search all SAP messages.