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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create a csv file in remote desktop from tFileOutputDelimited

Hi,

 

I am trying to create a file in a remote desktop location but I am getting "Network Path not found" error.

Can someone suggest the way we need to specify the remote location path in tfileoutputdelimited?

 

Below is the syntax of the path which I used:

\\<remote-desktop-name>\<filename.csv>

Thanks in advance!

Alekhya

Labels (2)
7 Replies
manodwhb
Champion II
Champion II

@alekhyak ,you can create a file in your talend severe and then can be mover to remote server using tFTPPut component to move file from Talend local machine to remote machine.

Anonymous
Not applicable
Author

Thanks for the quick response @manodwhb 

 

What you said is correct,but to try in that way, I do not have the port of the remote server to use tFTPPut.

Can you tell me how the remote server path has to be given in tFileOutputDelimited to generate the csv?

Also, I am not able to access the remote path from my Talend server. Could this be an issue?

 

Thanks,

Alekhya.

manodwhb
Champion II
Champion II

@alekhyak ,Directly Remote path will  not be access to create a file in tFileOutputDelimited.

Anonymous
Not applicable
Author

@manodwhb, okay... is using tftpput the only alternative?

manodwhb
Champion II
Champion II

@alekhyak ,you can use SCP command in tSystem component and you can also try tSCPPUT components.

Anonymous
Not applicable
Author

@manodwhb, thank you!

 

I have never used scp components. Can you please tell me the syntax/provide any links for reference as that would be helpful.