Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CAST Report Generator is now provided as an cross-platform ZIP file alongside the traditional Microsoft Windows GUI "installable" release. In other words this release can run on both Microsoft Windows and Linux operating systems and can be simply unzipped to the install location (no installer is provided). The primary goal of this release is to provide reporting capabilities to the CAST RestAPI - this integration is first and foremost used by the CAST dashboards to generate reports from within the dashboard interface (see CAST Dashboard Package - Release Notes - 1.9.0Report Generation configuration and Security Dashboard - Report Generation).

Where can I obtain the CAST Report Generator Core?

...

CAST Report Generator Core requires the .NET Core 2.2.x runtime. This is available for both Microsoft Windows and for Linux operating systems:

Microsoft Windows

The runtime can be downloaded as an installer from https://dotnet.microsoft.com/download/dotnet-core/2.2 - choose the .NET Core Installer for the 2.2.x runtime that matches your Windows environment:

Image Modified

Linux

Package manager instructions are provided for many different Linux distributions at https://dotnet.microsoft.com/download/dotnet-core/2.2 - choose the Package Manager Instructions option here:

Image Modified

Then select the relevant Linux distribution to view the installation instructions:

Image Modified

Info
Additional tips can be found here: https://www.ostechnix.com/how-to-install-microsoft-net-core-sdk-on-linux/.


Supported Operating Systems

CAST Report Generator Core only requires that .NET Core runtime is present on the operating system. Therefore any operating system that supports the installation of .NET Core can be used for the CAST Report Generator Core. CAST has tested Microsoft Windows and CentOS (Linux).

CAST RestAPI

≥ 1.9.x(tick)

Folder access permissions

...

Installing CAST Report Generator Core consists only of unzipping the downloaded ReportGeneratorCLIforAllOS.zip file to a location on the target server, for example:

Microsoft WindowsD:\data\CAST\ReportGeneratorCore
Linux/opt/reportgeneratorcore

Restart Apache Tomcat

Apache Tomcat (if installed on the same server as Report Generator Core) must be restarted so that the changes are taken into account.

...

One of the following codes will be returned on completion of the CLI:

0Report successfully generated
1Bad arguments given to the Report Generator
2Web service cannot be accessed or is badly configured
3Report failed

See also Report Service - 1.9.0 for more information.