RVR-MSSQL-RDBMS-206
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-MSSQL-RDBMS-206
- 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-MSSQL-RDBMS-206
indicates an issue with the MSSQL Data Connector unable to retrieve the keys for a specified table. This can often be attributed to problems such as incorrect table meta-information, absence of primary or composite keys, or issues with the Change Tracking or Cleanup processes within SQL Server【4:1†Rivery Documentation 202408 (2).pdf】.
- The error code
Action Steps:
- Verify Key Existence: Ensure that the table in question has primary keys or composite keys defined. Lack of keys will prevent Rivery from conducting operations that require them.
- Change Tracking: Check if Change Tracking is enabled for the database and the specific table. You can do this by running queries against the
sys.change_tracking_databases
andsys.change_tracking_tables
to verify the change tracking settings【4:17†Rivery Documentation 202408 (2).pdf】. - Inspect Cleanup Processes: Automated cleanup of the Change Tracking data might be happening too frequently, leading to data removal before full synchronization. Monitor and adjust these processes if necessary【4:6†Rivery Documentation 202408 (2).pdf】.
- Review Logs: Analyze the MSSQL server logs for any errors or messages related to the failure in retrieving keys. These logs can offer insights into why the keys are not obtainable.
- Reinitialize Table: If change tracking is a factor, consider reinitializing the table from the Rivery console to reset synchronization and potentially resolve the issue【4:5†Rivery Documentation 202408 (2).pdf】.
External References:
- For additional troubleshooting on SQL Server issues, you can refer to the official Microsoft SQL Server Documentation.
- Detailed Rivery documentation specifics can be found here for further setup and configuration guidelines specific to using MSSQL with Rivery.
If the issue persists or if these steps do not resolve the problem, please open a ticket with Rivery support to receive more specialized assistance.
Was this article helpful?