cancel
Showing results for 
Search instead for 
Did you mean: 

File not found - Notify SAP or create an alert

Former Member
0 Kudos

Hi All,

I am working on a file to proxy scenario.sender file channel is scheduled daily from 5:00 to 6:00 pm (using availabilty planning option)

If file is not present in this time period ,i need to raise an alert or atleast i need to notify SAP with some status flag that file has not arrived.

Please guide me with solution for my requirement.

Thanks and Regards,

Jyothsna.

Accepted Solutions (1)

Accepted Solutions (1)

vkaushik82
Active Participant
0 Kudos

Jyothsna,

may be you can write a script for checking this and create a file with some error code or any message, which can be picked by channel and transfer the information to SAP.

Regards,

Vikrant

Former Member
0 Kudos

Vikrant,

But i need to run the script after the specified time period say after 6:00 pm in my case.

If i use script in Run OS command option of file adpater,each time its polling for a file this script would run.Is it possible to run the script after specified time?

Please advise.

Thanks,

Jyothsna.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

if you know good scripting skils you can write script to run at particular time ,

sender file adapter will throw exception only when sender system down,if there is no file in directory it will not throw any exception in cc monitoring, so ALERTS will not work.

Regards,

Raj

vkaushik82
Active Participant
0 Kudos

you can run script before and after , in your case run it before file channel processing which check file avalability.

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

if there is no file in FTP, sender channel will not throw any exception i guess, if it thors error message then you can easily implement alerts for AE failure errors.

Regards,

Raj

Former Member
0 Kudos

Thanks Raj for immediate response.

This is where i am stuck with.If its an error in AE or IE ,then i would use alert framework to raise alerts.

But file not found will not produce any error.

For this situation , how do i notify SAP ?

Regards,

Jyothsna

Edited by: Jyothsna Rapeti on Oct 20, 2010 7:48 AM