Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@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.
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.
@alekhyak ,Directly Remote path will not be access to create a file in tFileOutputDelimited.
@manodwhb, okay... is using tftpput the only alternative?
@alekhyak ,you can use SCP command in tSystem component and you can also try tSCPPUT components.
@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.