cancel
Showing results for 
Search instead for 
Did you mean: 

Processing partial file in sender file adapter(FCC)

0 Kudos
391

Hi PI Experts,

We have a file to file scenario and we are facing an issue in Sender file(FCC) adapter. sender adapter processed partial source file, it seems communication channel picked the file in the middle of it being copied to the source folder and didn't create expected target file.

Is there any settings in sender file adapter(FCC) to handle this issue and avoid to pick partial source file.

However, if we check the archived source file, it is a complete file. I just wanted to know, whether there is a delay for processing and archiving a file.

Please clarify how it was archived entire file and processed partial file.

and let me know, how can we handle processing of partial source file.

Thanks in advance.

Thank you,

Chakradhar

View Entire Topic
former_member190293
Active Contributor
0 Kudos

Hi Chakradhar!

Just use MessageTransformBean in sender channel instead of FCC to make use of given parameter.

By the way: according to help topic provided above, using of that parameter is restricted when you use FCC along with "Recordsets Per Message" parameter.

Regards, Evgeniy.

0 Kudos

Hi Evgeniy,

Thanks for the answer.

Sure, i will try as you suggested.

Thank you,

Chakradhar N