Skip to main content
Feedback

RVR-MSS-703

1. Issue Summary

  • Error Description: The error message "External Error - SAS Token is required" with Error Code: RVR-MSS-703 indicates an issue when connecting to Azure SQL through Data Integration platform. The error specifically points out that a SAS (Shared Access Signature) token is missing, which is crucial for the connection and operations within Azure.

  • Initial Diagnosis: This issue commonly arises when the SAS token required for authenticating and authorizing connections to resources in Azure, such as Blob Storage or SQL Database, is not provided in the Data Integration configuration. The connection setup for Azure resources generally requires this token to validate and grant appropriate access without revealing the storage account's credentials.

2. Action Steps

  1. Retrieve SAS Token:

    • You need to generate a SAS token that grants the necessary permissions for accessing the Azure resource.
    • Follow Microsoft's documentation on creating a SAS token: Microsoft SAS Token Guide .
  2. Configure SAS Token in Data Integration:

    • Once you have the SAS token, ensure that it is correctly entered in the connection settings within Data Integration. This involves updating the Azure SQL connection configuration to include the SAS token.
    • Refer to the Data Integration documentation for detailed steps on configuring Azure Blob Storage connections with a SAS token: Configure Azure Blob Storage in Data Integration .
  3. Test Connection:

    • Use the "Test Connection" feature in Data Integration after updating the configuration to ensure that the connection to the Azure resource is established successfully.
  4. Check Permissions:

    • Verify that the permissions granted by the SAS token are adequate for the operations you intend to perform through Data Integration.

3. External References

If the issue persists or you need further assistance, please open a ticket with Data Integration support.

On this Page