RVR-SYNP-305
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-SYNP-305
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error
RVR-SYNP-305
indicates a failure in creating a table when using the Azure Synapse data connector in Rivery. This issue may arise from multiple underlying causes, such as permission issues, syntax errors in SQL statements, or limitations related to table and column naming conventions.
- The error
Action Steps:
- Check Permissions: Ensure that the user has adequate permissions to create tables in the Azure Synapse SQL Data Warehouse. Verify that the necessary
CREATE
permissions are granted. - Verify Syntax: Double-check the SQL syntax being used to create the table. Ensure that it complies with Azure Synapse's SQL requirements, especially if using dynamic SQL or automated scripts.
- Naming Conventions: Ensure that your table and column names do not mix uppercase and lowercase characters, use unsupported special characters, or contain invalid UTF-8 characters, as these can lead to table creation failures in Rivery.
- Examine Logs: Check any system logs or detailed error messages provided by Rivery or Azure Synapse for additional clues about the failure.
- Environment Configuration: Ensure that your Azure Synapse connector settings in Rivery are correctly configured and test the connection to confirm it is active and functioning.
- Check Permissions: Ensure that the user has adequate permissions to create tables in the Azure Synapse SQL Data Warehouse. Verify that the necessary
External References:
- Rivery Azure Synapse Integration Guide: Rivery Documentation
- Azure Synapse SQL Syntax and Conventions: Microsoft Documentation
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?