RVR-SF-RDBMS-302
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-SF-RDBMS-302
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- Error Code: RVR-SF-RDBMS-302 indicates a failure in executing an SQL command within Rivery's platform using the RDBMS data connector. This error generally arises due to issues in the SQL command syntax or connectivity problems between Rivery and the database. It can occur when there is a syntax error in the SQL statement being executed, missing permissions, or if the database connection settings are incorrect.
Action Steps:
- Verify SQL Command: Check the SQL command for any syntax errors. Ensure all SQL keywords are used correctly and that table/column names are spelled correctly.
- Check Permissions: Ensure that the user account used in the Rivery connection has the necessary permissions to execute the SQL command. It should have at least read and write permissions on the relevant database objects.
- Database Connection: Ensure that the database connection configuration in Rivery (credentials, host, port, and database name) is correct. You can test this connection to verify it is working properly.
- Review Logs and SQL Feedback: Check any logs or feedback provided by Rivery in the console for more detailed error messages or specific pointers on the failed SQL command.
- Reinitialize Table: If using SQL Server Change Tracking or a similar feature, check for issues like
min_valid_version
orlast_sync_version
. You may need to reinitialize the table if synchronization has failed.
External References:
- For further steps on debugging RDBMS connections on Rivery, refer to the Rivery documentation.
- If using specific databases like SQL Server or Oracle, ensure permissions and SQL specifics are managed according to SQL Server Connection Setup and Oracle Connection Setup respectively.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?