cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver 7.3 -MaxRequestContentLength - KM parameter

06-30-2011 7:47 AM
2779 views 7 comments
0 Likes
SAP Managed Tags
Subscribe

Hi folks,

This is regarding KM - Content Management file uploading. The Min size is 128 MB. If it exceed it will pop-up the error.

For early version as per NOTE 898637 -- We can set the parameter as per our desire "With the Config Tool of the SAP J2EE Engine, change the value of the "MaxRequestContentLenght" parameter placed in

<Instance ID> ->Dispatcher services->http->Global properties".

Alternatively can use Visual Administrator "MaxRequestContentLength property of the HTTP Provider Service running onthe Java dispatcher."

But for SAP NW 7.3 VA is not there and also in configtool and NWA not able see the HTTP service .

anyone please guide me.

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Here is described where you can access / add parameter MaxRequestContentLength :

o upload the large files in 7.3/7.4 version of portal follow the below steps:

  • Open Netweaver Administrator (http://<host>:<port>/nwa)
  • Go to Configuration -> Infrastructure -> Java System Properties -> Services -> HTTP Provider
  • Add the parameter MaxRequestContentLength with a large value (Unit is KB)
  • Save the configuration.
  • Open Internet Communication Manager/ Web Dispatcher (http://<host>:<port>/sap/admin)
  • Go to Paramaters in the Area menuChange the value of icm/HTTP/max_request_size_KB to a large value (default value is 102400 KB)
  • Save the Configuration
  • Restart the J2EE engine
paulcrauwels
Explorer
0 Likes

Thx Kevin. Still valuable (in 7.5).

Former Member
0 Likes

Dear Jeevagan,

we are also searching the parameter MaxRequestContentLength in 7.3.

Are you able to find it under 7.3?

Best regards,

Andreas

Former Member
0 Likes

Andreas

have this parameter added to your DEFAULT.PFL profile -

icm/HTTP/max_request_size_KB = 102400 this comes with default installation although this parameter is not in the profile.

icm/HTTP/max_request_size_KB = target size - max value can be 1073741824.

Bounce the system and to check the new value follow the steps outlined below:

1. from SAP MMC - click on ICM - in the right hand pane click on sign in enter the user id - webadm and password on the popup window (password is the master password that you've set at the time of installation).

2.click on Parameters under the Core System menu

3.In the right window pane you should see Settings / Instance Profile / Default Profile Tabs

4. Settings - Http Settings - icm/HTTP/max_request_size_KB - Should have the new value

Now you can go back and upload the KMC content and import it.

Reference:

http://help.sap.com/saphelp_nw73/helpdata/en/49/b7299496ee200ce10000000a42189c/frameset.htm

Good Luck.

Thanks

Babu Jon

Edited by: babujon on Oct 11, 2011 10:20 PM

0 Likes

Dear Andreas,

Kindly note that due to the architectural changes (starting from 7.10), there is no Java dispatcher in 7.30.

Instead the dispatching of requests among server nodes on the same machine is performed by the ICM.

Therefore the parameter which corresponds to the MaxRequestContentLength for the Java Dispatcher on 7.0x is the parameter

icm/HTTP/max_request_size_KB of the ICM.

This poroperty must be added to the profile file of WebDispatcher.

Here is the documentation about this concrete parameter:

http://help.sap.com/saphelp_nw04s/helpdata/en/58/108b02102344069e4a31758bc2c810/content.htm

http://help.sap.com/saphelp_nw73/helpdata/en/48/3e87b3ca6b72d0e10000000a42189c/frameset.htm

After changing the property check that you have restarted at least the ICM.

You can check also the following documentation about other ICM parameters:

http://help.sap.com/saphelp_nw04s/helpdata/en/95/1528d8ca4648869ec3ceafc 975101c/content.htm

Best Regards,

Abhishek

Former Member
0 Likes

Hi all !!!

We are Upgrating Portal to EP 7.3

we are using ESS 603 and MSS 600 and now upgrading it to ESS/MSS 633/630

Please let us know if you have any recommendations on

u2022 Enhancement Pack (EHP) versions

u2022 Business Pack (BP)versions

u2022 Impacts to customizations on the BPs

u2022 Functionality changes/additions from BPs

Former Member
0 Likes

Hi,

For uploading documents, the maximum file size depends on the maximum size of an HTTP(s) request that can be forwarded by the ICM. The standard values allow requests up to 100 MB. The parameter t be set is icm/HTTP/max_request_size_KB.

You can set values between -1 and 1073741824.

Regards,

Shitij