Job cancelled after system exception ERROR_MESSAGE in DB13

Hello All,
When i opened the t-code DB13 i saw that this job "Mark tables requiring statistics update" is cancelled.
JOB LOG:
12.02.2011  22:00:16  Job started
12.02.2011  22:00:16  Step 001 started (program RSDBAJOB, variant &0000000000085, user ID 80000415)
12.02.2011  22:00:18  Job finished
12.02.2011  22:00:18  Job started
12.02.2011  22:00:18  Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
12.02.2011  22:01:26  Error when performing the action
12.02.2011  22:01:26  Job cancelled after system exception ERROR_MESSAGE
When check for the BGD Job in SM37 for this job i found the same error in the job log with the status cancelled.
Job log overview for job:    DBA!PREPUPDSTAT_____@220000/6007 / 22001700
12.02.2011 22:00:18 Job started
12.02.2011 22:00:18 Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
12.02.2011 22:01:26 Error when performing the action
12.02.2011 22:01:26 Job cancelled after system exception ERROR_MESSAGE
I couldn't find any logs in SM21 of that time also no dumps in ST22.
Possible reason for this error:
I have scheduled the job Check database structure (only tables) at some other time and deleted the earlier job which was scheduled during the bussiness hours which caused performance problem.
So to avoid performance issue i scheduled this job in the mid night by cancelling the old job which was scheduled during the bussiness hours.
And from the next day i could see this error in DB13.
Rest all the backups are running fine but the only job getting cancelled is for "Mark tables requiring statistics update"
Could anyone tell me what should i do to get rid of this error?
Can i schedule this "Mark tables requiring statistics update" again by deleting the old one?
Thanks.
Regards.
Mudassir Imtiaz

Hello Adrian,
Thanks for your response.
Every alternate day we used to have performance issue at 19:00hrs.
Then when i checked what is causing this problem, i discovered that there was a backup "Check Database Structure (tables only)" scheduled at this time and it was mentioned that this backup may cause performance issue.
Then i changed "Check Database Structure (tables only)" the time of this backup to 03:00hrs.
The next day when i checked DB13 i found that one of the backups failed.
i.e. "Mark Tables Requiring Statistics Update"
Then i checked the log which i posted earlier with the error: "Job cancelled after system exception ERROR_MESSAGE"
I posted this error here and then i tried to delete the jobs scheduled i.e. "Mark Tables Requiring Statistics Update" and then re-schedule it at the same time and interval.
And then it started working fine.
So i just got curious to know the cause of the failure of that job.
Thanks.
Regards,
Mudassir.Imtiaz
P.S There is one more thing which i would like to say which is not related to the above issue, and m sorry to discuss this in this thread.
I found a few Bottlenecks in ST04 with Medium and High priority.
Medium: Selects and fetches selectivity 0.53%: 122569 selects and fetches, 413376906 rows read, 2194738 rows qualified.
High: 108771 primary key range accesses, selectivity 0.19%: 402696322 rows read, 763935 rows qualified.
There are a lot these.
I would really appreciate if you tell me what is the cause for these Bottlenecks and how to resolve.
Thanks a lot.

