Skip to main content
Feedback

RVR-RDBMS-306

Issue summary

  • The error code RVR-RDBMS-306 in Data Integration Data Connector indicates a failure to retrieve table metadata when using RDBMS connections. This problem may arise due to permission issues, absence of necessary metadata access, or database configuration settings that hinder Data Integration ability to query the database metadata effectively.

Action steps

To resolve the error, follow these steps:

  • Check Database Permissions: Ensure that the database user configured in Data Integration has adequate permissions to access the metadata of the tables. This typically requires SELECT permissions on the information schema or similar, depending on the specific RDBMS in use.
  • Review Connection Parameters: Verify that all connection parameters are correctly configured in Data Integration, including host address, port, database name, and authentication details.
  • Enable Relevant Features: Make sure that features needed by Data Integration enabled in the database. For example, in SQL Server, features like Change Data Capture and Change Tracking may need specific configurations.
  • Verify Network Accessibility: Ensure that there are no network issues blocking Data Integration from accessing your database. This includes checking firewall rules and IP address allowlisting.
  • Consult Logs: Review any available logs in Data Integration for additional error messages or details that can provide further context on the failure.

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