cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP-FILE-MAIL Asynchronous Scenario

Former Member
0 Kudos

HI Experts,

We have working on requirement like SOAP(Async)-File(Async)-Mail scenario. we are sending PO details from SOAP to file.if PI unable to create file at target side, we need to send a email notification to respective team with Invoice number and order number. but my scenario is asynchronous scenario. how we can handle this in PI. could please let me know your ideas.

Best Regards,

Sanjay.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

What is your PI version?

If you are on > 7.3 then you can make use of CBMA. If PI is unable to write the file then the message gets error out and triggers an alert.

In the alert text you can include your key field.

Have a look at the below blog for more details.

Former Member
0 Kudos

Hi Hareesh,

Thanks for prompt reply, we have already implemented generic alert for all interface which are running in prod system, but this interface needs to send the email notification to specific team.by any chance can do we implement mail adapter to send error text. awaiting for your reply.

Thanks.

Regards,

Sanjay.

former_member184720
Active Contributor
0 Kudos

You don't need create a mail channel.

I would suggest to create another alert rule just for this specific interface and assign a different consumer which would trigger email to required recipients.

-> new alert rule

-> new consumer

-> schedule job for the new consumer with required ppl email ID

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Sanjay,

Hareesh has already provided all the information you need to achieve this in your PI environment > 7.3.

If your environment < 7.3, you don't have any standard solution to achieve this (include field details from Payload in your Alert email) other than implementing ccBPM in your scenario.

Check these:

Regards,

Nabendu.