cancel
Showing results for 
Search instead for 
Did you mean: 

FTP to NFS

Former Member
0 Kudos

Hi Friends,

Is it possible to move a file from FTP server to NFS? Just moving only.

Please help.

Thanks,

Nani.

Accepted Solutions (0)

Answers (2)

Answers (2)

anand_shankar10
Active Participant
0 Kudos

Hi Nani G,

You cant use any location for sending file via NFS Transport Protocol.

The directory where you intent to send file should exist in AL11 directory. Or should be mounted with the PI server.

Regards

Anand

Former Member
0 Kudos

Hi,

Yes, indeed it is possible.

Try to delete the objects and re-create ur file to file interface.

Thanks

Amit Srivastava

Former Member
0 Kudos

Hi Amit,

This is what I have done. Since, I am not worried about the content of the file, I just worked with ID with below details.

CC for sender:

Adapter type - File

Radiobutton - sender

Transport protocol - FTP

Message protocol - File

Adapter Engine - Integration server

Under Source tab:

Source directory - /FTPSOURCEDIR/FOLDER/

File name - 1234.txt (This file has data in it with n the source directory)

Server - given server name

Port - given port name

data connection - active

connection security - none

username - filled in appropriate username

password - filled in appropriate password

connection mode - per file transfer

transfer mode - binary

Under processing tab:

quality of service - exactly once

poll - 10 sec

processing mode - delete

empty file handling - do not create message

file type - binary

Under Advanced tab:

I haven't selected anything

CC for receiver:

Adapter type - File

Radiobutton - receiver

Transport protocol - NFS

Message protocol - File

Adapter Engine - Integration server

Under target tab:

target directory - \\NFSTARGET\FOLDER\

File name - 1234.txt

Under processing tab:

File construction mode - Add time stamp

write mode - user temporary file

empty-message handling - write empty file

max concurrency - 1

file type - binary

Under Advanced tab:

I haven't selected anything

I have created sender and receiver agreements , receiver and interface determination (Since no mapping is there - I have given dummy interface and namespace)

I activated and when I place the file in the FTP source folder, I see that my file is still there it did not move to target NFS.

Please correct me if I am going in a wrong direction.

Thanks,

Nani.

Former Member
0 Kudos

Hi,

What's the file sender Channel status?

Thanks

Amit Srivastava

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Nani,

Go to rwb--->Component monitring---->adapte engine---->communication channel monitorng--->select your sender communication channel--->monitor.

if sender channel  has error or status stoped then start it,likewise monitor receiver adapter,

regards,

raj

Former Member
0 Kudos

Hi Amit and Sekhar,

I check both my sender and receiver CC.

Sender is piclking the file. But receiver CC errored out saying "Target directory '\\NFSTARGET\FOLDER\' does not exist. Since this a NFS, am I specifying the forward or backward slashes in incorrectly? From my system, if I put the same thing in "Run" I am able to go to that folder.

Is there anything wrong in my declaration? Actually, is it possible to pick a file from FTP and move it to NFS?

Please help.

Thanks,

Nani.