cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE_TYPE_X , AC_SYSTEM_FLUSH,SAPLOLEA LOLEAU02 - SAP GUI Error

0 Kudos

Hello Experts - This issue has been posted many times . But it seems there may be many root causes for this issue. So the solution must be different. For our case, we have been searching for long, but did not find a solution . Here is the situaion.

1) We developed a custom report which is using ALV report. Anyone running that report in our company  (using our company SAP GUI, Windows ,laptops) are getting this dump.

2) However, I strongly belive there is no issue with custom report , as consultants outside our company , say Accenture, Infosys (whose GUI and laptop provided by other company) are not getting this error.  They are able to run the report with out any issues.  This tells me that there is some thing worng with our GUI installation or environment or some cause at our end. If it is issue with custom code, it should happen irrespective, from where we are testing.

3)  We are currently on GUI 7.30 with patch 7. However, we tried latest patch on 7.30 which is 11 and also we tried latest GUI 7.40 with hot fix . Every where we are getting this error. Out partner consultants also on SAP GUI 7.30 with patch 7. For that matter, out side consultants are on different levels of GUI.

4) when we are on 7.30 with patch 7, we used to get this DUMP, after running the report for certain time, say 1 min or so. what we noticed when we are 7.40 is , the moment we execute the report, we are getting this DUMP.

5) For refernce , we are providing , dump information below.

6) Many posts of this type,referring to uninstall and reinstall the GUI, however, we tried this many time with differnet version.  To avoid any registered key issues, we took a fresh loaner laptop and installed SAP GUI 7.40 (with hot fix) from SAP site directly . Still we are getting this dump.

7) Dump documentation on ST22, says some thing about mathcing kernal but I am not sure, what kernel we need to be on. Any expert suggestions  on that are very helpful.

😎 Some posts are referring some DLL are missing in installation. however, we tried many GUI's and even on a fresh laptop.

9) Any expert ideas on why this is happeneing in our systems, is highly appreciated.

System environment

    SAP-Release 700

    Operating system..... "Windows NT"

    Release.............. "6.1"

    Hardware type........ "2x AMD64 Level"

    Character length.... 16 Bits

    Pointer length....... 64 Bits

    Work process number.. 3

    Shortdump setting.... "full"

    Database type..... "MSSQL"

    Database name..... "DEV"

    Database user ID.. "dev"

    Terminal................. "LAP-JCKSCS1"

    Char.set.... "C"

    SAP kernel....... 720

    created (date)... "Mar 10 2014 00:00:41"

    create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"

    Database version. "SQL_Server_9.00 "

    Patch level. 600

    Patch text.. " "

    Database............. "MSSQL 9.00.2047 or higher"

    SAP database version. 720

    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

     NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT 6.3"

    Memory consumption

    Roll.... 0

    EM...... 12569376

    Heap.... 0

    Page.... 32768

    MM Used. 2890608

    MM Free. 1296512

1 FUNCTION AC_SYSTEM_FLUSH .

2 *"----------------------------------------------------------------------

3 *"*"Lokale Schnittstelle:

4 *"  IMPORTING

5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL

6 *"  EXCEPTIONS

7 *"      CNTL_SYSTEM_ERROR

8 *"      CNTL_ERROR

9 *"----------------------------------------------------------------------

10   data: sysubrc like sy-subrc.

11

12   CALL FUNCTION 'AC_FLUSH_CALL'

13        EXPORTING

14             SYSTEM_FLUSH = 'X'

15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM

16        IMPORTING

17             MESSAGE_NR   = sysubrc

18             MESSAGE_TEXT = SY-MSGLI.

19

20   sy-subrc = sysubrc.

21

22   CASE SY-SUBRC.

23     WHEN 0.

24     WHEN 1.

25 *     system_error

26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.

27     WHEN 2.

28 *     method_call_error

>>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

30     WHEN 3.

31 *     property_set_error

32       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

33     WHEN 4.

34 *     property_get_error

35       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

36     WHEN 8.

37 *     maximal number of modi reached

38       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR.

39

40     WHEN OTHERS.

41       RAISE CNTL_ERROR.

42   ENDCASE.

