cancel
Showing results for 
Search instead for 
Did you mean: 

XPRA_EXECUTION Error when importing SAPKB62043

Former Member
0 Kudos

This is import logs....

- SW : sap crm 4.0 sr1

- os/dbms : win2000/oracle

- import queue : SAPKB62042 ~ SAPKB62054

-


SPAM:Status of Support Package import -


The import was stopped, since an error occurred during the phase XPRA_EXECUTION, which the Support Package Manager is unable to resolve without your input.

After you have corrected the cause of the error, continue with the import by choosing Support Package -> Import queue from the initial screen of the Support Package Manager.

The following details help you to analyze the problem:

- Error in phase: XPRA_EXECUTION

- Reason for error: TP_STEP_FAILURE

- Return code: 0012

- Error message: OCS Package SAPKB62043, tp step R, return code 0012

-


-


ST22 ABAP RUNTIME ERROR----


Runtime Errors LOAD_TYPEPOOL_VERSION_MISMATCH

Occurred on 17.10.2005 at 14:58:06

Type group was changed at runtime.

What happened?

Error in ABAP application program.

The current ABAP program "SAPLSXCH" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that 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.

is especially useful if you want to keep a particular message.

The system attempted to correct the error

automatically, so you should try to restart

the program.

Error analysis

The type group "SEEX" was changed while the program was running, so that an

inconsistence occurred at runtime.

The type group "SEEX" has the version 20040621140807.

The program "%_CSEEX" uses the version 20051006004714.

The internal session was started at 20051017145806.

Information on where terminated

The termination occurred in the ABAP program "SAPLSXCH" in

"SXC_CHECK_FUN_MLTP".

The main program was "RDDEXECU ".

The termination occurred in line 10 of the source code of the (Include)

program "LSXCHU19"

of the source code of program "LSXCHU19" (when calling the editor 100).

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

Source code extract

000010 FUNCTION sxc_check_fun_mltp.

000020 *"

000030 ""Lokale Schnittstelle:

000040 *" IMPORTING

000050 *" REFERENCE(EXIT_NAME) LIKE RSEXSCRN-EXIT_NAME OPTIONAL

000060 *" TABLES

000070 *" FCODES TYPE SEEX_FCODE_TABLE

000080 *"

000090 IF NOT exit_name IS INITIAL.

> SELECT bgui_prog bgui_code b~exit_name

000110 FROM sxs_fcode AS a INNER JOIN sxs_fcode AS b

000120 ON agui_prog = bgui_prog AND

000130 agui_code = bgui_code

000140 INTO CORRESPONDING FIELDS OF TABLE fcodes

000150 WHERE a~exit_name EQ exit_name

000160 AND b~exit_name NE exit_name.

000170 ELSE.

000180 DATA: comp_attr TYPE seex_attr_struct OCCURS 0,

000190 attr TYPE seex_attr_struct,

000200 fcodesp TYPE seex_fcode_table.

000210 REFRESH fcodes.

000220 SELECT * FROM sxs_attr INTO CORRESPONDING FIELDS OF TABLE comp_attr.

000230 LOOP AT comp_attr INTO attr.

000240 CALL FUNCTION 'SXC_CHECK_FUN_MLTP'

000250 EXPORTING

000260 exit_name = attr-exit_name

000270 TABLES

000280 fcodes = fcodesp.

000290 APPEND LINES OF fcodesp TO fcodes.

-


Anyone have any ideas? please...

Thanks.

Lee

Message was edited by: Byung Sun Lee

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I'm facing the same error as a dump while executing a program.

I checked the OSS note system: I found note #589103(2005), "Runtime error LOAD_TYPEPOOL_VERSION_MISMATCH"

Maybe this helps.

Best regards

Wolfgang

Former Member
0 Kudos

HI,

I THINK ITS A GENERAL ERROR. JUST RESTART THE PROCESS., IT WILL EXECUTED WELL.

THANKS,

KIRAN

Former Member
0 Kudos

We had experienced same problem yesterday, it was all right after I stopped SAP system & database and started them again.

Former Member
0 Kudos

Please, i need help. I have a problem when importing SAPKB62030 on phase XPRA_EXECUTION. This is the error:

The import was stopped, since an error occurred during the phase

XPRA_EXECUTION, which the Support Package Manager is unable to resolve

without your input.

After you have corrected the cause of the error, continue with the

import by choosing Support Package -> Import queue from the initial

screen of the Support Package Manager.

The following details help you to analyze the problem:

- Error in phase: XPRA_EXECUTION

- Reason for error: TP_STEP_FAILURE

- Return code: 0008

- Error message: OCS Package SAPKB62030, tp step R, return code

0008

What can i doing?