Requirements
General Requirements
Processor
For Web layer:
- All 32-bit and 64-bit processors (x86 and x64) are supported.
For Application layer:
- All 32-bit and 64-bit processors (x86 and x64) are supported.
Operating System
For Web layer:
- Windows Server 2008 as of SP2 or Windows Server 2008 R2 as of SP1, all variants
- Windows Server 2012 or Windows Server 2012 R2, all variants
- Windows Server 2016
- Windows Server 2019
- Windows 7 as of SP1 (Professional, Ultimate, Enterprise)
- Windows 8 (Pro, Enterprise)
- Windows 10
For Application layer:
- Windows Server 2008 as of SP2 or Windows Server 2008 R2 as of SP1, all variants
- Windows Server 2012 or Windows Server 2012 R2, all variants
- Windows Server 2016
- Windwos Server 2019
- Windows 7 as of SP1 (Professional, Ultimate, Enterprise)
- Windows 8 (Pro, Enterprise)
- Windows 10
We recommend that you use the most recent service pack for the relevant operating system.
Requirements for the Web Layer
Microsoft IIS, .NET Framework must be installed for the Web layer. When setting up the system you will need to follow the instructions below. Remember that you will need Administrator permissions in order to be able to install software.
For the installation of the required programs for the Web layer, the following operating systems are described as examples:
ASP.NET must be registered on the computer on which the Web layer is installed. If ASP.NET is not registered, the following message appears: "An attempt was made to load a program with an incorrect format."
An error message along the following lines may also appear when you call the application: "The XML page cannot be displayed" or "XML Parsing Error: not well-formed" or "This page contains the following errors" or "XML parsing failed: syntax error".
If this happens, register ASP.NET from the command line: 32-bit (x=version number, e.g. v2.0.50727):
"C:\WINDOWS\Microsoft.NET\Framework\x\aspnet_regiis.exe -i -enable"
64-bit (x=version number, e.g. v2.0.50727):
"C:\WINDOWS\Microsoft.NET\Framework64\x\aspnet_regiis.exe -i -enable"
Please note: IIS must be restarted after ASP.NET has been registered.
Requirements for the Web Layer - Windows 8
When setting up the system you will need to follow the instructions below. Remember that you will need Administrator permissions in order to be able to install software.
IIS
Install the Internet Information Server.
- Open Programs and Features from the Control Panel.
- Click Turn Windows features on or off.
- Search for Internet Information Services and select the corresponding entry.
- Confirm your selection with OK and the "IIS" feature will be installed. The computer must be restarted after installation.
Setting Up Integrated Security
- Check whether Windows Authentication is installed. If it is not, install it now (call Turn Windows features on or off under Programs and Features).
- Start the Internet Information Services Manager and make the following settings:
- Expand the Default Web Site.
- Select Cockpit 10,
- Check whether Feature View is set (if not, right-click Cockpit 10 and choose Switch to Feature View),
- In the IIS group, double-click Authentication,
- Set Anonymous Authentication to Disabled,
- Set Windows Authentication to Enabled.
Requirements for the Web Layer - Windows Server 2012
When setting up the system you will need to follow the instructions below. Remember that you will need Administrator permissions in order to be able to install software.
IIS
Install the Internet Information Server.
- Open the Server Manager (via Administrative Tools).
- Choose Add roles and features. A wizard opens.
- Confirm the Before You Begin page by clicking Next.
- On the Installation Type page, choose the Role-based or feature-based installation option.
- Confirm the Server Selection page by clicking Next.
- On the Server Roles page, select the role Web Server (IIS).
- On the Features page, check that .Net Frameworks are installed.
- Check all the entries shown on the screenshot.
- The next page shows you a summary. Click Install to begin installation.
Requirements for the Web Layer - Windows Server 2019
When setting up the system you will need to follow the instructions below. Remember that you will need Administrator permissions in order to be able to install software.
IIS
Install the Internet Information Server.
- Open the Server Manager (via Administrative Tools).
- Choose Add roles and features. A wizard opens.
- Confirm the Before You Begin page by clicking Next.
- On the Installation Type page, choose the Role-based or feature-based installation option.
- Confirm the Server Selection page by clicking Next.
- On the Server Roles page, select the role Web Server (IIS).
- Confirm adding features by clicking Add Features.
- On the Features page, check that the .Net Frameworks 3.5 Features are installed.
- Check all the entries shown on the screenshot.
- The next page shows you a summary. Click Install to begin installation.
Requirements for the Application Layer
OLAP Databases
To allow the Web application to communicate with your OLAP databases, the appropriate database client must be available or installed on the machine on which the application layer is installed.
SQL DataViews - Relational Databases
If you are using SQL DataViews that access relational data via ODBC/OLEDB, check that the right ODBC driver/OLEDB provider is installed. With ODBC you must also create the corresponding ODBC data source as a "System DSN".
Exporting Reports
In order to be able to export reports, certain prerequisites must be met. A description of these prerequisites can be found here.