cancel
Showing results for 
Search instead for 
Did you mean: 

Dump when loading - GUI 710 for vista

Former Member
0 Kudos

Hello,

I get this runtime error when I login to the SAP system

Runtime Errors MESSAGE_TYPE_X

Date and Time 01.04.2008 18:02:53

ShrtText

The current application triggered a termination with a short dump.

What happened?

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).

Error analysis

Short text of error message:

Control Framework: Data stream error. Transaction terminated.

Technical information about the message:

Diagnosis

The data stream from the frontend could not be interpreted.

System response

Procedure

This error is very probably due to an error in the frontend

software installation or an obsolete version. Inform your system

administrator.

Procedure for System Administration

The frontend should have at least the same version as the SAP

release. Install the correct frontend. If the error continues to

occur, inform SAP.

Message classe...... "CNDP"

Number.............. 005

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Trigger Location of Runtime Error

Program SAPFGUICNTL

Include SAPFGUICNTL

Row 501

Module type (FORM)

Module Name HANDLE_DATA_STREAM_ERROR

Source Code Extract

Line SourceCde

471 g_support_xml_proppump = 'Y'.

472 else.

473 g_support_xml_proppump = 'N'.

474 endif.

475 endif.

476 * No support for autoq as long as frontends are not able

477 * to process thisdata

478 if g_support_xml_proppump = 'Y' and

479 not callByDiag is initial.

480 perform get_xml_flush in program sapmssyd changing FlushXmlData.

481 if not FlushXmlData is initial.

482 * Do dynamic invoke for decoupling reasons

483 call method ('CL_GUI_DATAMANAGER')=>('SERIALIZE_TABLE')

484 exporting CALLED_FOR_DIAG = callbydiag

485 changing retval = xml_tab.

486 perform reset_xml_flush in program sapmssyd .

487 endif.

488 endif.

489 endform.

492 * Handling of any error that occur while processing input stream data

493 * either received from DIAG or as result from the automation queue

494 form handle_data_stream_error.

495 perform fire_flush_error_inputstream in program sapfguicntl_cfw

496 if found.

497 * This A message is a must. We can not alllow any further processing

498 * if this error occurs !!!! calling fire_flush_error is only any

499 * opportunity for the running application to persist some data as

500 * emergency reaction

>>>>> MESSAGE ID 'CNDP' TYPE 'X' NUMBER 005.

502 endform.

503

504 &----


505 *& Form CONTROL_ERRORTRACE

506 &----


507 * Called by Dynpro Main Step "Control Input" (SAPMSSYD form %_ctl_input)

508 * OK_Code is '%_GCACCS'

509 ----


510 FORM CONTROL_ERRORTRACE.

511 CALL FUNCTION 'AC_TRACE_CALLSTACK'.

512 ENDFORM. " CONTROL_ERRORTRACE

513

514 &----


515 *& Form CONTROL_AC_SYNCMODE

516 &----


517 * Called by Dynpro Main Step "Control Input" (SAPMSSYD form %_ctl_input)

518 * OK_Code is '%_GCACSY'. Toggles automation queue synchron mode on/off

519 * and displays a message in status bar

520 ----


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

SAPGUI 710 can be installed in particular Vista product. Pls check the service.sap.com for the requirements for installing GUI710.

Regards,

Maheswaran J

Former Member
0 Kudos

Hi, the version SAP and Vista is ? Regards.