how to handle long NXSQL query with REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 09:49 AM
Hi,
I want to post a simple NXSQL query using RESTAPI.
SELECT * FROM my_document_type WHERE ecm:path STARTSWITH '/my_path/xx'
=> This query is OK when launched from the AdvancedSearch dialog (possibly resulting several pages)
=> The result is OK when the answer is rather small.
But if I post this query looking a very crowded location, it fails.
I suspect that the reason is indeed the length of the result.
=> how to handle multi page result of a request?
Thanks for any advice
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 09:58 AM
[see question]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2015 05:16 AM
It fails how? Are there any error messages returned or in the server.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2015 05:39 AM
Unfortunately I don't have access to the server log
