cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_COLLECTOR_PERFMON_RSDBPREV job cancelled with short dump COMPUTE_INT_TIMES_OVERFLOW

Former Member
0 Kudos

Hi All,

Good day!

SAP_COLLECTOR_PERFMON_RSDBPREV

this job is getting cancelled in our system, please find the job log below

Job started

Step 001 started (program SWNC_TCOLL_STARTER, variant &0000000217073, user ID DDIC)

Clean_Plan:Cleanup of DB13 Planning

Clean_Plan:started by RSDBPREV                       on server sap0281

Clean_Plan:Cleaning up jobs of system E06

Clean_Plan:Cleaning up jobs of system LCA

Clean_Plan:Cleaning up jobs of system LDA

Clean_Plan:Cleaning up jobs of system LEA

Clean_Plan:finished

Internal session terminated with a runtime error COMPUTE_INT_TIMES_OVERFLOW (see ST22)

Job cancelled.

Can you please suggest on this? because we are getting so many dumps in the system as this is a hourly job.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks to all.

SAP restart help[ed the issue.

Regards,

Vishnu

Answers (1)

Answers (1)

former_member188724
Contributor
0 Kudos

Hi,

What is the exact error msg.

Did you check any notes available.

Please check These notes

OSS notes 1027512, 872633, 926876

Regards,

K.S

Former Member
0 Kudos

Hi,

The Job is terminating with the error message

Internal session terminated with a runtime error COMPUTE_INT_TIMES_OVERFLOW (see ST22)

and the dump is like this...

Category                                                          ABAP Programming Error

Runtime Errors                                                          COMPUTE_INT_TIMES_OVERFLOW

  1. Except.                                                           CX_SY_ARITHMETIC_OVERFLOW

ABAP Program                                                            RSMSQSNP

Application Component                                                         BC-DB-MSS

Date and Time                                                           10.10.2014                    06:50:45

      Short text

            Whole number overflow on multiplication.

      What happened?

            Error in the ABAP Application Program

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

            come across a statement that unfortunately cannot be executed.

      What can you do?

            Note down which actions and inputs caused the error.

            To process the problem further, contact you SAP system

            administrator.

            Using Transaction ST22 for ABAP Dump Analysis, you can look

            at and manage termination messages, and you can also

            keep them for a long time.

      Error analysis

            An exception occurred that is explained in detail below.

            The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not

             caught in

            procedure "GET_ELAPSEDSECS" "(FORM)", 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:

            In the current program "RSMSQSNP", multiplying the numbers 735517 and

            86400 (using the operation '*' or 'MULTIPLY') resulted in a value

            greater than 2147483647 or smaller than -2147483648. This

            results in a whole number overflow.

      How to correct the error

            It may be possible to break the current process down into subprocesses

            so that only smaller values occur.

            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:

            "COMPUTE_INT_TIMES_OVERFLOW" "CX_SY_ARITHMETIC_OVERFLOW"

            "RSMSQSNP" or "RSMSQSNP"

            "GET_ELAPSEDSECS"

            If you cannot solve the problem yourself and want to send an error

            notification to SAP, include the following information:

            1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

            (Unconverted)".

            2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

            after the short dump. Then choose "System->List->Save->Local File

            (Unconverted)".

            3. If the problem occurs in a problem of your own or a modified SAP

            program: The source code of the program

In the editor, choose "Utilities->More

            Utilities->Upload/Download->Download".

            4. Details about the conditions under which the error occurred or which

            actions and input led to the error.

            The exception must either be prevented, caught within proedure

            "GET_ELAPSEDSECS" "(FORM)", or its possible occurrence must be declared in the

            RAISING clause of the procedure.

            To prevent the exception, note the following:

      System environment

            SAP Release..... 731

            SAP Basis Level. 0005

            Application server... "sap0281"

            Network address...... "158.234.71.81"

            Operating system..... "Windows NT"

            Release.............. "6.1"

            Hardware type........ "4x AMD64 Level"

            Character length.... 16 Bits

            Pointer length....... 64 Bits

            Work process number.. 14

            Shortdump setting.... "full"

            Database server... "SAP0281"

            Database type..... "MSSQL"

            Database name..... "E06"

            Database user ID.. "e06"

            Terminal.......... " "

            Char.set.... "C"

            SAP kernel....... 720

            created (date)... "Dec 14 2012 02:31:28"

            create on........ "NT 6.0 6002 S x86 MS VC++ 16.00"

            Database version. "SQL_Server_9.00 "

            Patch level. 400

            Patch text.. " "

            Database............. "MSSQL 9.00.2047 or higher"

            SAP database version. 720

            Operating system..... "Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Windows

             NT 6.1, Windows NT 6.2"

            Memory consumption

            Roll.... 0

            EM...... 20948960

            Heap.... 0

            Page.... 32768

            MM Used. 1616912

            MM Free. 2570208

      User and Transaction

            Client.............. 000

            User................ "DDIC"

            Language key........ "E"

            Transaction......... " "

            Transaction ID...... "FE3850E4EF3BF14CBDCB0050569A3FB1"

            EPP Whole Context ID.... "0050569A3FB11EE4948716D76ADB7DCB"

            EPP Connection ID....... 00000000000000000000000000000000

            EPP Caller Counter...... 0

            Program............. "RSMSQSNP"

            Screen.............. "SAPMSSY0 1000"

            Screen Line......... 6

            Debugger Active..... "none"

      Information on where terminated

            Termination occurred in the ABAP program "RSMSQSNP" - in "GET_ELAPSEDSECS".

            The main program was "RSMSQSNP ".

            In the source code you have the termination point in line 205

            of the (Include) program "RSMSQSNP".

            The program "RSMSQSNP" was started as a background job.

            Job Name....... "SAP_COLLECTOR_PERFMON_RSDBPREV"

            Job Initiator.. "DDIC"

            Job Number..... 06484500

            The termination is caused because exception "CX_SY_ARITHMETIC_OVERFLOW"

             occurred in

            procedure "GET_ELAPSEDSECS" "(FORM)", but it was neither handled locally nor

             declared

            in the RAISING clause of its signature.

            The procedure is in program "RSMSQSNP "; its source code begins in line

            172 of the (Include program "RSMSQSNP ".

      Source Code Extract

      Line        SourceCde

175               datstr(8)    type c,

176               updat        type d,

177               uptim        type t,

178               nowdat       type d,

179               nowtim       type t,

180               midnight     type t value '235959'.

181

182         nowdat = sy-datum. nowtim = sy-uzeit.

183         uptimstr = timstr.

184         do.

185            replace '/' with ' ' into uptimstr.

186            if sy-subrc <> 0. exit. endif.

187         enddo.

188         do.

189           replace ':' with ' ' into uptimstr.

190           if sy-subrc <> 0. exit. endif.

191         enddo.

192         condense uptimstr no-gaps.

193         datstr = uptimstr+4(4).

194         write uptimstr(2) to datstr+4(2).

195         write uptimstr+2(2) to datstr+6(2).

196         updat = datstr.

197         uptim = uptimstr+8(6).

198

199         if uptim > nowtim.

200           updat = updat + 1.

201           elapsedsecs = ( midnight - uptim ) + nowtim.

202         else.

203           elapsedsecs = nowtim - uptim.

204         endif.

      >>>>> elapsedsecs = elapsedsecs + ( nowdat - updat ) * 86400.

206       endform.                       " GET_ELAPSEDSECS

      Contents of system fields

      Name                    Val.

      SY-SUBRC                      4

      SY-INDEX                      0

      SY-TABIX                      0

      SY-DBCNT                      1233

      SY-FDPOS                      0

      SY-LSIND                      0

      SY-PAGNO                      0

      SY-LINNO                      1

      SY-COLNO                      1

      SY-PFKEY

      SY-UCOMM

      SY-TITLE                      Get database snapshot and store it in MSQSNP (called via RSCOLL00)

      SY-MSGTY                      E

      SY-MSGID                      0Q

      SY-MSGNO                      000

      SY-MSGV1                      SQL 21 : Warning: Fatal error 9001 occurred at Oct

      SY-MSGV2 10 2014 6:50AM. Note the error and time, and cont

      SY-MSGV3                      act your system administrator. [WP14 ] [READ_TFLIS

      SY-MSGV4                      T]

      SY-MODNO                      0

      SY-DATUM                      20141010

      SY-UZEIT                      065045

      SY-XPROG                      SAPMSSY0

      SY-XFORM                      NEW-LINE

      Active Calls/Events

      No.         Ty.                                 Program                                                                       Include                                         Line

                  Name

3       FORM                                RSMSQSNP                                                                      RSMSQSNP                                          205

                  GET_ELAPSEDSECS

2       FORM                                RSMSQSNP                                                                      RSMSQSNP                                          101

                  FILL_MSQSNAP

1       EVENT                               RSMSQSNP                                                                      RSMSQSNP                                           51

                  END-OF-SELECTION

      Chosen variables

      Name

            Val.

      No.             3                   Ty.                           FORM

      Name        GET_ELAPSEDSECS

      UPDAT

            22222222

            00000000

            00000000

            00000000

            20002000200020002000200020002000

      %_DUMMY$$

            2222

            0000

            0000

            0000

            2000200020002000

      MIDNIGHT

            235959

            333333

            235959

            000000

            000000

            320033003500390035003900

      UPTIM

            222222

            000000

            000000

            000000

            200020002000200020002000

      NOWTIM

            065045

            333333

            065045

            000000

            000000

            300036003500300034003500

      ELAPSEDSECS

            24645

            4600

            5000

            45600000

      NOWDAT

            20141010

            33333333

            20141010

            00000000

            00000000

            32003000310034003100300031003000

      No.             2                   Ty.                           FORM

      Name        FILL_MSQSNAP

      SYST-REPID

            RSMSQSNP

            5545554522222222222222222222222222222222

            23D313E000000000000000000000000000000000

            0000000000000000000000000000000000000000

            0000000000000000000000000000000000000000

      520053004D005300510053004E00500020002000200020002000200020002000200020002000200020002000200020

      DBOCON

            222222222222222222222222222222

            000000000000000000000000000000

            000000000000000000000000000000

            000000000000000000000000000000

      2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020

      SY-LDBPG

            SAPDB__S

            5454455522222222222222222222222222222222

            31042FF300000000000000000000000000000000

            0000000000000000000000000000000000000000

            0000000000000000000000000000000000000000

      530041005000440042005F005F00530020002000200020002000200020002000200020002000200020002000200020

      R3SCHEMA

            e06

      6332222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

      5060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      6500300036002000200020002000200020002000200020002000200020002000200020002000200020002000200020

      DAYS_TO_KEEP

            120

            7000

            8000

            78000000

      STATICSERVER[]

            Table[initial]

      %_SSCR

                    ## ###

      2222222200200022222222222222222222222222222222222222222222222222222222222222222222222222222222

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      2000200020002000200020002000200000000000200000000000000020002000200020002000200020002000200020

      SCREEN

      2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020

      SY-REPID

            RSMSQSNP

            5545554522222222222222222222222222222222

            23D313E000000000000000000000000000000000

            0000000000000000000000000000000000000000

            0000000000000000000000000000000000000000

      520053004D005300510053004E00500020002000200020002000200020002000200020002000200020002000200020

      STATICSERVER-SQLSTARTTM

            22222222222222222222

            00000000000000000000

            00000000000000000000

            00000000000000000000

            20002000200020002000200020002000200020002000200020002000200020002000200020002000

      ELAPSED

            24645

            4600

            5000

            45600000

      LOC_MSQSNAP-UNIUSER

            0

            0000

            0000

            00000000

      LOC_MSQSNAP

            20141010065045##

      3333333333333300222222222222222222222222222222222222222222222222222222222222222222222222222222

      2014101006504500000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      3200300031003400310030003100300030003600350030003400350000000000200020002000200020002000200020

      DBDATA

            ################

            0000000000000000

            0000000000000000

            0000000000000000

            000C000C000C000C

            000000000000000C000000000000000C000000000000000C000000000000000C

      No.             1                   Ty.                           EVENT

      Name        END-OF-SELECTION

      <%_TABLE_MSQSNAP>

            ???

            ??????

            ??????

            ????????????

      STARTDAY

            20140612

            33333333

            20140612

            00000000

            00000000

            32003000310034003000360031003200

      %_SPACE

            2

            0

            0

            0

            2000

      RSJOBINFO

00000000000000                                  ##

            2222222222222222222222222222222233333333333333222222222222222222222222222222222200

            0000000000000000000000000000000000000000000000000000000000000000000000000000000000

            0000000000000000000000000000000000000000000000000000000000000000000000000000000000

            0000000000000000000000000000000000000000000000000000000000000000000000000000000000

      2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020

      TODAY_DONE

            YES

            545

            953

            000

            000

            590045005300

      SY

           ####################ӑ#########################################################T########X ####

      00000000000000000000D0000000000000000010000000000000000000000000000000000000105000000010520000

      0000001000000000000010001000100000000040000000400000000000000000000000000000604000000000800500

      0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

      00000000000000000000400000000000000000000000000000000000000000000000000000000000000000E000000C

      00000000000000000000000001000000000000000000000000000000000000000000000000000000D1040000000000

      Internal notes

            The termination was triggered in function "AbCaliMul"

            of the SAP kernel, in line 4977 of the module

             "//bas/720_REL/src/krn/runt/abcalc.c#8".

            The internal operation just processed is "CALC".

            Internal mode was started at 20141010065045.

      Active Calls in SAP Kernel

      Lines of C Stack in Kernel (Structure Differs on Each Platform)

      SAP (R) - R/3(TM) Callstack, Version 1.0

      Copyright (C) SAP AG. All rights reserved.

      Callstack without Exception:

      App : disp+work.EXE (pid=5160)

      When : 10/10/2014 6:50:45.505

      Threads : 2

      Computer Name       : SAP0281

      User Name           : SAPServiceE06

      Number of Processors: 4

      Processor Type: AMD64 Family 21 Model 1 Stepping 2

      Windows Version     : 6.1 Current Build: 7601

      State Dump for Thread Id 18cc

      0000000002188270 0000000141312E11 0020002000200020 disp+work!DumpStacks [ntstcdbg.c (548)]

      0000000002188370 000000013FEA33C4 0000000073FC2710 disp+work!NTDebugProcess [ntstcdbg.c (383)]

      00000000021883A0 00000001400B7869 0000000073FC2710 disp+work!CTrcStack2 [dptstack.c (354)]

      00000000021883F0 00000001400BCEDF 0000000000015180 disp+work!rabax_CStackSave [abrabax.c (8680)]

      0000000002188D00 0000000140132EBE 0000000002188DA4 disp+work!ab_rabax [abrabax.c (1429)]

      0000000002188D40 0000000140147A6D 000007FFEF5713C8 disp+work!AbCaliMul [abcalc.c (4977)]

      0000000002188E90 0000000140150047 000000000000003A disp+work!ab_jcali [abcalc.c (4307)]

      0000000002188F30 00000001400A6E31 0000000000000000 disp+work!ab_jcalc [abcalc.c (1582)]

      00000000021890B0 0000000140119A30 00000000000003A8 disp+work!ab_extri [abextri.c (676)]

      0000000002189100 000000014011A46A 0000000000000008 disp+work!ab_xevent [abrunt1.c (336)]

      0000000002189190 00000001400F7849 000007DF00000000 disp+work!ab_trigg [abrunt1.c (136)]

      0000000002189220 000000013FF0EA06 0000000000000016 disp+work!ab_run [absubmit.c (511)]

      00000000021893D0 000000013FF134DD 0000000000000000 disp+work!dynpmcal [dymainstp.c (2734)]

      0000000002189460 000000013FF1278C 0000000002189640 disp+work!dynppai0 [dymainstp.c (1357)]

      0000000002189530 000000013FECC06F 0000000000000020 disp+work!dynprctl [dymainstp.c (471)]

      000000000218F790 000000013FD57010 0000000000000000 disp+work!dynpen00 [dymain.c (2029)]

      000000000218FA60 000000013FD5780C FFFFFFFFFFFFFF00 disp+work!TskhLoop [thxxhead.c (4882)]

      000000000218FAC0 000000013FC7E9A6 000000000236BFD8 disp+work!ThStart [thxxhead.c (1188)]

      000000000218FB60 000000013FC510A1 FFFFFFFF00000001 disp+work!DpMain [dpxxdisp.c (1201)]

      000000000218FB90 00000001415EF2EE 0000000000000001 disp+work!nlsui_main [thxxanf.c (80)]

      000000000218FBC0 0000000077B1652D 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (552)]

      000000000218FBF0 0000000077C4C521 0000000000000000 kernel32!BaseThreadInitThunk

      000000000218FC40 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

      State Dump for Thread Id 25c

      000000000DC7FCE0 000007FEFE2EC3FF 0000000000000000 ntdll!ZwFsControlFile

      000000000DC7FD50 00000001414E17DF FFFFFFFFFFFFFFFE KERNELBASE!ConnectNamedPipe

      000000000DC7FDF0 0000000073F31D9F 000000000236F500 disp+work!SigIMsgFunc [signt.c (717)]

      000000000DC7FE20 0000000073F31E3B 0000000073FC2AC0 MSVCR100!endthreadex

      000000000DC7FE50 0000000077B1652D 0000000000000000 MSVCR100!endthreadex

      000000000DC7FE80 0000000077C4C521 0000000000000000 kernel32!BaseThreadInitThunk

      000000000DC7FED0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

      List of ABAP programs affected

      Index             Typ         Program                                                                                   Group       Date        Time  Size  Lang.

0                  Prg         RSMSQSNP                                                                                       0            03.01.2013        05:35:35        32768 E

1                  Prg         SAPMSSY0                                                                                       1            03.01.2013        05:37:55       111616      E

2                  Prg         SAPMSSYD                                                                                       1            03.01.2013        19:24:52        24576 E

3                  Prg         SAPFSYSCALLS                                                                                         1            03.12.2004        17:45:45           8192   E

4                  Prg         RSDBRUNT                                                                                       0            03.01.2013        17:39:17       306176      E

5                  Typ         RSSCR                                                                                    0            12.10.1999        15:50:05         5120

           6                  Prg         RSDBSPBL                                                                                       0            22.02.2005        08:58:45        84992 E

7                  Prg         SAPDB__S                                                                                       0            03.12.2004        17:45:45        21504 E

8                  Prg         RSDBSPMC                                                                                       0            16.10.2006        11:39:55        92160 E

9                  Typ         DDSHDESCR                                                                                      0            28.11.1997        16:26:30         4096

10                  Typ         SPPARAMS                                                                                       0            07.03.1997        14:48:48         2048

11                  Prg         SAPLSABE                                                                                      11            03.01.2013        03:58:09        14336 E

12                  Prg         SAPLSECU                                                                                      12            03.01.2013        12:46:39       110592      E

13                  Typ         RSSUBINFO                                                                                      0            25.02.2000        15:47:23         3072

14                  Prg         SAPLSCNT                                                                                      14            22.02.2005        08:58:56        34816 E

15                  Prg         SAPSHDTV                                                                                      14            03.01.2013        19:24:53        38912 E

16                  Prg         SAPFS_SECLOG                                                                                         1            03.01.2013        19:51:57          16384   E

17                  Typ         INDX                                                                                     0            29.04.1998        10:21:27         6144

18                  Prg         SAPFGUICNTL                                                                                    1            22.02.2005        08:58:14        27648 E

          19                  Prg         SAPLOLEA                                                                                      19            02.01.2013        23:16:54       110592      E

20                  Prg         SAPLSGUI                                                                                      20            08.05.2008        16:36:32       105472      E

21                  Prg         SAPLSTTM                                                                                      21            03.01.2013        04:38:24        79872 E

22                  Prg         SAPLSBDC                                                                                      22            06.03.2008        10:41:10        49152 E

23                  Prg         SAPLSFES                                                                                      23            03.01.2013        20:03:21       317440      E

24                  Prg         SAPLTHFB                                                                                      24            03.01.2013        04:47:49       472064      E

25                  Typ         WPINFO                                                                                         0            02.01.2013        21:54:06         6144

26                  Prg         SAPLURFC                                                                                      26            03.01.2013        12:53:29        29696 E

27                  Prg         SAPLSPLUGIN                                                                                   27            03.01.2013        04:27:52         9216  E

28                  Typ         SWCBCONT                                                                                       0            02.01.2013        21:23:33         3072

29                  Typ         OLE_VERBS                                                                                      0            09.02.1995        13:23:37         2048

30                  Typ         OLE_PA                                                                                         0            13.01.1995        11:06:59         2048

31                  Prg         SAPLSFMSS_UTILITIES                                                                                       31            03.01.2013        04:04:29        17408   E

32                  Prg         CL_SQL_STATEMENT==============CP                                                                                      32            03.01.2013        05:12:36 37888   E

33                  Prg         CL_SQL_CONNECTION=============CP                                                                                      33            03.01.2013        05:12:30 24576   E

34                  Prg         CL_SQL_PARAMETERS=============CP                                                                                      34            02.01.2013        23:54:47 21504   E

35                  Prg         SAPLSMSSCONNECT                                                                                     35            03.01.2013        04:21:48          83968   E

36                  Prg         SAPLSDBI_DBINFO                                                                                     36            03.12.2004        17:45:46          17408   E

37                  Prg         SAPLSMSSDATA                                                                                        37            03.01.2013        20:04:58         340992   E

38                  Prg         CL_MSS_DBCON==================CP                                                                                      38            03.01.2013        04:28:16 58368   E

39                  Prg         CL_DBA_DBCON==================CP                                                                                      39            03.01.2013        19:12:00       131072   E

40                  Typ         SMSSINDX                                                                                       0            04.03.2008        17:58:15         5120

41                  Typ         MSSCONNDATA                                                                                    0            02.01.2013        21:17:00        10240

42                  Typ         MSSSERIA                                                                                       0            08.06.2001        16:04:27         2048

43                  Prg         SAPLSMSSRAT                                                                                   43            03.01.2013        04:22:38       102400      E

44                  Typ         MSSMAPPING                                                                                     0            22.02.2005        08:36:15         2048

45                  Prg         SAPLMSSPROCS                                                                                        45            03.01.2013        03:47:57         175104   E

46                  Prg         CL_MSS_RAT====================CP                                                                                      46            03.01.2013        19:12:25 95232   E

47                  Prg         CL_DBA_CORE_CONSTANTS=========CP                                                                                      47            03.01.2013        10:02:42 19456   E

48                  Prg         CL_ABAP_CHAR_UTILITIES========CP                                                                                      48            28.07.2005        11:12:24 14336   E

49                  Typ         MSSSOURCE                                                                                      0            02.01.2013        21:17:05         3072

50                  Typ         MSSPROCS                                                                                       0            02.01.2013        21:44:40         3072

51                  Prg         CX_SQL_EXCEPTION==============CP                                                                                      51            03.01.2013        05:35:23 13312   E

52                  Prg         CX_STATIC_CHECK===============CP                                                                                      52            28.07.2005        11:12:24 11264   E

53                  Prg         CX_ROOT=======================CP                                                                                      53            03.01.2013        05:29:34 13312   E

54                  Prg         CX_NO_CHECK===================CP                                                                                      54            28.07.2005        11:12:24 11264   E

55                  Prg         CX_SMSS_TOOLS=================CP                                                                                      55            03.01.2013        05:34:42 16384   E

56                  Prg         CL_ABAP_TYPEDESCR=============CP                                                                                      56            02.01.2013        23:22:36 33792   E

57                  Prg         CL_ABAP_ELEMDESCR=============CP                                                                                      57            02.01.2013        23:21:49 41984   E

58                  Prg         CL_ABAP_DATADESCR=============CP                                                                                      58            02.01.2013        23:21:21 21504   E

59                  Prg         CL_ABAP_REFDESCR==============CP                                                                                      59            02.01.2013        23:22:14 34816   E

60                  Prg         CL_ABAP_STRUCTDESCR===========CP                                                                                      60            03.01.2013        17:23:01 49152   E

61                  Prg         CL_ABAP_COMPLEXDESCR==========CP                                                                                      61            02.01.2013        23:21:10 19456   E

62                  Prg         CL_ABAP_TABLEDESCR============CP                                                                                      62            03.01.2013        03:49:21 37888   E

63                  Prg         CL_ABAP_CLASSDESCR============CP                                                                                      63            02.01.2013        23:21:03 34816   E

64                  Prg         CL_ABAP_OBJECTDESCR===========CP                                                                                      64            02.01.2013        23:22:06 37888   E

65                  Prg         CL_ABAP_INTFDESCR=============CP                                                                                      65            02.01.2013        23:21:57 27648   E

66                  Prg         IF_MESSAGE====================IP                                                                                      63            28.07.2005        11:12:25         5120   E

67                  Prg         %_CABAP                                                                                       63            03.01.2013        00:21:13        36864 E

68                  Prg         IF_SERIALIZABLE_OBJECT========IP                                                                                      63            22.02.2005        08:57:09 5120   E

69                  Prg         CL_ABAP_SOFT_REFERENCE========CP                                                                                      69            28.07.2005        11:12:24 10240   E

70                  Prg         CL_ABAP_REFERENCE=============CP                                                                                      70            03.12.2004        17:45:37 8192   E

71                  Prg         CX_SY_ARITHMETIC_OVERFLOW=====CP                                                                                      71            22.02.2005        08:57:09 11264   E

72                  Prg         CX_SY_ARITHMETIC_ERROR========CP                                                                                      72            22.02.2005        08:57:09 11264   E

73                  Prg         CX_DYNAMIC_CHECK==============CP                                                                                      73            28.07.2005        11:12:24 11264   E

74                  Prg         CX_SY_NO_HANDLER==============CP                                                                                      74            28.07.2005        11:12:24 11264   E

75                  Typ         SYST                                                                                     0            03.12.2004        17:45:35        30720

76                  Typ         MSQSNAP                                                                                        0            02.01.2013        21:16:58        21504

77                  Typ         MSS_STSERV                                                                                     0            02.01.2013        21:44:43         7168

78                  Typ         RSJOBINFO                                                                                      0            02.01.2013        21:19:51         3072

      Directory of Application Tables

      Name                                                                                            Date              Time              Lngth

            Val.

      Program                       RSMSQSNP

      SYST                                                                                            03.12.2004              17:45:35                00004612

            \0\0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0ӑ\0\0\0\x0001

      SY .  .                    :  :                  00004612

            \0\0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0ӑ\0\0\0\x0001

      RSJOBINFO                                                                                               .  .                    :  :                  00000164

                                            00000000000000

      Program                       SAPFS_SECLOG

      INDX .  .                    :  :                  00003104

            000%L%_SeclogExcludedCaller\0\0\0  00000000

      Program                       SAPLSFMSS_UTILITIES

      INDX .  .                    :  :                  00003104

            000STPROD_SCHEMA           \0\0\0  00000000

      Program                       SAPLSMSSCONNECT

      SMSSINDX                                                                                                .  .                    :  :                  00003020

            CO

      ABAP Control Blocks (CONT)

      Index       Name              Fl          PAR0  PAR1        PAR2        PAR3        PAR4  PAR5        PAR6  Source Code                                           Line

      20130       5353

361       CALC              06          8001                                                              RSMSQSNP                                                   201

362       BRAX              00          0005                                                              RSMSQSNP                                                   202

363       CALC              00          C005                                                              RSMSQSNP                                                   203

364       CALC              00          C003                                                              RSMSQSNP                                                   203

365       CALC              0C          0000                                                              RSMSQSNP                                                   203

366       CALC              06          8001                                                              RSMSQSNP                                                   203

367       CALC              00          8001                                                              RSMSQSNP                                                   205

368       CALC              00          C004                                                              RSMSQSNP                                                   205

        369       CALC              00          C002                                                              RSMSQSNP                                                   205

370       CALC              0C          0000                                                              RSMSQSNP                                                   205

371       CALC              00          0043                                                              RSMSQSNP                                                   205

      >>>>>       CALC              0D          0000                                                              RSMSQSNP                                                   205

373       CALC              0B          0000                                                              RSMSQSNP                                                   205

374       CALC              06          8001                                                              RSMSQSNP                                                   205

375       ENDF              00          0000                                                              RSMSQSNP                                                   206

376       ----              00          0000                                                              RSMSQSNP                                                   206

377       xper              16          0DB9  0044        0045                                            RSMSQSNP                                                   207

379       PERP              80          0001                                                              RSMSQSNP                                                   207

380       PERP              80          0046                                                              RSMSQSNP                                                   207

former_member188724
Contributor
0 Kudos

Hi,

Refer this post which has the same issue and they have mentioned some notes and steps in the last reply ( to deschedule & reschedule.......).

Hope this helps.

http://scn.sap.com/thread/1364505

Regards,

K.S