cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File adapter problem

Former Member
0 Kudos

Hi,

I have File to JDBC sceanrio, File is on FTP server and data is added in file in every 15 mint. while adding data to file its takes some time.

My problem : when data is being added to file, sender adapter picks the file when addition of data is not completed. so it picks incomplete file and send to target.

What can be the possible solution to be used for this problem or what configurtaion can be done in CC required.

Thanks

Laxmi Bhushan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Is any of your interface is creating the file on FTP server or some other application is creating file on FTP???

Regards,

NJ

Former Member
0 Kudos

Third party application is creating the File.

Former Member
0 Kudos

Hi Laxmi,

is PI picking file in NFS mode or FTP mode?

With NFS mode, you can use setting wait for file modification check. Same setting is available for FTP but it doesnt not work for FTP.

Another option could be ask Source system to generate file with a temporary name & rename once file is writen completely.

Regards

Sushil

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Every one