cancel
Showing results for 
Search instead for 
Did you mean: 

File Processing after PI downtime

Former Member
0 Kudos

Hi Experts,

I  am working on File interface where i will process the files based on current date. I have a UDF which will validate the file on  filename and process it. if in case of one day downtime i will miss the day and again when server is up it will check for the current day files and skip the previous day files.

how can i process this previous day files in PI. I cannot change any thing on ESR as that will be in QAT.

Thanks,

Pooja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

One option is, maintain downtime dates in value mapping and use in your UDF/mapping accordingly. Only thing is you have to update value mapping each time you have planned down time.

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe your udf is comparing date in file name with current system date and processing it , can you please give significance of the date in your scenario ??

if date in file name is not having much significant  and you need to process previous day's file, just create a script in system to rename the file with current date, by this you need not to do any change in PI.

but the best way is understand the impact of processing previous day file and make appropriate change in your scenario.