Symptom
The following error occurs in SAP Analytics Cloud (SAC) when you export data from SAC to BPC MS:
- Members ... of dimensions .... cannot be saved due to a concurrent lock violation
Environment
- SAP Analytics Cloud (Enterprise)
Reproducing the Issue
- Open a model
- Go to the Data Management workspace.
- Run an export job that exports data from SAC to BPC for Microsoft
Cause
This error occurs because SAC starts multiple jobs to process the data when you export a large amount of data to BPC and parallel processing could result in lock conflicts.
Regarding details of the parallel processing, when dividing data into packages for parallelization, it is not specifically optimized for a particular dimension like Time or Category. The goal of the division is to split the data evenly. To get that, it iterates over the dimensions and collects the members of each and then calculates the package size if the data is split by this dimension. In the end, it chooses the one that can mostly evenly distribute the data into the number of jobs (max: 5).
Also, the system only processes at most 250,000 rows into a maximum of 5 jobs at a time. If you have more than that number of data, it repeats the division every 250,000 rows of records.
If the default logic is triggered, it can also be an uncontrollable factor contributing to the lock issue.
Resolution
- For the export to the BPC NetWeaver version, an enhancement to introduce parameters so that users can choose to disable parallelization was inctroduced.See SAP Note 3164460.
- However, we do not have similar settings for the BPC MS version.
- If you want to get the export job executed successfully, please manually split the export into several jobs by setting up filters.
See Also
- 3073231- Concurrent lock violation when sending data
- 3164460 - Customize system options for SAC exporting data to BPC
- 2569847 - Where can you find SAC user assistance (help) to use, configure, and operate it more effectively?
- Have a question? Ask it here and let our amazing SAP community help! Or reply and share your knowledge!
- 2487011 - What information do I need to provide when opening an incident for SAP Analytics Cloud?
- 2511489 - Troubleshooting performance issues in SAP Analytics Cloud
- Search for SAP Analytics Cloud content using Google or Bing:
- https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fuserapps.support.sap.com+SAP+Analytics+Cloud
- https://www.bing.com/search?q=site%3Ahttps%3A%2F%2Fuserapps.support.sap.com+SAP+Analytics+Cloud
- Note: Add relevant text or warning/error messages to the text search field to filter results.
- SAP Analytics Cloud Connection Guide
- Getting Started with SAP Analytics Cloud Expert Community page
- SAP Analytics Cloud Get More Help and SAP Support
- Need More Help? Contact Support or visit the solution finder today!
Your feedback is important to help us improve our knowledge base.
Keywords