Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vinodn1989
Partner - Contributor III
Partner - Contributor III

Azure Storage Container as Target to write parquet files

Encountering a persistent issue while trying to write data from SQL Server to Azure Blob Storage in Parquet format using Qlik Replicate. I'm authenticating via an Azure Enterprise Application, but I'm hitting a permissions-related error.

 

  • Source: SQL Server

  • Target: Azure Blob Storage (Container - raw)

  • Format: Parquet

  • Tool: Qlik Replicate

  • Authentication: Service Principal (Enterprise App in Azure AD)

  • Connection Method in Qlik: OAuth2 (with Client ID, Secret, Tenant ID)

Note:

  • Already added storage blob contributor and reader roles to the application in the storage for the account.

Error:

  • SYS-E-HTTPFAIL, Failed to connect to Data lake store name 'arthachicagoadb'..
  • SYS,GENERAL_EXCEPTION,Failed to connect to Data lake store name 'arthachicagoadb'.,JAVA_EXCEPTION, message: 'io.swagger.client.ApiException: This request is not authorized to perform this operation using this permission.'

 

Labels (1)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @vinodn1989 ,

This is a permissions/authentication error. The request is failing because the credentials or token being used does not have sufficient permission to perform the operation. It's an error out of Qlik Replicate, please work with your DBA to get it solved.

BTW, from the error message:

  • SYS-E-HTTPFAIL, Failed to connect to Data lake store name 'arthachicagoadb'..

the URL should be like arthachicagoadb.blob.core.windows.net?

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

1 Reply
john_wang
Support
Support

Hello @vinodn1989 ,

This is a permissions/authentication error. The request is failing because the credentials or token being used does not have sufficient permission to perform the operation. It's an error out of Qlik Replicate, please work with your DBA to get it solved.

BTW, from the error message:

  • SYS-E-HTTPFAIL, Failed to connect to Data lake store name 'arthachicagoadb'..

the URL should be like arthachicagoadb.blob.core.windows.net?

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!