Skip to main content
Feedback

RVR-SYNP-203

Issue summary

The error RVR-SYNP-203 occurs in the context of using the Azure Synapse connector within Data Integration and indicates a failed merging operation due to a missing query or source table.

This means that the merge operation could not be completed because the necessary query to select data from the source table is not set, or the expected source table does not exist or is not accessible at the time of the operation.

Action steps

  1. Verify Source table availability: Ensure that the source table mentioned in your river configuration exists and is accessible. Check the database to verify that this table is present and contains the expected data.

  2. Check Query definition: Ensure any custom query is correctly defined with proper syntax and selects from the intended source table. Specify the correct query in the river setup or preceding configuration steps.

  3. Inspect river configuration: Review the river configuration to verify that the correct tables and queries are specified where necessary. Data Integration uses these settings to understand what data needs to be moved and how to perform the merge operations.

  4. Review Data Integration logs and settings: Check Data Integration logs for additional details on what might have failed. Logs might provide more insight into whether the failure was caused by a query error, missing data, or connectivity issues.

External References:

For more information on setting up Azure Synapse connectors in Data Integration, refer to Data Integration official documentation on data sources and connections.

note

If the issue persists or you need further assistance, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.