Skip to main content
Feedback

RVR-MSS-713

Issue summary

The error "External Error - SAS Token is required" with Error Code: RVR-MSS-713 is encountered when using the Data Integration platform's Azure SQL connector. This error indicates that a Shared Access Signature (SAS) Token is required for the operation, but was not provided. The error occurs because the integration requires an SAS Token to access Azure resources, such as Blob storage, used within the integration.

Action steps

To resolve the error, follow these steps:

  1. Generate a SAS Token:

    1. Go to the Azure Portal and navigate to the storage account you are attempting to access.
    2. In the settings section of the storage account, look for "Shared access signature."
    3. Generate a new SAS Token by specifying the appropriate permissions, service (Blob), and the necessary expiry time and policy.
    4. Click on "Generate SAS and connection string" and copy the SAS Token.
  2. Update connection in Data Integration:

    1. Access your Data Integration console and navigate to the specific river or connection settings where the token is required.
    2. Ensure that the connection configuration for Azure includes the SAS Token as necessary.
    3. Use the Test Connection feature to verify that the connection now works properly with the newly added SAS Token.

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