cancel
Showing results for 
Search instead for 
Did you mean: 

CCMS MTE objects

Former Member
0 Kudos

Is there a particular CCMS object to alert only when:

- number of background job failures exceeds a count

- number of short dumps exceeds a count

Any info/help is highly appreciated. Thanks in advance.

Francis

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184682
Participant
0 Kudos

Dear All, This is an old thread but has the same question as i wanted to put forth. Is there a way to be alerted when the

1) Number of aborted jobs exceeds a threshold number that we can set IN THE LAST ONE HOUR.

2) Number of update failures exceeds a threshold number that we can set IN THE LAST ONE HOUR.

3) Number of shortdumps exceeds a threshold number that we can set IN THE LAST ONE HOUR.

The MTEs that SAP offers dont give the NUMBER statistics to be checked and alerted. For example i can get alerted for all aborted jobs but not if the number of aborted jobs is greater than a certain number.

If you have created these custom data suppliers for any such functionality could you please share the code here. Thanks

former_member66264
Contributor
0 Kudos

Hi,

1) No, but there is R3Services\Background\AbortedJobs that will show all aborted jobs.

2) No, but there is:

R3Services\Update\Update\AbapErrorInUpdate

R3Services\Update\PerformanceU1\ErrorFreqInWpUD1

R3Services\Update\PerformanceU2\ErrorFreqInWpUD2

3) +/- yes: R3Abap\Shortdumps Frequency , you will have to play with the properties.

If you need number: have a look at CPH, this might help you in sap standard;

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/0743774cab209ce10000000a42189d/frameset.htm

Hope this helps!

Rgds

nico

Former Member
0 Kudos

Francis,

Do you want to see the total number of jobs failed in the system or total number for a particular job?

Gary

Former Member
0 Kudos

Hello,

It is not what you are looking for, but have a look to the sap Note 553953 (RZ20: Monitoring background jobs). I think it could be useful for you.

Regarding shortdumps, have a look to the MTE class 'R3AbapShortdumpsFreq' (also, it is not exactly what you are looking for, but it could be useful in any case).

Bye,

Marí