cancel
Showing results for 
Search instead for 
Did you mean: 

How to pick files from ECC directory

former_member188885
Active Participant
0 Kudos


Hi All,

I have to pick files from the directory of ECC. can anyone tell me how to configure the sender File apapter? Can i use NFS for the same?

Regards,

Lavanya R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Lavanya,

With my knowledge two ways to pick the file from ECC using File adapter.

1. If you use NFS, mount point should be created in ECC for the Directory to access from PI.

2. If you use FTP, FTP ports must be opened between PI and ECC.

Answers (4)

Answers (4)

NishantChavan
Participant

You can use NFS to pickup the files. Please use below parameter in sender channel

Adapter type- File

Transport protocol - File System (NFS)

Message Protocol - File

Source Directory- your ECC souce directory

FileName- The file name which you want to pickup. if you have multiple file then use advance selection for souce file.

Former Member

Hi

Normally we use NFS for picking the files from ECC system. The mount needs to be created before you can use the directory in sender adapter.


You can check the source directory path in ECC using transaction AL11 and you have to use the same in sender communication channel.

former_member191435
Contributor
0 Kudos

Hi Lavanya,

Check the file is in Application Server and take the path where the file are placed... Use the path in the sender communication channel...

For placing the files you can write some custom programs also..

Thanks,

Sreenivas

baskar_ramasamy
Participant
0 Kudos


HI Lavanya,

Please use File Adapter NFS as sender.

Source directory: give the ECC server name or ip and path of the directory.

Regards,

Baskar