Message type: E = Error
Message class: RS_PSA_DEP -
Message number: 035
Message text: New data was inserted into table &1 while conversion was running
New data was inserted into table &V1& while the system was trying to
convert the table.
This is an inconsistent state that needs to be resolved. Therefore, the
conversion attempt has been aborted.
Please contact SAP.
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.
RS_PSA_DEP035
- New data was inserted into table &1 while conversion was running ?The SAP error message RS_PSA_DEP035 indicates that new data was inserted into a Persistent Staging Area (PSA) table while a data conversion process was running. This situation typically arises during data extraction processes, particularly when using SAP Data Warehousing solutions like SAP BW (Business Warehouse).
Cause: The error occurs because the data extraction process is trying to read from a PSA table that is being modified (i.e., new records are being inserted) at the same time. This can happen in scenarios where: Multiple data loads are being executed concurrently. A data load process is not properly managed, leading to overlapping operations on the same PSA table.
Solution: To resolve this error, consider the following approaches: Sequential Data Loads: Ensure that data loads to the PSA table are executed sequentially rather than concurrently. This can be managed by scheduling the data load jobs to run one after the other. Locking Mechanism: Implement a locking mechanism to prevent concurrent writes
Get instant SAP help. Sign up for our Free Essentials Plan.
RS_PSA_DEP034
Table &1 created by a different process
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_PSA_DEP033
Could not activate DataSource &1 (&2)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_PSA_DEP036
PSA metadata inconsistent for PSA table &1 and request &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_PSA_DEP037
DB_STORAGE_GET for table &1 failed with return code &2
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.