Do you have any question about this error?
Message type: E = Error
Message class: RSDS - New DataSource
Message number: 059
Message text: Character-like PSA with access method &1 not permitted
You have set the indicator so that the PSA stores the data in the
character structure. However the extractor &V1& extracts directly into
the application structure. Thus it is neither possible nor necessary to
store the data in the character structure.
The function is terminated
Remove the indicator or choose another extractor.
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.
RSDS059
- Character-like PSA with access method &1 not permitted ?The SAP error message RSDS059 indicates that there is an issue with accessing a Persistent Staging Area (PSA) that is defined as character-like, but the access method being used is not permitted for that type of PSA. This typically occurs in the context of data extraction and loading processes in SAP BW (Business Warehouse).
Cause:
The error is caused by attempting to use an access method that is incompatible with the data type of the PSA. Specifically, the PSA is defined to hold character-like data, but the access method specified (denoted by
&1
in the error message) is not suitable for this type of data. This can happen if:
- The PSA is incorrectly configured.
- The data source is not compatible with the defined PSA structure.
- There is a mismatch between the data types expected by the data source and the PSA.
Solution:
To resolve the RSDS059 error, you can take the following steps:
Check PSA Configuration:
- Go to the Data Warehousing Workbench (transaction RSA1).
- Navigate to the PSA in question and check its structure and data types.
- Ensure that the PSA is correctly defined to match the data types of the incoming data.
Review Data Source:
- Verify the data source configuration to ensure it is compatible with the PSA.
- Check if the data source is set up to extract character-like data and that it matches the PSA's structure.
Adjust Access Method:
- If the access method being used is not appropriate for character-like data, consider changing it to a suitable method.
- You may need to adjust the extraction process or the transformation rules to ensure compatibility.
Test Data Load:
- After making the necessary adjustments, perform a test data load to see if the error persists.
- Monitor the logs for any additional errors or warnings that may provide further insight.
Consult Documentation:
- Refer to SAP documentation or notes related to the specific data source and PSA configuration for additional guidance.
Related Information:
If the issue persists after following these steps, consider reaching out to SAP support or consulting with a BW expert for further assistance.
Get instant SAP help. Start your 7-day free trial now.
RSDS058
Access method &1 is not compatible with multi-segment sources
What causes this issue? The DataSource has more than one segment. The maintained access method &V1&, however, is not able to deal with multi-...
RSDS057
Creation of DataSources for SAP source system &1 is not permitted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSDS060
DataSource &1(&2) already exists
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSDS061
DataSource &1(&2) saved
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.