cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear experts,

My Env is- Aix+Sybase. Backup device is tape. i need to take back-up daily so there is scheduler is set for the same.take backup of transactions hourly.

now issue is that  previously the size of my back-up .dmp(PRD sys) file was approx 55GB but all of sudden it reduced to 52 gb from last five days so i was scared if there would any data-loss..for that i just restored it on Test server and run dbcc checkdb.it took too much time i had to hault that after 6 hrs.
Both system is functioning properly no compalints from user and functional consultanats till date.

is there anyway to check DB intergrity..easily
Pl help

0 Likes
View Entire Topic
0 Likes

>>>There is nothing in error ...given message was when i select checked Informational Filed

>>>>>two dumps are there--

1----

Category               ABAP Programming Error

Runtime Errors         LOAD_PROGRAM_NOT_FOUND

ABAP Program           CL_SWNC_TCOLL_RUNNER==========CP

Application Component  BC-CCM-MON

Date and Time          28.12.2015 12:28:59

Short text

     Program "RSORA811" not found.

What happened?

     There are several possibilities:

     Error in the ABAP Application Program

     The current ABAP program "CL_SWNC_TCOLL_RUNNER==========CP" 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 "CL_SWNC_TCOLL_RUNNER==========CP" program had to be

      terminated because the

     ABAP processor detected an internal system error.

2---

Category ABAP Programming Error

Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC

  1. CX_SY_OPEN_SQL_DB

ABAP Program SAPLFI_INT

Application Component FI

Date and Time 28.12.2015 15:45:35
-----------------------------------

Error analysis

   An exception occurred that is explained in detail below.

   The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught

    in

   procedure "FI_INTITIT_WRITE" "(FUNCTION)", nor was it propagated by a RAISING

    clause.

   Since the caller of the procedure could not have anticipated that the

   exception would occur, the current program is terminated.

   The reason for the exception is:

   If you use an ABAP/4 Open SQL array insert to insert a record in

   the database and that record already exists with the same key,

   this results in a termination.

   (With an ABAP/4 Open SQL single record insert in the same error

   situation, processing does not terminate, but SY-SUBRC is set to 4.)

S_Sriram
Active Contributor
0 Likes

Hi Sharad.

1.  I think after installation have you schedule the SAP Stand jobs? Kindly refer the SAP KBA

2231932 - How to schedule SAP_SOAP_RUNTIME_MANAGEMENT standard background job


2. Every day your are getting dump in SAP_COLLECTOR_FOR_PERFMONITOR Kindly implement the SAP Note to avoid the dumps and Standard job getting cancelled

1841778 - LOAD_PROGRAM_NOT_FOUND in RSCOLL00


Regards

SS