Hi All,
We have master contracts more than 15 MB in size (with lots of pages inside) and not able to upload these files in FNMS > contracts page because the current limit is 10 MB only.
Is there any way that we can increase the limit?
Regards
Rajesh Ponnala
@FNMS
@filesize
@contracts
Jun 24, 2020 06:18 AM
Hi,
Data type for documents is "image", which per Microsoft should hold up to 2 GB of data.
I found a second setting, you'll need to change in the web.config:
Changing maxRequestLength to 20480 (KiloBytes) fixed it for me. Be sure to set both settings accordingly.
Best regards,
Markward
Jun 25, 2020 05:51 AM - edited Jun 25, 2020 06:01 AM
Hi Rajesh,
Yeah.
Edit the 'maxAllowedContentLength' value in the <location path="Documents/UploadDocument"> section in the following XML file on your FNMS Web Application Server:
C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\WebUI\web.config
Then do an IISRESET and you should be all set :-).
Jun 24, 2020 08:04 AM - edited Jun 24, 2020 08:04 AM
Thanks for your quick response. But, it still doesnt work. Same error even after I have changed property in xml to 20 MB
Does it require any reconciliation or any thing else ?
Regards
Rajesh Ponnala
Jun 25, 2020 05:07 AM
Hi,
Data type for documents is "image", which per Microsoft should hold up to 2 GB of data.
I found a second setting, you'll need to change in the web.config:
Changing maxRequestLength to 20480 (KiloBytes) fixed it for me. Be sure to set both settings accordingly.
Best regards,
Markward
Jun 25, 2020 05:51 AM - edited Jun 25, 2020 06:01 AM
Thank you very much for jumping in, Markward!
I can confirm that uploading a 20 MB file did work in a FNMS 2019 R2 environment after changing BOTH parameters in the web.config file.
Jun 25, 2020 07:32 AM