RVR-MSS-704
-
Issue Summary
- The error message "External Error - SAS Token is required. Error Code: RVR-MSS-704" when using the
azure_sqldata connector in Data Integration indicates that a Shared Access Signature (SAS) token is necessary for the operation but has not been provided. This is likely a configuration issue where the SAS token, which is a crucial part of the authentication process when accessing Azure resources, is missing. In particular, when working with Azure services, a SAS token is often used as a security mechanism to grant limited access to Azure Storage resources.
- The error message "External Error - SAS Token is required. Error Code: RVR-MSS-704" when using the
-
Action Steps:
- Ensure that you have a valid SAS token generated for accessing your Azure resources. You can create a SAS token by following the official Microsoft documentation provided here: Create SAS Token for Azure.
- In your Data Integration connection settings for
azure_sql, make sure to enter this SAS token. This token should be used in places where authentication is required to allow Data Integration access to the Azure SQL resources. - Test the connection within Data Integration to verify that the SAS token is correctly configured and working. This can often be done within the platform's connection settings interface.
-
External References:
- Data Integration Azure SQL Connection Documentation for instructions on setting up and troubleshooting connections.
- Microsoft's Guide on Creating SAS Tokens.
If the issue persists or you need further assistance, please open a ticket with Data Integration support for specialized help.