cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while running a program with OLE Excel download facility in ITS

Former Member
0 Kudos

Hi,

Because of some complex requirment, I had created a report program which will download the data to an Excel sheet using SAP OLE Automation Controller. For this report i had created a tcode too.

The report which i developed is perfectly working fine in SAPGUI. But if i access the same report throught SAP ITS serice. I am getting a dump. Please find below the dump details. I am not able to figure it out why the dump is not coming in SAPGUI.

Runtime Errors MESSAGE_TYPE_X

Date and Time 09.03.2010 05:35:41

-


Short text

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 : 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.......... " "

-


How to correct the error

Probably the only way to eliminate the error is to correct the program.

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:

"MESSAGE_TYPE_X" " "

"SAPLOLEA" or "LOLEAU02"

"AC_SYSTEM_FLUSH"

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.

-


User and Transaction

Client.............. 120

User................ "XXXXXX"

Language Key........ "E"

Transaction......... "ZGA_BEACON_SOX_RPT "

Transactions ID..... "4B95E2560EB62F9AE10000000A241C33"

Program............. "SAPLOLEA"

Screen.............. "ZGA_REP_BEACON_SOX_REPORT 9000"

Screen Line......... 0

Information on Caller ofr "HTTP" Connection:

Plug-in Type.......... "HTTP"

Caller IP............. "10.36.28.52"

Caller Port........... 8000

Universal Resource Id. "/sap/bc/gui/sap/its/webgui/~flNUQVRFPTIzNzIxLjAxNC4wNC4

wNA=="

-


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> | 1. Make sure that you have imported the appropriate Support |

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

> | system |

My first hunch is, go apply the latest patch for your GUI logon pad, which is gui710_16-10002995.exe.

After that, if the problem persists, let's try apply the latest kernel patch for this instance.

Regards,

Effan

Former Member
0 Kudos

Hi Effa,

Thanks for your reply.

Actually the i am getting the problem when i access the transaction through Portal ITS. In Local SAP Gui its working fine.

Regards

Maneesh Chandran

Former Member
0 Kudos

That also takes us back to the kernel patch question, is it the latest kernel in both of ABAP and EP instance? Because a lot of known issues had been fixed by new kernels, especially for EP and BI Java components. If possible please give it a try.

Former Member
0 Kudos

Hi Effan,

I checked the Kernal Patch details. The Kernal release is 700, Patch level is 185.

Actually my question is if i am using normal download facility its working.

Regards

Maneesh Chandran

Former Member
0 Kudos

Hi Effan,

My issue is in ITS. not in EP & BI java system.

Regards

Maneesh Chandran

former_member316351
Active Contributor
0 Kudos

Hello Maneesh,

Please see note 314568. This is probably a limitation of the ITS/Webgui.

Edgar

Former Member
0 Kudos

Hi All,

FYI.....

As I said because of my complex requirement, i am using OLE excel download facilities to download the data. ITS wont support this OLE download facility. This can be done only through local SAP GUI.

The reason for this is that, when i am using this download facility through SAP GUI, OLE object thats used in my report program will directly talk to the Local OLE excel objects (i.e. the local installed Excell application) and download the data. But if it's through ITS, my program wont be able to communicate with the local excel OLE objects because of this i am getting a DUMP.

Thank You all for the support. All the best in future.

Regards

Maneesh Chandran

Former Member
0 Kudos

Hi Maneesh,

Can you please let me know how you resolved this issue or fulfilled this requirement. I have a similar requirement to download an excel sheet from portal. If not through ITS, can we do it by othee means..?

Thanks