cancel
Showing results for 
Search instead for 
Did you mean: 

Waiting 2hrs and comparing data from an acknowledgment

Former Member
0 Kudos

Could anyone give any suggestions how to handle this scenario with and/or without BPM?

We are getting total sales number and total return number from proxy. And we are writing the same into file and upload to Bank ftp site.

We get response from bank after 2 hrs with their totals in a file as response. Now we need to match the totals that we sent and the totals which we are getting from bank, if there is difference in total we need to trigger e-mail.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

maybe do it like that

step 1.

proxy1(register in some table what was sent)->ftp

step 2.

ftp->proxy2(inside it compare what was sent and what was received)

step3.

proxy3->email

Regards,

Wojciech