2009 Jan 02 7:34 PM
Hi everybody...I have a cancelled job when run only in applications servers , I see a dump "message typeX" , but when job run in Central Instance not cancelled and finish ok.
The name Job is Zcupon and attach to continue dump info , sorry for extended but I want send all information possible.
know if you can add a file with the abstract and not have to paste the text of the dump, thanks for the help they can deliver.
Regards....Freddy Solar....
*******************************************************************************************************************
Errores tiempo ejec. MESSAGE_TYPE_X
Fecha y hora 18.11.2008 06:35:30
-
-
-
-
Texto breve |
The current application triggered a termination with a short dump. |
-
-
-
-
¿Qué ha sucedido? |
The current application program detected a situation which really |
should not occur. Therefore, a termination with a short dump was |
triggered on purpose by the key word MESSAGE (type X). |
-
-
-
-
Anál.errores |
Short text of error message: |
RFC_ERROR 4 Conversation 93690218 not found / CPIC-CALL: 'ThSA |
Technical information about the message: |
Message classe...... "KE" |
Number.............. 628 |
Variable 1.......... "RFC_ERROR" |
Variable 2.......... 4 |
Variable 3.......... "Conversation 93690218 not found / CPIC-CALL: 'ThSA" |
Variable 4.......... " " |
Last error logged in SAP kernel |
Component............ "SAP-Gateway" |
Place................ "SAP-Gateway on host SCPAPP1 / sapgw03" |
Version.............. 2 |
Error code........... 728 |
Error text........... "Conversation 93690218 not found" |
Description.......... " " |
System call.......... " " |
Module............... "gwxxrd.c" |
Line................. 6156 |
The error reported by the operating system is: |
Error number..... " " |
Error text....... " " |
-
-
-
-
Notas para corregir errores |
Probably the only way to eliminate the error is to correct the program. |
- |
You may able to find an interim solution to the problem |
in the SAP note system. If you have access to the note system yourself, |
please use the following search criteria: |
"RK2APA00_POST" "MESSAGE_TYPE_X" |
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. |
-
-
-
-
Entorno sistema |
SAP-Release 700 |
Application server... "SCPAPP1" |
Network address...... "10.1.40.130" |
Operating system..... "Windows NT" |
Release.............. "5.2" |
Hardware type........ "4x AMD64 Level" |
Character length.... 16 Bits |
Pointer length....... 64 Bits |
Work process number.. 3 |
Shortdump setting.... "full" |
Database server... "BALTICO" |
Database type..... "DB400" |
Database name..... "SCP" |
Database user ID.. "R3SCPDATA" |
Char.set.... "C" |
SAP kernel....... 700 |
created (date)... "Jun 30 2008 00:10:07" |
create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00" |
Database version. "DB4_53" |
Patch level. 167 |
Patch text.. " " |
Database............. "V5R3, V5R4, V6R1" |
SAP database version. 700 |
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows |
NT 6.0" |
Memory consumption |
Roll.... 16192 |
EM...... 159213920 |
Heap.... 0 |
Page.... 5660672 |
MM Used. 145143664 |
MM Free. 5680112 |
-
-
-
-
Usuario y transacción |
Client.............. 400 |
User................ "ZUSRTARJETAS" |
Language key........ "S" |
Transaction......... " " |
Program............. "RK2APA00_POST" |
Screen.............. "SAPMSSY0 1000" |
Screen line......... 6 |
-
-
-
-
Info posición de cancelación |
Termination occurred in the ABAP program "RK2APA00_POST" - in |
"INSERT_CE4_FLUSH_BUFFERS". |
The main program was "ZVI_CUPON ". |
In the source code you have the termination point in line 100 |
of the (Include) program "RKEVRK2A_POST_COMMIT__FIX". |
The program "RK2APA00_POST" was started as a background job. |
Job Name....... "ZCUPON" |
Job Initiator.. "ZUSRTARJETAS" |
Job Number..... 02044200 |
-
-
-
-
Detalle código fuente |
-
-
Lín. | Txt.fte. |
-
-
70 | subrc = sy-subrc. |
71 | CLEAR: g_t_ce4a_dbbuf[], g_t_ce4_dbbuf[]. |
72 | |
73 | case subrc. |
74 | when 1. |
75 |
|
76 |
|
77 |
|
78 |
|
79 |
|
80 |
|
81 |
|
82 |
|
83 |
|
84 | MESSAGE x216(kf) WITH gc_ce4acct_name. |
85 | |
86 | when 2. |
87 |
|
88 |
|
89 |
|
90 |
|
91 |
|
92 |
|
93 |
|
94 |
|
95 |
|
96 | MESSAGE x203(kf). |
97 | |
98 | when 3 or 4. |
99 |
|
>>>>> | message x628(ke) with 'RFC_ERROR' subrc msg_text. |
101 | |
102 | endcase. |
103 | |
104 | ENDFORM. |
105 |
Edited by: freddy solar on Jan 2, 2009 8:39 PM
2009 Jan 04 11:43 PM
Hi,
it looks like you have some problem with RFC. It stopped on the following line:
* Communication error in RFC-Call
message x628(ke) with 'RFC_ERROR' subrc msg_text.
Ask your basis guy to check it. The job on application server tried to connect to the central instance and it failed. The job run on central instance does not need to make any RFC call. Hence there is no problem in this case.
Regards
2009 Jan 05 12:49 AM
2 to 3 days ago, already some one opened a thread for the similar issue i.e. "message typeX"......have a look......i learnt from it that, issue may b with GUI.
thanq
2009 Jan 05 1:19 AM