Skip to main content
Feedback

RVR-RCT-101

  1. Issue Summary

    • The error code RVR-RCT-101 with the description "Invalid pagination request" typically indicates a problem with setting up pagination for a REST API action in Data Integration. Pagination helps to manage and retrieve large amounts of data in smaller, more manageable chunks. If It is not configured correctly, it can lead to errors when trying to fetch data from an API.
  2. Action Steps:

    • Review Pagination Method: Ensure that you have selected the appropriate pagination method for your API. Data Integration supports different pagination methods, including "Paginate by Offset," "Paginate by Page," and "Next Page in Response." Check your API documentation to determine which method is applicable.
    • Check Offset Variables: If you are using pagination by offset, verify the "Offset Key" and "Offset Start" configuration. Ensure that the variable used for offset increments appropriately after each request.
    • Validate Next Page Key: For methods using the "Next Page in Response," ensure that the key for the next page is correctly specified and matches value returned by the API. You must specify this key properly to retrieve subsequent pages.
    • Review API Responses: Check the responses from your API calls. Sometimes the issue might arise from missing or incorrectly parsed pagination tokens or values in the response.
    • Consult API Documentation: Ensure you have set up pagination according to the specific requirements of the API you are working with. APIs might have custom settings for pagination that need to be precisely configured.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Data Integration support.