cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_COLLECTOR_FOR_PERFMONITOR - canceled only at specific time

Former Member
0 Kudos

Hi All,

Job SAP_COLLECTOR_FOR_PERFMONITOR is scheduled hourly on ECC system.

All jobs are finished successfully in a day but only at specific time its getting failed.

Recently we have upgrade the support package of SAP_BASIS & SAP_ABP from 05 to 13. After then we are getting this error message.

In ST22 we getting ABAP dump for job:-

Runtime Errors         LOAD_PROGRAM_NOT_FOUND

Date and Time          27.08.2014 12:19:42


Short text

     Program "RSORA811" not found.


What happened?

     There are several possibilities:

     Error in the ABAP Application Program

     The current ABAP program "RSCOLL00" had to be terminated because it has

     come across a statement that unfortunately cannot be executed.

     or

     Error in the SAP kernel.

     The current ABAP "RSCOLL00" program had to be terminated because the

     ABAP processor detected an internal system error.


Error analysis

    On account of a branch in the program

    (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)

    or a transaction call, another ABAP/4 program

    is to be loaded, namely "RSORA811".

    However, program "RSORA811" does not exist in the library.

    Possible reasons:

    a) Wrong program name specified in an external PERFORM or

       SUBMIT or, when defining a new transaction, a new

       dialog module or a new function module.

    b) Transport error

How to correct the error

    Check the last transports to the R/3 System.

    Are changes currently being made to the program "RSCOLL00"?

    Has the correct program been entered in table TSTC for Transaction " "?

    -

    If the error occures in a non-modified SAP program, you may be able to

    find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the following

    keywords:

    "LOAD_PROGRAM_NOT_FOUND" " "

    "RSCOLL00" or "RSCOLL00"

    "LOOP_AT_SYSTEMS_AND_REPORTS"

.....

System Details :-

SAP Version - SAP ECC 6.0 EHP 4

Oracle DB - 10.2.0.5.0

OS- HP UNIX 11.31

Kernel Release 721 - patch level 201

Please suggest for solution

Regards,

Ajay Asawa

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Ajay,

If any job is failing at a particular time, you should look for other changes happening in you system.

Perhaps, any other job running causing problems.

Alos, refer: 1841778 - LOAD_PROGRAM_NOT_FOUND in RSCOLL00


Regards,

Divyanshu

Former Member
0 Kudos

Hello Divyanshu,

Thanks for your message. Problem Solved.

Implemented the correction as per note 1841778

SAP_COLLECTOR_FOR_PERFMONITOR - Job completed successfully at particular time also.

Regards,

Ajay Asawa

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Divyanshu for the answer