Skip to main content
Feedback

RVR-MSS-712

Issue summary

The error "External Error - SAS Token is required" with Error Code RVR-MSS-712 indicates that while using the Azure SQL data connector in Data Integration, a Shared Access Signature (SAS) token is missing. This token is required for authentication and authorization when accessing Azure services. A SAS token provides access to specific resources without exposing the account key.

Action steps

To resolve the error, follow these steps:

  1. Generate a SAS token:
    • Navigate to the Azure portal and open the storage account you wish to connect to.
    • Under the "Security + networking" section, select "Shared access signature."
    • Configure the permissions, protocols, start, and expiry times as required.
    • Generate the SAS token and copy the necessary fields (Token, SAS URL).
  2. Configure the connection in Data Integration:
    • In your Data Integration console, go to the connection settings for Azure SQL.
    • Enter the generated SAS Token in the appropriate field. This is mandatory when using the Blob Storage as a custom FileZone, but optional for other uses.
  3. Test the connection:
    • Use the Test Connection feature in Data Integration to ensure the configuration is correct. If successful, proceed with your River operations.

External references

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