Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Samridhi
Contributor II
Contributor II

Bulk Load data in MS sql server on azure

HI All,

 

I want to load bulk data in mssql server on azure but my talend vm and sql server are on different VM's . Also sql server is PAAS .

I have referred below link and have done all the steps mentioned in this link

https://community.talend.com/t5/Design-and-Development/How-to-guide-Bulk-Insert-to-Azure-SQL-Server/... 

But i am getting below error 

tdbbulkexec " could not be opened. Operating system error code 5(Access is denied.) 

 

Labels (4)
2 Replies
Samridhi
Contributor II
Contributor II
Author

Hi ,
My job design looks like
File -> azure blob. Connection -> azure put->tmssqlbulkexec

File got successfully loaded on azure storage . But bulk component is
failing with below reason

Operation system - error code 5 access denied

I have tried with tdbrow as well using bulk command but it also gives same
error .