Community
This field is required.
Only these extensions are allowed(.jpg, .JPG, .jpeg, .JPEG, .gif, .GIF, .png, .PNG)
Tags cannot contain the characters ' /, \\, #, ?, or ; >,< '
Only these extensions are allowed(.zip,.ZIP,.pdf,.PDF,.qvf,.QVF,.qvw,.QVW)
Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
When performing a 'test connection' to Microsoft Azure Synapse Analytics target endpoint you may get the following error:
SYS-E-HTTPFAIL, Master key was not found , please create master key
SYS,GENERAL_EXCEPTION,Master key was not found , please create master key
Azure SQL DW requires to create a Master Key. The error above is displayed when master key is missing.
Ask your DBA to create a master key using the following command:CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'password';