Azure Data Lake : The request to Azure Data Lake Store was unauthorized -


we trying move our data azure table storage azure data lake. created data factory (with linked services, data sets , pipeline). pipline created copy action.

one of linked service choose "azure data lake store" , authorized configuration , configuration below

{     "name": "xxxxxstorelinkedservice",     "properties": {         "description": "",         "hubname": "xxxxxxdatafactory_hub",         "type": "azuredatalakestore",         "typeproperties": {             "datalakestoreuri": "https://xxxxxx.azuredatalakestore.net/webhdfs/v1",             "authorization": "**********",             "sessionid": "**********",             "subscriptionid": "xxxxxxxxxxxxxxxxxxx",             "resourcegroupname": "xxxxxxxxxxxxxxx"         }     } } 

after creating pipeline , seems data movement happening. getting error

copy activity encountered user error: errorcode=usererroradlsunauthorizedaccess,'type=microsoft.datatransfer.common.shared.hybriddeliveryexception,message=the request 'azure data lake store' unauthorized,source=microsoft.datatransfer.clientlibrary,''type=system.net.webexception,message=the remote server returned error: (403) forbidden.,source=system,'

from error, seems have unauthorized request. mentioned above authorized azure data lake store linked service correctly.

can please let know, possible cases of error , need here.

can please confirm if user getting authorization information for, has been allowed access appropriate data lake store account?

https://azure.microsoft.com/en-us/documentation/articles/data-lake-store-secure-data/

details available @ above link. 3-step process. so, ensure have completed them all.

thanks, sachin

program manager, azure data lake


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -