cancel
Showing results for 
Search instead for 
Did you mean: 

FIle to proxy the sender adaptor not picking up the file from file dir

former_member206439
Contributor
0 Kudos

Hi Sdn,

I had designed a File to Proxy interface update some thing in ECC system.

The file was stored on ECC system in AL11 directory.

In the sender adaptor - I gave the dir path and file name.

When I check the Adaptor monitor everything is in green color .

The status of the adptor showing me as -

Polling interval started. Length: 60.0 seconds 
Processing finished successfully 
Processing started

But the file is not picking up for the processing.

I checked the locks on adaptor no lock on the adaptor .

Please help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Naresh

Please check the file access permissions of the FTP user you are using to login to the folder.

Sourabh

former_member206439
Contributor
0 Kudos

I am using the Transport protocol as - FIle System (NFS) not FTP.

Transport protocol - File system (NFS)

Message protocol - File

Adaptor Engine - Central Adaptor Engine

Source directory - Ufolder/in/ER/enc

File name - Main_test.gz

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Do the following...

Check the dropped file on the folder or directory has access permission 777 on the system level. If the file has no access permissions the file adapter cannot poll the file.

use ls -l command to check the file directory read,write,execute permissions. if the permisssion is not given then provide the command as follows

chmod 777 Main_test.gz

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

former_member206439
Contributor
0 Kudos

Permision to the folder are missing.