cancel
Showing results for 
Search instead for 
Did you mean: 

BPM

Former Member
0 Kudos

Hi All,

Presently I have performance problem with Splitter BPM Process,

I am receiving a EDI file with multiple records, what I am doing is, I splitting the files in to single records, I send him into Local folder and again pick the file from the folder and doing some validations.

This total process takes long time.

Is there any solution to reduce the time, like instead of spited files to local directory and picking again.

Can any body have sample example or documentation please send me.

Thanks,

Regards,

Venkat

Message was edited by:

Venkatesham Neela

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Without knowing much about your scenario, my suggestions:

1) reduce BPM use... heres how:

- split the file before it hits BPM by using a 1:N map in your interface determination (in your mapping ensure a field exist for correlation)

- receive these files in a BPM with a correlation block

- do your validation in a loop within that correlation block

- you can end the loop based on time or if you are able to create a counter in your mapping - use it.

2) reduce adapter involvement... heres how:

- do same as above but received large file in BPM,

- split the file

- validate in mapping or within a loop/block

- end with time

if you shed some light on what you are trying to do specific details may be provided. either way, hope this helps!

sincerely,

-NM

Former Member
0 Kudos

Hi Venkat !

Could you explain more precisely what are you trying to do? what is the goal?

Maybe we can help you if we know the whole scenario.

Regards,

Matias.