How to set MaxRequestParameterCount on Weblogic server
Hello,
The client is asking to import 1,000 rows by pasting into a grid in JDE EnterpriseOne. This is failing. Checking the JDE server Manager setting Grid Rows Import Size, this is set to 10,000. So it should work. However I have come across the document
This says to use the wlst.sh command line feature to connect and use.
The value is the recommendation from the document. So following the steps I was able to check the current setting which was 10,000. I then followed the steps to set the new value of 500,000 and when I enter edit() and startEdit() I get the following.