cancel
Showing results for 
Search instead for 
Did you mean: 

trigger alert for file not existing in sender FTP server

Former Member
0 Kudos

Hi all,

I have a scenario file to file.In the sender FTP server a file is placed every 3hours.If file is present it will work in the normal file to file procedure.But when no file exists it should trigger an alert.

Scripts on FTP server is not accepted as a solution.

Can anyone let me know how this requirement can be achieved.

Points will be awarded generously.

regards,

padma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

But when no file exists it should trigger an alert.

EMAIL can be used : assign an EMAIL ID to the corresponding user in the transaction SU01 and then set up SCOT and you can send emails when the ALERT is triggered.

Once you have configure Alerts, you will get the Alerts into ALERT INBOX in RWB of the user. To also get the email, the following needs to be done,

1. In SU01 -- Assign the Email ID for the Recipient of the ALERT.

2. In , RWB>ALERT INBOX> PERSONALIZATION--> Time Independent Delivery and Email are selected.

3. Finally, SCOT needs to be set up to send Emails. Check this for the same. You can ask your BASIS team to do this step.

http://help.sap.com/saphelp_nw04/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm

Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.

Also, to test your Alerts, execute the report RSALERTTEST in SE38.

Also go throuh the following links...

http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm

Configuring scenario specific E-mail alerts in XI-CCMS: Part 3

Configuring scenario specific E-mail alerts in XI-CCMS: Part-2

Configuring scenario specific E-mail alerts in XI-CCMS: Part u2013 1

Regard's

Chetan Ahuja

Answers (8)

Answers (8)

Former Member
0 Kudos

Thank you everyone.. it did help me a lot

dharamveer_gaur2
Active Contributor
0 Kudos

Use this end to end Rfc loop up

Former Member
0 Kudos

hi padma,

see this blog..it deals with similar scenario:

you need to make some changes in the code as per your own requirements.

regards.

Former Member
0 Kudos

Hi all,

please refer to this thread

in this bhavesh has come up with a workaround using RFC lookups.Can someone explain me in detail how it will work.He also explains how BPM cannot be used for this.

thanks,

padma

Points will be awarded.

dharamveer_gaur2
Active Contributor
0 Kudos

use BPM wait step for 3 hours,here u can use alert.

logic:Wait step wait for 3 hours and if no file recieve by recieve step then send alert

former_member537867
Active Contributor
0 Kudos

Hi,

By using Alert Framework you can apply the alert notifications wherever the file transfer in XI will failed.

Refer the following bogs it may help you:

XI : How to Re-Process failed XI Messages Automatically

XI: Alerts - Step by step

Regards,

Vinod.

former_member183906
Active Contributor
0 Kudos

This link will help u :

Former Member
0 Kudos

Thank you Chetan,

My doubt is you can trigger an alert only when there is an AE or IE error.Here file not exists cannot be treated as an error,so how can we trigger an alert for this.I had some idea maybe we can handle this in adapter module but still not clear with it.Would like to get any workaround.

Please let me know if i am wrong.

regards

padma