Views:

Question:
How do I increase the import size of DWBUC files for Preconfigured Solutions?

Answer:
Please refer to the following guide to increase the import size of DWBUC files;

1. From the web server that has the DocuWare Platform running, you must make adjustments to the two "web.config" files, which would be found in the following locations:
(Note: Be sure to take a backup of each file before altering them)

"C:\Program Files\DocuWare\Web\Platform\web.config"
"C:\Program Files\DocuWare\Web\Settings\web.config"

2. Within these files, search for the keyword "security" and add the following lines below to the file.

<requestFiltering>
<requestLimits maxAllowedContentLength="209715200" />
</requestFiltering>

Once completed, the file should now resemble the example depicted below; 
(Note: The value stated above is in bytes and equals to 200mb.)


3. Finally, perform an IIS reset and the changes should now be applied.

KBA is applicable for On-premise Organizations ONLY.

Comments (0)