Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 084
Message text: Line '&1' Column '&2': Relative path names are not supported
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
DB6PM084
- Line '&1' Column '&2': Relative path names are not supported ?The SAP error message DB6PM084 indicates that there is an issue with the use of relative path names in a database-related operation. This error typically arises when the system encounters a relative path in a configuration or command where it expects an absolute path.
Cause:
The error is caused by the use of relative path names in the context of database operations, such as when specifying file locations for database backups, data files, or configuration files. Relative paths are not supported in this context, leading to the error message.
Solution:
To resolve this error, you should:
Identify the Context: Determine where the relative path is being used. This could be in a configuration file, a database command, or a script.
Change to Absolute Path: Modify the configuration or command to use an absolute path instead of a relative path. An absolute path specifies the complete directory path from the root of the file system, ensuring that the system can locate the files correctly.
- For example, instead of using:
./data/myfile.txt
Use:
/full/path/to/data/myfile.txt
Check Configuration Files: If the error is related to a configuration file (like
sapdb.conf
or similar), ensure that all paths specified within that file are absolute.Review Scripts: If you are running a script that interacts with the database, check for any relative paths in the script and update them accordingly.
Test the Changes: After making the necessary changes, re-run the operation that caused the error to ensure that it has been resolved.
Related Information:
By ensuring that all paths used in your database operations are absolute, you should be able to resolve the DB6PM084 error effectively.
Get instant SAP help. Start your 7-day free trial now.
DB6PM083
Select at least one pattern
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM082
Only valid actions may be re-scheduled
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM085
Type of container has not been specified
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM086
Size of container has not been specified
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.