RVR-LGR-001
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-LGR-001
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error "Variables value exceeds maximum allowed size" with Error Code: RVR-LGR-001 in Rivery's Logic Data Connector indicates that a variable you're using in your logic has exceeded the system's maximum size limit.
- This issue typically arises when handling large data sets or concatenating extensive amounts of text/data into a single variable within the logic.
Action Steps:
- Review Variables: Identify and review all the variables being used in your Logic River. Look for any variables that might be aggregating large amounts of data.
- Optimize Data Management: Consider breaking down large variables into smaller chunks. If a variable holds a list or collection, try processing or passing it in smaller segments.
- Check for Concatenations: Ensure that any concatenated strings or lists are not unnecessarily large. Optimize by reducing the number of concatenations or the size of each element being concatenated.
- Consult Rivery Logic Specifications: Refer to the Rivery documentation to understand the limitations on variable sizes and ensure your logic operates within those limits.
External References:
- For more detailed guidance, consider reviewing Rivery's official documentation on Logic Rivers: Rivery Logic Overview.
- If managing data sizes and segmenting tasks are necessary, the documentation on best practices for handling large data within Rivery might be helpful: Handling Large Data in Rivery.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?