cancel
Showing results for 
Search instead for 
Did you mean: 

Required an Performance tuning at File sender adapter

former_member399424
Participant
0 Kudos

Hi Experts,

We have a case in which we are facing some performance issue.

(File--> PI--> JMS), File sender is taking quite long time to pick & process the file.

We have changed the Polling interval time to 2 second but still we are facing the performance issue,

To process a file of size 1037B it is taking 13- 15 seconds.

Please let us know how can we increase the performance.

Also, is there any way where in we can specify the number of files to be picked & processed in a single Poll.

Thanks,

Farooq

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Check with BASIS team if this is due to netwrok issue or if PI resources were fully occupied while your adapter picked up the file.

Is it NFS or FTP method you are using to pick the file? If NFS then it should be pretty fast while FTP can take some time but not too much.

former_member399424
Participant
0 Kudos

HI Sarvesh,

We are using NFS but still we have the performance issue.

Regards,

Farooq

former_member184720
Active Contributor
0 Kudos

>>> We have changed the Polling interval time to 2 second but still we are facing the performance issue,

To process a file of size 1037B it is taking 13- 15 seconds.

Are you doing content conversion(FCC) in your sender channel?

By any chance, Did you enable virus scan for your scenario?

>>>Also, is there any way where in we can specify the number of files to be picked & processed in a single Poll.

There is no such option. All the matching files would be picked and processed. Alternative solution is already suggested by Inaki.

former_member399424
Participant
0 Kudos

Hi Hareesh,

Yes, we are using FCC at sender side & we have not enabled any virus scan.

Thanks,

Mohammed

iaki_vila
Active Contributor
0 Kudos

Hi Mohammed,

What is your PI version? have you got a mapping?, you can use an ICO object and to skip the ESR process if you don't need any mapping.


is there any way where in we can specify the number of files to be picked & processed in a single Poll.

As far as i know there is not a standard way, You can do a shell script to rename the files and to use the new name to pick in your sender file adapter.

Regards.

Former Member
0 Kudos