RVR-SF-RDBMS-313
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-SF-RDBMS-313

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • The error code RVR-SF-RDBMS-313 indicates a failure in creating a table literal in an RDBMS (Relational Database Management System) data connector in Rivery. This error is often associated with issues in setting up or handling tables during data extraction or transformation processes. A potential reason could be related to limitations in table or column naming conventions, unsupported special characters, or data type mapping issues.
  2. Action Steps:

    • Review the table and column naming conventions:
      • Ensure that table and column names do not combine uppercase and lowercase characters, contain special characters, or unsupported UTF-8 characters.
    • Check for data type compatibility:
      • Verify that the data types used are supported and correctly mapped between your source and Rivery. Unsupported data types are mapped as strings.
    • Manage schema changes:
      • Confirm that any required metadata changes on the target table are defined correctly, and initiate the transaction by creating the table if it does not exist.
    • Use valid JSON format:
      • If applicable, ensure JSON formats in data mappings are correct and consistent with the data structure requirements.

3 External References:

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


Was this article helpful?