When accessing large files to view and markup files where the size was up to 400MB in Brava. There were timeouts and size issues when publishing that caused issues. These can be overcome by applying the following settings on the Brava Server:
BIPrint.ini (C:\Program Files (x86)\IGC\Brava! Enterprise .NET\JobProcessor\IGC Writer 5.0 Update\Net-It Inis\Server)
[PrintJobTimeout]
value=1800
jpconsole.exe.config.config (C:\Program Files (x86)\IGC\Brava! Enterprise .NET\JobProcessor)
<add key="DefaultTimeoutInSeconds" value="12000"/>
<add key="PROCESS_STARTUP_DELAY" value="5000"/>
jpservice.exe.config.config (C:\Program Files (x86)\IGC\Brava! Enterprise .NET\JobProcessor)
<add key="DefaultTimeoutInSeconds" value="12000"/>
<add key="PROCESS_STARTUP_DELAY" value="5000"/>
Server.properties (C:\Program Files (x86)\IGC\Brava! Enterprise .NET\Config)
check.cache.blocking.timeout=1800000
publish.request.timeout=30
Web.config (C:\Program Files (x86)\IGC\Brava! Enterprise .NET\BravaServer\Web.config)
<httpRuntime maxRequestLength="800000" />
Within IIS, select the Brava Web Site. In the middle pane, under Management, select ‘Configuration Editor’ to edit the settings above.
Fig.1 Configuration option