cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to File Scenario Problem

Former Member
0 Kudos

Hi,

I am working on IDoc to file scenario. I am writing file to target folder (Say: ABC).

Problem is that if target folder conatin file, and PI get IDOC then before writing file it will wait untill that file (in folder ABC) picked by the script running at target.

So, question is how to check wether the file is exist in the target folder (ABC) and if exists then how PI will queue and retry?

Can anyone suggest solution....

It will be great help...

Thanks in advance...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you handle that in script level is better. In the File adapter use add time stamp and write the file in the directory. use the script according to date and time to pick the file.

Regards,

Prakasu

Former Member
0 Kudos

Thanks for ur reply....

But i dont want to write any script....

I want to handle this scenario with only PI configuration...