Error analysis

    Short text of error message:

    Control Framework : Error processing control

    Long text of error message:

     Diagnosis

         An error occurred when the system tried to process the commands

         from the Automation Queue on the presentation server.

         There are several possible reasons for this:

         - The installation of the SAP GUI on the presentation server is

         faulty or obsolete.

         - There is an error in the application program

         - There is an error in the SAPGUI or an integrated control

     Procedure

         1. Make sure that you have imported the appropriate Support

         Package, the current kernel, and GUI patch for the release of your

         system

         2. Check whether the error occurs locally on one or a few PCs, or

         generally on all PCs. Note whether the error only occurs for some

         users, for example because of a specific Customizing setting.

         If it only occurs locally, this suggests an installation problem

         with the PC. Check the installation; if necessary, reinstall the

         software. In the dump, search for the SY-MSGLI field, since it may

         point to the cause of the error.

         3. Activate the Automation Trace (in accordance with SAP Note

         158985).

         4.Start the transaction and continue until the screen immediately

         before the dump.

         5. From the System -> Utilities menu, choose Autom. Queue,

         Synchronous Processing.

         The status bar of the GUI displays the text:

            "Automation synchron flush mode on"

         6. If you now proceed with the application, the short dump will

         display the ABAP call that caused the error; the Automation Trace

         will contain the error on the presentation server.

         7. If necessary, load the short dump and trace files on to

         sapservX, so that SAP can analyze them.

    Technical information about the message:

    Message class....... "CNDP"

    Number.............. 006

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

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

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

    Variable 4.......... " "

"MESSAGE_TYPE_X" " "

"SAPLOLEA" or "LOLEAU02"

"AC_SYSTEM_FLUSH"

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Everybody

I am having the same issue. I have sapgui 740 patch 7 but I still get this error. Please let me know how did u solve it.

Ishaan

jude_bradley
Active Contributor
0 Kudos

For any AC_SYSTEM_FLUSH error., please capture an automation trace

following note http://service.sap.com/sap/support/notes/158985

Jude

vijaigeethach
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ishaan,

Check note 1603032 it will tell you the reason for the issue and the resolution section shows the step by step activity you need to do to resolve the issue.

Regards,

Geetha.

Former Member
0 Kudos

Hi Sampath,

Did you ever get this resolved? We are going through the same thing right now while deploying SAP GUI 7.4 Patch 3 to productive users. Same exact dumps, starting to happen hundreds of times a day. This is happening for our users entering ECC via Web Gui (740 Patch 3) through a Portal Page. This only started happening when the GUI rollout started.

Former Member
0 Kudos

Hi Jeffrey,

We haven't seen this error in our SAP GUI 7.40 deployment. You might want to read SAP Note's 1603032 - Dumpwith MESSAGE_TYPE_X in SAPLOLE and AC_SYSTEM_FLUSH and LOLEAU02 and 1954476 - Basic check points for Message_TYPE_X dump.

You might want to verify any backend changes haven't occurred as well.  Please examine your portal logs for additional details and check your ABAP Internet Service publishing dates using this link:  http://wiki.scn.sap.com/wiki/display/HOME/How+to+check+the+publishing+Date+of+an+Internet+Service

I suspect it is only a coincidence that you are experiencing this issue after updating your SAP GUI Client.  The "Web GUI" process leverages the browser which could be Internet Explorer, the portal iView and Webdynpro from the abap backend.  Depending on your browser version you may want to review the compatibly prerequisites on the portal and abap server's.

Cheers,

Dan Mead

jude_bradley
Active Contributor
0 Kudos

Hello Jeffrey,

Whenever you see CNDP 006 in the error trace,we require an Automation

trace.

Kindly recreate the issue again with the Automation Trace active as

per note service.sap.com/sap/support/notes/158985.

To run an automation trace, please press ALT + F12 -> Options ->

Traces -> Session Traces

Put the check Mark in:

[x] Automation

[x] Control Manager

[x] Detailed output

Click "enable" "apply" and "OK"

Then recreate the issue again and attach the trace files to the reply.

Remember to switch off the trace after you have attached the files

Matt_Fraser
Active Contributor
0 Kudos

This error is almost always caused by having too old a patch level of SAPGUI. Patch 7 for GUI 7.30 is indeed fairly old. I would strongly recommend continuing all troubleshooting using a workstation that has the latest patch for GUI 7.30 (not 7.40) installed.

If you still get the error with the latest patch, it's possible that other aspects of the workstation may need updating. For instance, make sure all your drivers are up to date, your Windows Updates are up-to-date, and for that matter that you are up-to-date with Microsoft Office patches.

Finally, after all that, if you still get the error, then activate the automation trace as described in the text of the dump (it says in the text you posted to do this per Note 158985). You can also see Note 316243 for more information about troubleshooting this short dump and finding out exactly what ABAP call in your report is causing the dump.

Regards,

Matt

Former Member
0 Kudos

I used to get this dump due to old gui, I upgrsded gui patch to latest

Then this dump disappeared

Regards

Nilachal

Sr Sap Basis Consultant

Capgemini India