RVR-SF-RDBMS-313
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-SF-RDBMS-313
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
- The error code
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.
- Review the table and column naming conventions:
3 External References:
- For detailed guidance on data source or target-specific configurations, visit the official Rivery documentation.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?