Similar Messages

  • Job cancelled after system exception ERROR_MESSAGE

    Hello all
    I am facing the following issue.
    A custom report is schedulled and run as backround job. The report should create a txt file on server.
    The report works fine in foreground, but as backround job ends up cancelled all the time.
    The job log:
    Job log overview for job:    VI5 / 13072800
    Date       Time     Message text                                                                     Message class Message no. Message type
    27.03.2009 13:09:28 Job started                                                                           00           516          S
    27.03.2009 13:09:28 Step 001 started (program ZESSRIN110R, variant PR1_0000381, user ID METAPARTNER)      00           550          S
    27.03.2009 13:09:28 File creation ERROR:                                                                  00           001          E
    27.03.2009 13:09:28 Job cancelled after system exception ERROR_MESSAGE                                    00           564          A
    There is no info in SM21 regarding the error.
    Can anybody help with this?
    Thanx in advance.
    imi
    Edited by: Imrich Vegh on Mar 27, 2009 2:27 PM

    btw the part of my code  looks like this:
    server path check
        IF p_srv IS NOT INITIAL.
          OPEN DATASET gv_server FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
          IF sy-subrc EQ 0.     --- I keep receiving 8 here in BACKGROUND JOB
            WRITE : / text-077,  gv_server.
          ELSE.
            MESSAGE text-069 TYPE 'E'.
          ENDIF.

  • Error when executing APD-Job cancelled after system exception ERROR_MESSAGE

    Hi,
    We have a process chain which executes a APD using an ABAP program RSAN_PROCESS_EXECUTE.
    It was executing successfully until few days back but now a days frequently once in 3 days roughly it is getting cancelled during execution of ABAP Program with the message 'Job cancelled after system exception ERROR_MESSAGE'
    checked st22 and sm21 but didn't get any clue.But if we execute the same process chain manually(Immediate load) it is working fine all the times.
    What may be the reason for the cancellation of the chain sometimes and the same chain working fine some other time and working very much fine when ran manually.
    Regards,
    Vishnu

    Hi Vishnu,
    Can you check if there are any other process which is triggering the abap program RSAN_PROCESS_EXECUTE at the same time as the execution of this process in the chain.  You can check in which other chains this process is being used.  You can compare the time when this failed in the chain you mentioned with the same being run in other chains at the same time.
    Sasi

  • Reg:job cancelled after system exception ERROR_MESSAGE

    Hi All,
    Process chain has failed in aggregate step with message "job cancelled after system exception ERROR_MESSAGE"
    But i manaully done the aggregate step.
    But i would like to know the reason for the above message.
    Can any one tell me this?
    Thanks
    SS

    Hi,
    In the job log of aggregate step in the above line of the message "job cancelled after system exception ERROR_MESSAGE" you will probably find the exact error message.
    In the job log it will first display the exact error message and then the message "job cancelled after system exception ERROR_MESSAGE" will appear, Please check it once.

  • Job cancelled after system exception ERROR_MESSAGE - Why ?

    Hi to all,
    Anyone knows why, when I execute a program in foreground, everything is ok . When I try to execute it in background (schedulated in a job ) I obtain "Job cancelled after system exception ERROR_MESSAGE
    Message no. 00564" 
    I have a check in 'at selection-screen event' to control "no data output" with an custom error message.
    I really don't understand why job is cancelled !
    Any ideas ?
    Thanks in advance .

    Hi,
           Write your message after start-of-selection.
           Instead of putting an error message you can write the message while executing the program in background.
            after select .......
            if sy-subrc <> 0.
              if sy-batch = 'X'.
                write :/ 'No data found'.
             else.
               message e000 with 'No data found'.
            endif.
         endif.
    Regards,
    Srini.

  • Is there a way to handle system exception ERROR_MESSAGE?

    Hi,
    I have a program executed in background, which produces a bunch of consecutive documents for a set of Bulk Shipments -> TD Loading and TD Delivery Confirmation. To create those documents I use function modules 'OIGI_LOADING_CREATE' and 'OIGI_DEL_CONF_CREATE'  - both from Industry-Solution Oil-and_Gas (IS-Oil).
    In some cases these FM-s produces error messages (E-type) which cancel execution of the program and broke my flow-logic.
    Below are few messages recorded in a job log for my task:
    18.08.2005 15:56:41 Job started                                                                         
    18.08.2005 15:56:41 Step 001 started (program /PTRL/TAS_POSTPONDED_SYNC, variant , user name IMUTAFCHIEV)
    18.08.2005 15:56:58 Shipment 180753 saved                                                               
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 Job cancelled after system exception ERROR_MESSAGE                                  
    Both function modules are not designed to handle any exceptions, and in owr environment (4.6c) there is no documented system exception 'ERROR_MESSAGE' which to be handled in CATCH-ENDCATCH block.
    Is there a way to handle this exception and to track the list of error messages produced by some FM into an internal table, log, whatever, as it is done in the log of the background job. I need to find a way write these messages in my log-tables and to proceed further with my flow-logic.
    FYI: my program executes an RFC call to a remote system and retrieve a list of documents which need to be synchronized with R/3. I loose information, if the R/3 broke my flow-logic.
    Any help would be highly appresiated.
    Many thanks in advance.
    Ivaylo Mutafchiev

    Sven,
    I made few programs where we used business scenario:
    IS-Oil Shipment => IS-Oil Loading Confirmation => IS-Oil Delivery Confirmation.
    All of them are based on Function Module call:
    1. OIGI_LOADING_CREATE and
    2. OIGI_DEL_CONF_CREATE.
    To load shipment I call 1st FM in a way:
      CALL FUNCTION 'OIGI_LOADING_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC     = 9  "save and commit
                I_SHNUMBER  = shNumber
                I_VEHICLE   = vehicle
                I_LDPLT     = plant
                I_LDDATE    = loadDate
                I_LDTIME    = loadTime
                I_LDCDAT    = loadDate
                I_VEH_NR    = veh_nr
           TABLES
                T_OIGISVMQ  = quantity_items
                T_OIGISVMQ2 = hpm_append
                T_OIGISIQ   = doc_quan_items
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE p_error
                SYSTEM_FAILURE = 2 MESSAGE p_error.
    To confirm shipment (status 4) I call the same FM with:
      CALL FUNCTION 'OIGI_LOADING_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC    = 39  "confirm & commit 2nd step
                I_SHNUMBER = shNumber
                I_VEHICLE  = vehicle
                I_LDPLT    = werks
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE sh_error
                SYSTEM_FAILURE = 2 MESSAGE sh_error.
    And finaly to finish process (status = 6) I call 2nd FM in a way:
      CALL FUNCTION 'OIGI_DEL_CONF_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC         = 19  "save, confirm and commit
                I_SHNUMBER      = shNumber
                I_RAPID_CONFIRM = 'X'
                I_DDCDAT        = loadDate
                I_DLDATE        = loadDate
                I_DLTIME        = loadTime
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE p_error
                SYSTEM_FAILURE = 2 MESSAGE p_error.
    FYI: It tooks me some time to 'investigate' and find correct use of these function modules. And I worked VERY CLOSE with our SD consultant.
    For details (what the export parameters and tables consist of) and sample code, please contact me at:
    ivaylo dot mutafchiev at vbs dot bg
    I would be glad to share my knowlege.
    Regards,
    Ivaylo

  • System exception ERROR_MESSAGE

    Hi,
    A job is getting cancelled and here is the error message
    Job started
    Step 001 started (program RSPROCESS, variant &0000000043030, user ID ALEREMOTE)
    Error sending message to network administrator.
    Job cancelled after system exception ERROR_MESSAGE
    Regards,
    Rajiv

    HI Rajiv,
    when the job is getting cancelled it might have thrown some dump in the system in ST22.
    Please let us know about the dump so that we can analyse further.
    Basic checking:
    Check whether there are any locks
    check for the table space.
    check for the RFC connection
    Check for TRFC in sm58
    Regards,
    Vikram

  • System-exception error_message 00564

    Hello,
    I want to Filling in the Setuptable for LES - Transportation -  Carry Out Restructure in TA sibw but every time the backup job stops with
    system-exception error_message 00564
    Who could help, please?!
    Thanx in advance

    Hi Nathan,
    R u installing any Business content objects?
    or
    This error cames while running your Process Chain?
    regards,
    Arun.M.D

  • Handle System-Exception ERROR_MESSAGE

    Hello everybody,
    the problem I want to solve looks as follows:
    I have an ABAP report that is runnng as Batch-job (imagine a frame within certain reports run).
    The program runs, as customised, the whole day continuesly as a batch-job . At customised intervals it checks some conditions and "submits" other reports also in the same instance of the Batch-job and waits for them to "return".
    Within the process/stack of a submitted, second  report any messages are posted in certain application logs (BALLOG).
    Every message that usually would come to the display is suppressed by FuBa "DIALOG_SET_NO_DIALOG" and "DIALOG_SET_WITH_DIALOG". This is necessary because else the Batch-job would crash as you know.
    However, in the endless downs of SAP there is a location where an "E" message raises and the whole job crashes with "A" because of system exception "error_message".
    The second job crashes and aborts the whole job without returning to the caller report.
    This happens maybe once in a week or once a month, very unregular.
    The location is not to be found!
    Is is okay that the submitted, second report aborts.
    But it is absolutely necessary that the first report still runs after the second one crashed and the batch job still must stay active.
    How can I prevent that the wohle job aborts?
    Any idea (simple/complicated) is welcome.
    Thanx
    Frank

    Hi,
    in fact I still investigate if I have solved the problem.
    In my case the reason seems to be related to my "long" running job and the changes of the "Operation Mode" during the job-runtime.
    Old runtime settings were 00:05 - 23:50...
    Current operation modes   06:00 - 20:00 daytime
                              20:00 - 06:00 night processing
    New runtime settings are  06:05 - 19:50 and
                              20:05 - 05:50
    The goal was that the job is not active during the change of the operation mode.
    Until today it works fine...
    Check OSS 35615 & 93732 and other similar related hints.

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Background job canceled in  Solution Manager system

    Dear all expert ,
    Two background jobs canceled in solution manager  system before some time.
    details-
    Background jobs :
                        1 -  LANDSCAPE FETCH
        Program name : RSGET_SMSY
    Job log : Job started
    Step 001 started (program RSGET_SMSY, variant ,
    The SLD server connection is inactive
    Job cancelled after system exception ERROR_MESSAGE
                       2 - SEND_SYSTEM_RELATIONSHIP_TO_SUP
        Program name : AI_SC_SEND_SYSTEM_RELATIONSHIP
    Job log :  
                       Job started
    Step 001 started (program AI_SC_SEND_SYSTEM_RELATIONSHIP, variant ,
    SOL determined as monitoring Solution Manager system
    SAP customer number unknown for installation number 0020606335
    Job cancelled after system exception ERROR_MESSAGE
    please help me , what should i do ?
    I am waiting for your positive response.
    Regards
    Shubh

    hi,
    You can try following ....
    For the job SEND_SYSTEM_RELATIONSHIP_TO_SUP
    Program : AI_SC_SEND_SYSTEM_RELATIONSHIP
    1. Up to Support Package 09:
    a) Start transaction SMSY.
    b) Choose Shft+F5.
    c) Select the system named in the message.
    d) Choose F6.
    e) Select the "System Data in SAP Support Portal" tab.
    f) Using the input help, fill the system number field with the correct system.
    g) Save the data.
    2. Up to and including Support Package 08:
    a) Start transaction SOLMAN_CONNECT.
    b) Select the system in question in the ID field and choose the filter pushbutton.
    c) Select the system and select "Create configuration".
    d) Fill the system number field using the input help with the correct system.
    e) For example, select the "BW GUI Connection" service type.
    f) Carry out all of the subsequent steps of the Configuration Assistant until you see the "Finish" pushbutton.
    This establishes a unique relationship between your system in the Solution Manager and the system number in the SAP Support Portal. Problems no longer occur with this system when the SEND_SYSTEM_RELATIONSHIP_TO_SUPP job is next run. However, the problem may still exist for other systems (in these cases, you should follow the same steps).
    Hope this will help to solve your issue..
    Regards
    Bhuban
    RKFL

  • Bacground job cancelled in Solman system.

    Hi experts,
    Two bacground job cancelled in Solman system.
    1. SM:SELFDIAGNOSIS
    Job started
    Step 001 started (program RDSWP_SELF_DIAGNOSIS, variant &0000000001018, user ID SAP*)
    ABAP/4 processor: MOVE_TO_LIT_NOTALLOWED_NODATA
    Job cancelled
    2.SM:SYNC SAP SESSIONS
    Job started
    Step 001 started (program RDSWPCISERVICEPLAN, variant &0000000001018, user ID SAP*)
    Your user has no SAP Support Portal user assigned
    Job cancelled after system exception ERROR_MESSAGE
    Please give me the soltuin to fix it.
    Regards,

    Hi Vivek,
    1). Adobe forms (TCode SFP) offers a feature where you can pass the value of the table instead of table iteself. For this yuo have to go to SFP > INTERFACE > Interface (Tab) >(Click on) Import
    Here, you should see all the parameters listed. On the parameter that you want to meddle with, tick the "Pass Value" checkbox. This solved the issue and prevented the dump.
    Exception MOVE_TO_LIT_NOTALLOWED_NODATA
    Refer to the  Note 834318 ...
    2). please maintain the your S - user id in AISUSER t-code. Refer to below link for screenshots.
    http://wiki.sdn.sap.com/wiki/display/SM/HowtomaintainthetransactionAISUSERforstandardandVARscenarios
    Regards,
    Arjun
    Edited by: Arjun Venkateswarlu. on Jan 12, 2012 9:35 PM

  • SEND_SYSTEM_RELATIONSHIP_TO_SUPP  job cancelled in Solution Manager system

    Hello Gurus,
    Weekly job "SEND_SYSTEM_RELATIONSHIP_TO_SUPP"  getting cancelled  due to report AI_SC_REFRESH_READ_ONLY_DATA has errors.  Could you please let me know what is the cause for issue.
    Thanks in Advance
    Prabhu

    Hi Markus,
    The Job log showing this:
    Job log overview for job:    SEND_SYSTEM_RELATIONSHIP_TO_SUPP / 0914100F
    Date       Time     Message text                                                                            Message class Message no. Message type
    20.07.2009 09:14:14 Job started                                                                                00           516          S
    20.07.2009 09:14:14 Step 001 started (program AI_SC_SEND_SYSTEM_RELATIONSHIP, variant , user ID SAPSUPPORT)      00           550          S
    20.07.2009 09:14:23 Report AI_SC_REFRESH_READ_ONLY_DATA has errors                                            AI_SC_EN        061          E
    20.07.2009 09:14:23 Job cancelled after system exception ERROR_MESSAGE                                           00           564          A
    Thanks
    Prabhu

  • Job cancelled While loading data from DSO to CUBE using DTP

    Hi All,
      while i am loading data frm DSO to CUBE the job load is getting cancelled.
    in the job overview i got the following messages
        SYST: Date 00/01/0000 not expected.
       Job cancelled after system exception ERROR_MESSAGE
    wt can be the reason for this error as i have successfully loaded data into 2 layers of DSO before loading the data into the CUBE

    hi,
    Are u loading the flat file to DSO?
    then check the data in the PSA in the date field and replace with the correct date.
    i think u r using write optimised DSO which is similar to PSA it will take all the data from PSA to DSO.
    so clear the data in PSA and then load to DSO and then to CUBE.
    If u dont need a date field in CUBE then remove the mapping in transformation in cube and activate and make DTP activate and trigger it it will work.

  • Job Cancelled Problem

    Hi Masters,
    In SM37 I seen that 3 jobs were cancelled.
    Pls see below:
    ======
    Job started
    Step 001 started (program RSSTAT1, variant &0000000002410, user name ALEREMOTE)
    Log:Programm RSSTAT1; Request REQU_3ZAF2Q2IY0EE5RZCTYPE2FCAT; Status ; Action Start
    Deleting/reconstructing indexes for InfoCube ZSRVPUR01 is not permitted
    Deleting/reconstructing indexes for InfoCube ZSRVPUR01 is not permitted
    Log:Programm RSSTAT1; Request REQU_3ZAF2Q2IY0EE5RZCTYPE2FCAT; Status @08@; Action Callback
    Report RSSTAT1 completed with errors
    Job cancelled after system exception ERROR_MESSAGE
    How to investigate cancelled jobs under ALEREMOTE? How can i know this cancelled Job's request is assigned for what task.?
    How to rerun a cancelled job? Pls tell steps.
    Please suggest me.
    Thanks,
    BW26.

    Hi,
    it looks like you have an authority problem with aleremote. But anyway, did you check the syslog (sm21) or the dump overview (st22)? Are there any problems logged for the run time of the job?
    regards
    Siggi
    PS: Have look here it might be of some help for you! /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Message was edited by: Siegfried Szameitat

Maybe you are looking for

  • I lost the disc.....anywhere else i can get the software from?

    hey i need to re install my nano's software onto my computer but i lost the disc....is there newhere else i could get it from? thanks

  • SOA Suite 10.1.3.1 - email nofitication fails

    I am using the SOA Suite preview version (10.1.3.1). I have a BPEL process with an email notification. This is failing with the following errors. Any ideas ? Exception not handled by the Collaxa Cube system. An unhandled exception has been thrown in

  • How to implement asynchronous mailing in SE

    Hi, I have a stand-alone application which requires to send mail as "fire and forget". I use only java SE. Can i implement it using javax.mail alone or should i go for jms. Thanks.

  • Sending Non-Serializable Objects

    I'm trying to make my server program send a non-serializable object to the client program. But I'm getting a 'java.io.NotSerializableException'. Is there any way to send a non-serializable object through an ObjectOutputStream, or through some other t

  • Hide group labels on a 3D_CUBE_GRAPH

    Is there a way to hide all of the group labels across one of the axis lines on a 3D_CUBE_GRAPH? I tried all of the following and only the values listed on the other axis disappear. set_custom_property('BeanArea',1,'SHOW_LABELS','x=false,y=false'); se