RVR-MSS-704
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-MSS-704
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error message "External Error - SAS Token is required. Error Code: RVR-MSS-704" when using the
azure_sql
data connector in Rivery 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 Rivery 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 Rivery access to the Azure SQL resources. - Test the connection within Rivery 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:
- Rivery 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 Rivery support for specialized help.
Was this article helpful?