SPOOL_INTERNAL_ERROR in PI 7.1

Hi Experts,
The PI  system generating lot of SPOOL_INTERNAL_ERROR(ST22: ABAP runtime error) with terminating RSXMB_RESTART_MESSAGES program .
Error Description:
Runtime Error: SPOOL_INTERNAL_ERROR
what happend ?
Error in the SAP Kernel
the current ABAP program "RSXMB_RESTART_MESSAGES" had to be terminated  because  the
ABAP process detected the internal error.
Please help me how to resolve this. How can i delete the errors.
Regards
Upendra.V

Check in SM21 system log too.
If you have a lot of issues in there, maybe your TemSe contents is full.

Similar Messages

  • SPOOL_INTERNAL_ERROR spool overflow when submitting the same program

    I am submitting the same program via job with different seletion screen values after JOB_OPEN, and then SUBMIT statement and JOB_CLOSE FM. But this job get cancelled with message "ABAP/4 processor: SPOOL_INTERNAL_ERROR" . The submit is as follows:
    SUBMIT (sy-repid) USER sy-uname
             VIA JOB 'ZTP_SAl_REG_MONITOR_JOBS'
             NUMBER l_jobcount
             TO SAP-SPOOL
             SPOOL PARAMETERS fp_user_print_params
              NEW LIST IDENTIFICATION 'X'
             WITHOUT SPOOL DYNPRO
             WITH rb_monit EQ 'X'
             WITH s_jobcnt IN s_jobcnt
             WITH p_date EQ p_date
             WITH rb_row EQ rb_row
             WITH rb_col EQ rb_col
             AND RETURN.
    Is it possible to use the same program to be scheduled....Let me include that the submit is happening with rb_monit = X and it has separate branch...so infinite looping can not happen.

    Hi Sumit,
    I hope that the flag is ensuring that it doesnt go into infinite loop. You may wish to check that once bcz Spool overflow seems to be bcz of infinite loop or bcz of layout issue.
    Goto SP01 in the same client where you have scheduled the job.
    Check the spool no. which was generated bcz of the job.
    Double click on the STATUS of the spool ( it should be in red background color).
    System will give a popup with status details.
    Again double click on the status. System will again give a popup.
    The popup will give the details of why the spool ran into errors.
    Also check the layout.
    Thanks,
    Best regards,
    Prashant

  • SPOOL_INTERNAL_ERROR

    Hi,
    While scheduling the batch job WRITE_STATISTICS_20, the job is getting cancelled and the error is "Spool internal Error".
    Can someone help me on this?
    The detail list is the below.(transaction st22)
    >> Short dump has not been completely stored. It is too big.
    Internal error in the spool system.
    What happened?
    Error in the SAP Basis system
    ABAP/4 processor detected an internal system error.
    The current ABAP program "RM60RR20 " had to be terminated because the ABAP
    processor discovered an invalid system state.
    What can you do?
    Please make a note of the actions and input which caused the error.
    Please make a note of the actions and input which caused the error.
    To resolve the problem, contact your
    SAP system administrator.
    Choose "Print" for a hard coopy of the termination message. You can
    display and adminster short dump messages using Transaction ST22.
    Error analysis
    When calling the SAP spool system, an (unspecified) internal
    error occurred.
    More detailed description of error: "Spooljob not found "
    Further information:
    See below under "Spool error information".
    How to correct the error
    If the error is in one of your own ABAP programs or an SAP program that
    you have modified, try to correct it.
    If the error occurred in a non-modified SAP program, you may be
    able to find a solution in the SAP note system.
    If you have access to the note system yourself, use the following
    search criteria:
    "SPOOL_INTERNAL_ERROR"
    "RM60RR20 " or "RM60RR20 "
    "WRITE_STATISTICS_20"
    If the error occurred in a non-modified SAP program, you may be
    able to find a solution in the SAP note system.
    If you have access to the note system yourself, use the following
    search criteria:
    "SPOOL_INTERNAL_ERROR"
    "RM60RR20 " or "RM60RR20 "
    "WRITE_STATISTICS_20"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "46C"
    Application server....... "bif1"
    Network address.......... "192.168.1.14"
    Operating system......... "HP-UX"
    Release.................. "B.11.00"
    Hardware type............ "9000/800"
    Database server.......... "bif1"
    Database type............ "ORACLE"
    Database name............ "BIF"
    Database owner........... "SAPR3"
    Character set............ "ko_KR.eucKR"
    SAP kernel............... "46D"
    Created on............... "Aug 24 2004 14:06:09"
    Created in............... "HP-UX B.11.00 U 9000/800"
    Database version......... "OCI_805_64 "
    Patch level.............. "1900"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE
    8.1.6.., ORACLE 8.1.7.."
    SAP database version..... "46D"
    Operating system......... "HP-UX B.10, HP-UX B.11, , System build information:,
                                          , LCHN : 681145"
    User, transaction...
    Client.............. 100
    User................ "PP_PLAN1"
    Language key........ 3
    Transaction......... " "
    Program............. "RM60RR20 "
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "RM60RR20 " in
    "WRITE_STATISTICS_20".
    The main program was "RM60RR20 ".
    The termination occurred in line 729
    of the source code of program "RM60RR20 " (when calling the editor 7290).
    The program "RM60RR20 " was started as a background job.
    Source code extract
    006990   *                using pbim  structure pbim.                "P45K014123
    007000                    USING PBIMX STRUCTURE PBIMX.               "P45K014123
    007010
    007020     CHECK NOT LISTFLAG IS INITIAL.       "Liste ausgeben
    007030
    007040   *    Liste ausgeben
    007050   * perform write_pbim using pbim.                            "P45K014123
    007060     PERFORM WRITE_PBIM USING PBIMX.                           "P45K014123
    007070
    007080   * if pbim-vervs is initial.                                 "P45K014123
    007090     IF PBIMX-VERVS IS INITIAL.                                "P45K014123
    007100       PERFORM WRITE_PBED  TABLES PBEDX.
    007110     ELSE.
    007120       PERFORM WRITE_PBEDV TABLES PBEDV USING
    007130   *                                    pbim.                  "P45K014123
    007140                                        PBIMX.                 "P45K014123
    007150     ENDIF.
    007160   ENDFORM.
    007170
    007180
    007190   *                                                                     *
    007200   *       FORM WRITE_LIST_DB                                            *
    007210   *                                                                     *
    007220   *       FORM WRITE_STATISTICS                                         *
    007230   *                                                                     *
    007240   *    >  COUNT1                                                        *
    007250   *    >  COUNT2                                                        *
    007260   *                                                                     *
    007270   FORM WRITE_STATISTICS_20.
    007280     NEW-PAGE WITH-TITLE.
         >     SKIP.
    007300     FORMAT INTENSIFIED OFF.
    007310     FORMAT COLOR COL_TOTAL.
    007320     WRITE:
    007330      /(60) TEXT-201, CNT_PBIM,
    007340      /(60) TEXT-202, CNT_PBED,
    007350      /(60) TEXT-203, DEL_PBED.
    007360   ENDFORM.
    007370
    007380   *&                                                                     *
    007390   *&      Form  MDVM_ENTRY_LTP
    007400   *&                                                                     *
    007410   *  Erzeugt eine Planungsvormerkung fuer Material PBIM-MATNR            *
    007430   *        >P_PBIMX  text
    007440   *                                                                      *
    007450   FORM MDVM_ENTRY_LTP USING  PBIMX STRUCTURE PBIMX.
    007460
    007470     MDCP-MATNR = PBIMX-MATNR.
    007480     MDCP-WERKS = PBIMX-WERKS.
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 0
    SY-TABIX 965                           SY-DBCNT 0
    SY-FDPOS 0                             SY-LSIND 0
    SY-PAGNO 1                             SY-LINNO 1
    SY-COLNO 1
    and so on....

    Hi,
    Try checking these OSS notes:
    329021
    16534
    302091
    48400
    481657
    48284
    May be this helps.
    regards,
    satya

  • Runtime errors SPOOL_INTERNAL_ERROR

    Hello Friends,
    Kindly Help me to silve this Issue, here in this issue their is no error in the source code, but still job is not canceled.
    Runtime errors         SPOOL_INTERNAL_ERROR
    Internal error in the spool system.
    <<dump error message removed by moderator>>
    Moderator Message: Provide enough information as to when you are getting this error.
    Thanking You,
    Rahul Asthana.
    Edited by: kishan P on Aug 5, 2011 11:04 AM

    Hello Kishan,
    Actually I am not getting where the problem is because source code is proper and after reading the dump I thought their a problem in the system and I confuse so while posting the error I mention the dump for easy understanding for others who help me to solve the issue. Kindly Help me to solve the issue.
    Thanking You,
    Rahul Asthana

  • Regarding Spool_Internal_Error!!

    Hello Everyone,
    Can we have Spool_Internal_Error because of Job log or background log files getting filled? Or is it only because of Spool Files?
    Because in the /sapmnt/SID/global folder i see that JOBLG folder has so many files in it along with Background log folder. But i dont see Spool Folder having many files but still i am getting SPOOL_INTERNAL_ERROR.
    When i do bdf . in the global folder it displays as 95% used but I doubt whether its because of SPOOL files.
    Can anybody help me by telling me how can i be sure that its not because of SPOOL Files?
    If it is because of JOB logs then is can we remove those files without creating inconsistency in the system?
    Help needed Urgently.
    Thanks in Advance.

    Hello !
    Note 48284 - Creating more than 32000 spool requests
    try to check the number of spools currently in the system via SP01, leave the text boxes for dates as blank and execute to get the list. In the last page you will get the summary stating the total number of  spools. See if it is nearer to 32000
    spool error should come normally only due to spools, however if you still want to cleanup the JOBLG, then follow:
    16513 File system is full - what do I do?
    SAP Note 6604 - Deleting job logs at operating system level

  • SPOOL_INTERNAL_ERROR short dump while running RBDAPP01

    I recently encountered this run-time error when processing IDOCs.
    The IDOC message type was WMMBXY, if that helps.
    We have been using this message type and have been processing thousands of these transactions for years,
    and this just suddenly happened.  We got other IDOCs of the same message type to process successfully after
    this error occurred, so I think it is some sort of data issue.
    We were simply trying to process a simple PO Goods receipt (movement type 101), so this is nothing unique.
    Has anyone else out there experienced this issue before?
    I would appreciate any help you can give.
    Thanks.
    Mike

    Hi Michael,
    please check the SAP notes regarding SPOOL_INTERNAL_ERROR.
    I have found 15 notes, for example the newest ones:
    http://service.sap.com/sap/support/notes/1888199
    http://service.sap.com/sap/support/notes/1953355
    Regards,
    Klaus

  • SPOOL_INTERNAL_ERROR (334  Runtime Errors today)

    Hello Everybody,
    Everyday in our Quality server we are getting some around 300 +  SPOOL_INTERNAL_ERROR short dumps.
    ===============================================================
    Runtime Errors         SPOOL_INTERNAL_ERROR
    Date and Time          08.05.2009 23:45:57
    ShrtText
         Internal error in the spool system.
    What happened?
         The current ABAP program had to be terminated because the
         ABAP processor detected an internal system error.
         The current ABAP program "BAE_GET_STATUS_2" had to be terminated because the
          ABAP
         processor discovered an invalid system state.
    What can you do?
         Make a note of the actions and input which caused the error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administer
         termination messages, especially those beyond their normal deletion
         date.
    Error analysis
        When calling the SAP spool system, an (unspecified) internal
        error occurred.
        More detailed description of error: "spool overflow "
        Further information:
        See below under "Spool error information".
    ======================================================
    Please let me know how to proceed.
    Thanks in advance
    Best Regards,
    Pratyusha
    Edited by: Pratyusha on May 8, 2009 11:58 PM
    Edited by: Pratyusha on May 8, 2009 11:59 PM
    Edited by: Pratyusha on May 8, 2009 11:59 PM

    Hi,
    From the dump, it seems that Your spool count is full.
    Please delete the old spools from the system by running report RSPO1041 report and after that your system should return to normal.
    With Regards,
    Saurabh

  • Spool overflow, spool_internal_error

    All SAP BASIS experts,
    I am facing a spool overflow problem. When user give any print command in QAS server, it is not completed. After some time error appear spool internal error / spool overflow problem. I am also checked data in RZ20-- SAP CCMS Monitor Templates -> Spool System. Here's showing used no. 100% & this is red colour.
    After that I run SE38 & run RSPO0041 & RSPO0043, but no improvement. After that I am run & checked SNRO, their has no any abnormalities.
    So please suugest me for resolve this issue. Due to this issue my system log folder also filled up & user not log in GUI. Resultant i m clear the logs manually on regular base.
    For ref. print scrns as follows:-

    Hi Johan,
    Hereas no any option for attachment the dump file. So I am paste its details as below:-
    Runtime Errors         SPOOL_INTERNAL_ERROR                                                        
    Date and Time          10.04.2015 15:11:36                                                         
    Short text                                                                                       
        Internal error in the spool system.                                                          
    What happened?                                                                                   
        Error in the SAP kernel.                                                                     
        The current ABAP "SAPLKKBL" program had to be terminated because the                         
        ABAP processor detected an internal system error.                                            
    Error analysis                                                                                   
        When calling the SAP spool system, an (unspecified) internal                                 
        error occurred.                                                                              
        More detailed description of error: "spool overflow "                                        
        Further information:                                                                         
        See below under "Spool error information".                                                   
    Trigger Location of Runtime Error                                                                
        Program                                 SAPLKKBL                                             
        Include                                 LKKBLF01                                             
        Row                                     439                                                  
        Module type                             (FORM)                                               
        Module Name                             LIST_OUTPUT_NEW                                      
    Source Code Extract                                                                              
    Line
    SourceCde                                                                                  
      409
            set handler gt_stack3-r_kkbl_print->handle_top_of_page                             
      410
                        for gt_stack3-r_kkbl_events                                            
      411
                        activation space.                                                      
      412
      413
            set handler gt_stack3-r_kkbl_print->handle_end_of_page                             
      414
                        for gt_stack3-r_kkbl_events                                            
      415
                        activation space.                                                      
      416
          endif.                                                                               
      417
      418
          clear gt_stack3-r_kkbl_print.                                                        
      419
      420
        else.  "<<<Y6DK065711                                                                  
      421
          if lflg_top_of_page = 'X' or                                                         
      422
        ( ( gt_stack2-flg_append_mode = 'X'                                                    
      423
                                  or gt_stack-is_layout-block_mode = 'X'                       
      424
                                                                   ) and                       
      425
         ( not sy-subty o con_hex02 or                                                         
      426
           ( gt_stack-is_layout-suppress_dynpro = 'X' and                                      
      427
             lflg_new_page is initial ) ) ).                                                   
      428
      429
            perform top_of_page2 using  gt_stack-it_fieldcat  "Y6DK065711                      
      430
                                    gt_stack-t_columns                                         
      431
                                    gt_stack-is_layout                                         
      432
                                    gt_stack-s_lprint                                          
      433
                                    gt_stack2-s_header                                         
      434
                                    gt_stack-listtype                                          
      435
                                    gt_stack-i_callback_program                                
      436
                                    gt_stack-i_callback_top_of_page.                           
      437
      else.                                                                                    
      438
    *   Provozieren des top_of_page Ereignisses                                                
    >>>>>
        write space.                                                                           
      440
          endif.                                                                               
      441
        endif.                                                                                 
      442
    *--- Ende Top-of-page Handling                                                             
      443
      444
      perform globals_for_output.                                                              
      445
    * Sichern Feldkatalog im Falle BEFORE_LINE_OUTPUT auf Zeilenbasis                          
      446
    * der Feldkatalog ver?dert wird                                                            
      447
      if not gt_stack2-i_callback_before_line_output is initial.                               
      448
        gt_fieldcat_sav[] = gt_stack-it_fieldcat[].                                            
      449
      endif.                                                                                   
      450
      clear gflg_fc_changed.                                                                   
      451
      452
      stop_here con_bp-il2.                                                                    
      453
    *--- Listenausgabe einfache Liste                                                          
      454
      if gt_stack-listtype = con_listtype-simple.                                              
      455
        if gt_stack-is_layout-no_unit_splitting is initial and                                 
      456
           gflg_safety is initial.                                                             
      457
          perform data_out_simple tables rt_outtab                                             
      458
                                  using  l_line                                                
    Regards,
    Deepak

  • Scheduling a report in the browser

    http://hbc-maroon.heartlandbc.org/reports/rwservlet?userid=HBC_QA/[email protected]&SCHEDULE=daily_from_04:00_tomorrow&subject="Four Seasons Rpt "&destype=mail&FROM=[email protected]&desname=[email protected]&desformat=PDF&ENVID=QA&report=r_four_seasons_email
    I want to know how to schedule one specific report to run everyday between Monday and Saturday, every 10 minutes between 7am-8pm? How to add the schedule parameter?

    hi,
    im getting this log:
    10.07.2008 08:41:44 Job started                                                             00           516          S
    10.07.2008 08:41:44 Step 001 started (program ZBWDATA_BW, variant , user ID CA.LOKESH)      00           550          S
    10.07.2008 08:42:14 ABAP/4 processor: SPOOL_INTERNAL_ERROR                                  00           671          A
    10.07.2008 08:42:14 Job cancelled                                                           00           518          A

  • Scheduling a report in background

    dear all,
    I have created a report in SE38 which does not have any selection screen.
    If i m scheduling it, the job is getting canclled automatically.
    Is the problem in my code or its a BASIS problem?
    Kindly reply urgently.
    Harshita Saxena

    hi,
    im getting this log:
    10.07.2008 08:41:44 Job started                                                             00           516          S
    10.07.2008 08:41:44 Step 001 started (program ZBWDATA_BW, variant , user ID CA.LOKESH)      00           550          S
    10.07.2008 08:42:14 ABAP/4 processor: SPOOL_INTERNAL_ERROR                                  00           671          A
    10.07.2008 08:42:14 Job cancelled                                                           00           518          A

  • Problem STMS:  "Copying Import Queue SID "

    Hello
    I have a quetion, yesterday we changed the name server of production, now  when I want to make the tranports  I got this message
    Copying Import Queue <SID>, I had checked the configuration of stms, RFCs  and I did the test and these are ok
    In the alert viewer I found this mesage
    Could not start transport control program tp
    Message no. TP608 Diagnosis
    There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.
      Error code: 4
      RFC error text: connection to partner 'prod.line-online.com:1823'
    Meaning of the error codes:
      03  RFC system failure
      04  RFC communication failure
    System Response
    The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).
    Procedure
    Contact your system administrator or use report RSTPTEST to localize the error. You can then execute the command again.
    I don`t know Where can I check?
    thanks a lot

    Hi Danny,
    Can u just clear us is the is the problem with transport control program is resolved.
    in the above reply u r telling the requests don't load in the queue.
    Is that means spool request or transport request. please clear the point.
    Also as ur telling in  SM21: "Spool is full" ; and another message says: "Run-time error "SPOOL_INTERNAL_ERROR" occurred"
    are occurring. Can u just go to those work processes, and analyze the trace file errors(which will be listed in red colour).
    if ur having any issues, paste the trace file error log here.
    let us know if u have any issues,
    Regards,
    Ravi

Maybe you are looking for

  • Unable to read cdrom device in VirtualBox 3.2.10 on Solaris 5.10

    Hello ... I'm trying to create an OpenSOLARIS guest in VirtualBox 3.2.10 on Solaris 5.10 and am getting the message when trying to start up and install OS in guest: Failed to open a session for the virtual machine OpenSOLARIS. Cannot open host device

  • G62-225DX. HDMI audio not working.

    Computer recognizes HDMI port and video is working to TV. Trying to change to default in sound settings but won't change. When I test sound error message "failed to play test tone"

  • How do I force JMenu not to open but to forward the click

    Hi! I'm working on a swing application. To control it I use a JMenuBar as a container which contains several JMenu items. I do not use JMenuItems at all! When I click on such a JMenu the click is forwarded using a MenuListener - that all works withou

  • Creating a forms

    How on earth do you create forms within iWeb? Can't find it anywhere. I have created my initial web page but want to place a <Form Action="/..."etc. on it but can't seem to find a way to do it. For that matter, is there a way to tinker with the sourc

  • Running syndaemon at startup in .xinitrc not working

    I'm trying to run syndaemon so I can set my touchpad to turn off when typing. I'm using the command: syndaemon -i 1 -d If I issue this after logging into Gnome in a terminal, it works fine and I can see the syndaemon process running in System Monitor