Skip to main content
Feedback

RVR-LGR-001

Issue summary

  • The error "Variables value exceeds maximum allowed size" with Error Code: RVR-LGR-001 in Data Integration Logic Data Connector indicates that a variable you are 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

To resolve the error, follow these steps:

  • Review Variables: Identify and review all the variables in use in your Logic Flow. 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 concatenated.
  • Consult Data Integration Logic Specifications: Refer to the Data Integration documentation to understand the limitations on variable sizes and ensure your logic operates within those limits.

External references

note

If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page