Skip to main content
Feedback

RVR-SF-RDBMS-313

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 Data Integration. This error is often associated with issues in setting up or handling tables during data extraction or transformation processes. A potential reason could relate to limitations in table or column naming conventions, unsupported special characters, or data type mapping issues.

Action steps

To resolve the error, follow these 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 Data Integration supports and correctly mapped between your source and Data Integration. Unsupported data types maps as strings.
  • Manage schema changes:
    • Confirm that any required metadata changes on the target table you define correctly, and start 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:

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