ActiveReports 12 Server User Guide
Breaking Changes
ActiveReports 12 Server User Guide > Breaking Changes

Flash Report Portal and Mobile Portal in ActiveReports Server versions

When you upgrade reports from previous versions of ActiveReports Server, you should note that Flash based Report Portal and Mobile Portal are not available with ActiveReports 9 Server Service Pack 1 onwards. Both of these report portals have been replaced by the fully responsive HTML5 Report Portal.

Memory Usage  

The MemoryLimit property is added to the controller service to prevent the Server or Agent process from consuming all machine memory. The ControllerService.MemoryLimit property is implemented for the target configuration files ActiveReports.Server.Host.exe.Config and ActiveReports.Server.Agent.exe.Config, the default value is 75 (%). The memory usage check is performed every minute, and if the service process has exceeded the value in the MemoryLimit property, the service is restarted. If the process has not exceeded the value in the MemoryLimit property, the agent continues running without restart. If the memory limit is exceeded between the agent checks, no agent restart is performed.

You can edit the MemoryLimit setting in the following files:

In any of these files, you should find the line <add key="RunnerService.MemoryLimit" value="75" /> inside the <appSettings></appSettings> section and modify the value. You need to restart the service every time you change the setting value to apply the changes.