cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error: Spool_Temse_Error, Category: Internal Kernel Error

Former Member
0 Kudos

Hello,

I am getting following short dump, after ABAP programm:/DATAFLUX/RSADRINI is failling.

Category               Internal Kernel Error

Runtime Errors         SPOOL_TEMSE_ERROR

Application Component  BC-ABA-LA

Date and Time          06.12.2012 01:14:00

Short text

     Error in TemSe system.

What happened?

     Error in the SAP kernel.

     The current ABAP "/DATAFLUX/RSADRINI" program had to be terminated because the

     ABAP processor detected an internal system error.

Has anyone encountered this kind of problem?

Thank you in advanced for any suggestions.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Liviu,

Try to download older version (previous version) of R3load and apply it in your exe folder.

It should work.

JPReyes
Active Contributor
0 Kudos

The first thing to do in my opinion is to run a TEMSE consistency check, beside that is very hard to know without any further information on the dump or issue.

Regards, Juan

Former Member
0 Kudos

TEMSE Consistency Check was performed and all inconsistencies were deleted. ABAP programm: /DATAFLUX/RSADRINI is still failling. Duration until it fails is about 43000 seconds. Kernel Upgrade to 720 was also performed.

Any suggestions are welcome.

Best Regards,

Liviu Simu

former_member188883
Active Contributor
0 Kudos

Hi Liviu,

Could you provide detailed st22 dump for this job.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Here is the requested ST22 information.

Category               Internal Kernel Error

Runtime Errors         SPOOL_TEMSE_ERROR

Application Component  BC-ABA-LA

Date and Time          28.01.2013 23:03:45

Short text

Error in TemSe system.

What happened?

   Error in the SAP kernel.

          

     The current ABAP "/DATAFLUX/RSADRINI" program had to be terminated because the

     ABAP processor detected an internal system error.

Error analysis

     While processing in the SAP spool system, an unspecified error

     occurred when calling the TemSe system.

     More detailed description of error: "Error from TemSe "

     Further information:

     See below under "Spool error information".

           How to correct the error

    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:

    "SPOOL_TEMSE_ERROR" " "

    "/DATAFLUX/RSADRINI" or "/DATAFLUX/RSADRINI"

    "START-OF-SELECTION"

    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.

          Information on where terminated

    Termination occurred in the ABAP program "/DATAFLUX/RSADRINI" - in

     "START-OF-SELECTION".

    The main program was "/DATAFLUX/RSADRINI ".

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

    of the (Include) program "/DATAFLUX/RSADRINI".

    The program "/DATAFLUX/RSADRINI" was started as a background job.

    Job Name....... "/DATAFLUX/RSADRINI"

 

          Line  SourceCde

   41  l_addr_data_list TYPE addatalist,

   42  l_addr_data_list_wa TYPE line of addatalist,

   43  l_addr_obj_list TYPE adobjlist,

   44   l_addr_obj_list_wa  TYPE line of adobjlist,

   45  l_last_package(1) TYPE c VALUE space,

   46  l_rows TYPE i,

   47  l_num_addresses TYPE i,

   48  l_counter TYPE i VALUE 1,

   49  l_error_codes LIKE /dataflux/hash_map OCCURS 0,

   50  l_server_values LIKE /dataflux/hash_map OCCURS 0,

   51  df_proc_cnt(2) type n,

   52  df_task_name(20) type c.

   53

   54 Data: reproc_tab type table of /DATAFLUX/UADDR1.

   55 data: reproc_wa type /DATAFLUX/UADDR1.

   56

   57 l_indx_pool-tablename = p_indx_t.

   58 l_indx_pool-fieldname = p_indx_f.

   59

   60 clear df_proc_cnt.

   61 clear df_task_name.

   62 if p_rerun = 'X' .

   63   select * from /DATAFLUX/UADDR1 into table reproc_tab

   64            where ADDRNUMBER <> space or

   65                  PERSNUMBER <> space.

   66 endif.

   67

   68 * Read as long there are more packages available

   69 WHILE l_last_package NE 'X'.

   70

>>>>>   WRITE : / 'Iteration:'(002).

   72   WRITE: AT c_indent l_counter.

  

Spool Error Information

     ------------------------------============----------------------------

                                   RSPO - Error

      code: 1024  RSPOERSTS    Problem reported by TemSe management

      Error from TemSe

      module: rsposrxx no:-1765 line:  1765                    T100: PO011

      TSL01: F71

     ----------------------------------------------------------------------

    | No entry in error history                                            |

     ----------------------------------------------------------------------

      Error propagation from: TemSe management (RSTS)

    .------------------------------============----------------------------.

    |                              RSCP - Error                            |

    | Error from:             TemSe management (RSTS)                      |

    | code:  128  RSCPENOOBJ   No such object                              |

    | Object not found                                                     |

    | module: rstss01  no:    1 line:   169                    T100: TS008 |

    | TSL01: F25         p4: SPOOL0000035266                               |

    |----------------------------------------------------------------------|

    | Error propagation from: Spooler (RSPO)                               |

    | code:   32  RSCPETOOLONG The data was longer than the buffer.        |

    | dest buffer overflow                                                 |

    | module: rscpu86r no:    6 line:   742                    T100: TS006 |

    | TSL01:                                                               |

    `----------------------------------------------------------------------'

      Error propagation from: primary key table access (RTAB)

      RTAB error      64

     ----------------------------------------------------------------------

Regards,

Liviu Simu

Former Member
0 Kudos

Hello Liviu,

We had similar issue and note 48400 helped in our case . You can try this note https://service.sap.com/sap/support/notes/48400

If this does not solve issue then try to split the records and then run and see if it works.

Thanks,

Supriya

Former Member
0 Kudos

Hello,

problem is not solved after performed temse and all inconsistencies were deleted. I have this issue after upgrade a kernel 7.20.

Any suggestions are welcome.



Thanks, best regards.

0 Kudos

HI David,

Have you solved this issue now?

it seems I got the same issue as you.

Could you give me any suggestion?