Skip to main content
Feedback

RVR-MSS-719

Issue summary

  • The error code RVR-MSS-719 indicates an external error related to the failure in creating an index. The error is happening with the azure_sql data connector. This error often occurs due to issues with the underlying SQL Server settings or configurations on Azure SQL that manage indexing.

  • The failure to create an index in Azure SQL could result from a variety of issues such as insufficient permissions, resource limitations, or SQL syntax problems. Index creation might fail if the SQL Server doesn't have enough allocated resources or due to incorrect SQL configurations.

Action steps

To resolve the error, follow these steps:

  1. Check Permissions: Ensure that the account used for connecting to Azure SQL has the required permissions to create indexes. Typically, you may require CREATE permission on the database level.
  2. SQL Server Logs: Review logs in Azure SQL Server Management Studio. These logs might provide specific information or errors related to index creation.
  3. Re-check SQL Script: Verify that the SQL script used for index creation is correct with no syntax errors and adheres to the SQL standards for Azure SQL.
  4. Resource Management: Ensure that the Azure SQL instance has enough resources (e.g., DTUs or vCores) to handle the additional overhead of creating an index. Sometimes the creation might fail due to resource thresholds being maxed out.

External references

For more details on setting up connections and common error handling with Azure SQL in Data Integration, refer to the Data Integration documentation on Azure SQL.

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.

On this Page