Symptom
When building a query in SAP Analytics Cloud (SAC) via Odata Service from Microsoft Dynamics CRM 365 the following error message occurs:
- "The following error message comes from the external data service: status: 400 body: {"error"¡{"code":0x0",message":" Skip Clause is not supported in CRM"}}"
Environment
- SAP Analytics Cloud (Enterprise) 2021.8.17
Reproducing the Issue
- Create new dataset/model.
- From a data source.
- Odata Services.
- Select Connection.
- Build a Query.
- Select table.
- Select required objects.
- Click Create.
- Observe the error message.
Cause
- As KBA suggests: in order to bypass the limit for importing more than 1000 record per query, the server side paging ($skiptoken) has to be implemented.
However, this $skiptoken is not supported when it comes to Microsoft Dynamics CRM 365. Which makes the workaround not doable. Therefore, the 1000 record per query limit can't be bypassed.
Resolution
According to the help page article for importing from OData services, the $skip parameter must be supported by the data service. The data service should be configured to allow pagination with $top and $skip parameters.
See Also
- 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 case 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.ca/search?q=site%3Ahttps%3A%2F%2Fapps.support.sap.com+SAP+Analytics+Cloud
- https://www.bing.com/search?q=site%3Ahttps%3A%2F%2Fapps.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
odata, crm, Microsoft Dynamics CRM 365, Microsoft Dynamics SAC, Microsoft Dynamics odata, Odata 1000 limit, Odata limitation, odata 1000 record, Odata query, Microsoft Dynamics CRM 365 $skiptoken, skiptoken , KBA , LOD-ANA-AQU-ODATA , Acquiring Data into SAC using an ODATA connection , Problem