cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter requirement

former_member189558
Contributor
0 Kudos

Hi Experts,

In Pi7.1 we have a requirement. We need to poll a file from a location.

The source side has two locations u2013 primary and secondary location. If the server is unavailable while retrieving a file from primary location then SAP PI requires to automatically look into and retrieve the file from secondary location. If the secondary server is also not available then an error mail containing the error description is generated from SAP PI.

Can anyone suggest how to achieve this in PI7.1?

Thanks and Regards,

Himadri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Himadri,

The best thing would be write a script at a OS level and send mail from OS itself.

Regards,

---Satish

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hey,

> If the server is unavailable while retrieving a file from primary location then SAP PI requires to automatically look into and >retrieve the file from secondary location.

As of now NO option in PI 7.1.

Try as Satish mentioned.

Cheers

Agasthuri

former_member189558
Contributor
0 Kudos

Thanks everybody for your help and reply.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

I dont know we can achieve this requiremen using adapter,but we have a chance to read files from two ftp servers.

my advice is betetr to develop JAVA proxy in oubound side,in that we can check the all conditns like one server not available read file from other one.

..

if no file manes ganarate mail ...

cheers,

raj