cancel
Showing results for 
Search instead for 
Did you mean: 

Install framework - download application from middleware is slow

Former Member
0 Kudos

Hello,

When I download the framework installation file from the middleware by using http://xxxxxxx/sap/bc/bsp/sap/me_fw_install/install.htm

it only downloads at 6K/sec...

What's the reason for this low speed, there are no network issues when I copy files between my computer and that server. Is it some icm setting that's causing this?

thanks in advance,

jeroen

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_schwing
Active Participant
0 Kudos

Hi,

as far as I remember the files rae actually stored in the J2EE DB, and also read from there.

So the minimal bandwith could be due to slow db connection ?

cheers,

stefan

Former Member
0 Kudos

Hello,

The file is downloaded from the J2EE stack, so it's probably a J2EE parameter...

http://xxxxxxx:53100/meContainerSync/servlet/com.sap.ip.mi.http.MobileComponentServlet?Application=s...mobileNWM_JSP_701000_WIN32&Type=FRAMEWORK&Runtime=JSP&Plattform=WIN32

Any suggestion?

stefan_schwing
Active Participant
0 Kudos

Hi jeroen,

the framework installation BSP runs on server xxxxxxx in your case, but in the end it only presents you the hyperlinks to the installation files which do not need to be located on xxxxxxx server, but could be on some other server.

Have a look at database table MEMSD_CUST, and filter for entries with CUST_ATTRIBUTE = SETUPFILES and ATTRIBUTE_NAME = WEBSERVER.

This is where the URLs come from.

cheers, stefan