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

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prakhar1
Creator III
Creator III

Shared Drive Access in TAC

How to access shared drive files in TAC?

The job works fine in Talend Studio but not in TAC.

Labels (3)
4 Replies
manodwhb
Champion II
Champion II

What error are you getting?share your job design.
Prakhar1
Creator III
Creator III
Author

Hi @manodwhb ,

I have attached the job design and passing my file path to tFileInputExcel1.

The path is like //shareDrive/folder/file.xlsx

I got the error like  tFileInputExcel_1 Can't open the specified file input stream from file: '//shareDrive/folder/file.xlsx'

 


job.png
manodwhb
Champion II
Champion II

You cannot read a file directly from a shared drive, you need to get the file from a shared drive to talend server and which you need to read from talend server.

Prakhar1
Creator III
Creator III
Author

but there must be a way do that, by scripting or something.