RVR-BQ-RDBMS-004
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-BQ-RDBMS-004
- 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-BQ-RDBMS-004
with the messageDB_ERROR
through thebq_src
connector typically indicates a database-related issue in Rivery, specifically when using BigQuery as a source. This error can occur due to several reasons such as connection issues, missing permissions, or misconfigurations in the BigQuery settings.
- The error code
Action Steps:
Check Connection Details:
- Verify the credentials used in the BigQuery connection. Ensure that the project ID, service account credentials, and any required permissions (such as BigQuery Data Viewer and BigQuery Job User roles) are correctly assigned.
Review Permissions:
- Ensure that your Google Cloud service account has the necessary permissions to access the datasets and manage stored data. The service account should have the "storage.buckets.list" permission linked to a role.
Check for Regional Compatibility:
- Confirm that the region of the datasets and the connection match. Misalignment in regions can cause data load failures.
Test the Connection:
- Use the "Test Connection" feature in Rivery to ensure that the connection to BigQuery is working as expected.
Examine Logs for Details:
- Review any relevant logs in the BigQuery and Rivery consoles for more detailed error messages which might provide additional insights into the cause of the
DB_ERROR
.
- Review any relevant logs in the BigQuery and Rivery consoles for more detailed error messages which might provide additional insights into the cause of the
External References:
- For more detailed steps on setting up a BigQuery source in Rivery, refer to the Rivery BigQuery documentation.
- Consult the Google Cloud service account and permission documentation for setting correct access roles in BigQuery.
If the issue persists or further assistance is needed, please open a ticket with Rivery support.
Was this article helpful?