Versions Compared

Key

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

custo diagnostic 5.0.x based on a Client-Server-Architecture. If you want to use custo diagnostic 5.0.x (multi Workstation or Stand-alone does not matter) you have to install the custo diagnostic server 5.0.x at first. The custo diagnostic server 5.0.x is an Tomcat based Application Server with Connection to an local or networkbased Database. At this time 'H2 Database' (included in Tomcat) or 'MS-SQL Database' is supported. The H2 Database should be installed on the same Computer as the custo diagnostic server 5.0.x. For MS-SQL Database a local installed or installed on another Computer SQL Server can be used (Please rever also to the custo diagnostic 5 Hardware and Software Requirements).

...

Installation with H2 Database

Preparation

No special preparations necessary for this installation.

Please ensure that all Windows Updates are installed on this Computer.

Installation

  1. Start the Server Setup Program


  2. Select the Laguage for the Setup


  3. Click 'Next' on the Welcome Page


  4. Choose the Destination Folder for the custo diagnostic server Installation. Do not install the custo diagnostic server on a network drive or UNC path.


  5. Choose the Destination Folder for the custo diagnostic Evaluation RAW Data and Database (if H2 is selected, not for MS-SQL Database). There the cst files and if selected the H2 Database are saved. The data directory can also be filed on a second local disk. In particular situations, the directory for the cst files can be filed separately from the database directory (e.g. on a file share). However, custo med strongly recommends to leave the whole data directory on the local server computer.


  6. Select the Database Type. H2 Database is recommendedbuilt in already. For MS SQL the Database Server have to installed and running before this installation.
    Please select here also the most suitable Database Collation for the Database based on the to be stored Patient Demographics.


  7. Select the to be used TCP/IP Ports for custo diagnostic server.
    For 'HTTP Port' (Default Communication) and 'Redirect Port / HTTPS' (Encrypted Communication) you can use every Port as you want. Please clarify these Ports with your Network Administrator. These Port have to be registered also in the Firewall or AntiVirus Solutions.
    The 'AJP Port' and 'SHUTDOWN Port' can be leaved unchanged. If you click on next the Setup will test if the Ports are available or not. If one or more Ports are used by another Program the Setup will inform you.


  8. Select the Name and Position for the Shortcuts in the Windows Start Menu


  9. The Install Procedure is running


  10. The Install Procedure is completed


  11. Click 'Finish' to end the Install Procedure

...

The Content of the CustoCfg.ini is the Target Information for the custo diagnostic client about the custo diagnostic server.

...

Installation with MS-SQL Database

Preparation

custo diagnostic server 5 Setup does not install any Database Server and dont create any Logins oder Databases inside the MS-SQL Database Server. You have to preparate your MS-SQL Database System by yourself.
Please be aware about note the following factsthings:

  • Microsoft SQL Server Version 2008 or higher allowed
  • all Editions possible
  • the SQL Server have to configured with TCP/IP on a fixed Port (Default: 1433)
  • Windows User Authetification Authentification is not permitted, you have to switch the SQL Server into Mixed Mode Authentification
  • You have to create a SQL Login with Password
  • You have to create a Database with a Collation depending on the Language is used for Patient Demographics
  • You have to insert the Login as Database User in the Database
  • You have to set 'db_owner' Rights onto the Database User

(warning) Attention:
If you plan an Upgrade from custo diagnostic 4.x to custo diagnostic 5.x you have to create a new separate Database for custo diagnostic 5.x. Its not possible to "convert" or "update" the custo diagnostic 4.x SQL Database to custo diagnostic 5.x inside the same SQL Database! After you has installed and running custo diagnostic 5.x you can migrate a custo diagnostic 4.x database into your new empty custo diagnostic 5.x system.

Installation

After the Database is ready to run you can start the Setup. During the Setup you can select 'MS SQL Server':
Image RemovedPlease Please perform all Steps from the "Installation with H2 Database" up to Step 5.
In Step 6 please fill the Fields with the following Information:

Image Added


OptionDescription
MS SQL Server Hostname
the
Hostname of the SQL Server Computer without the Instance Name
MS SQL Server Port
the
fixed (TCP) Port of the SQL Server
MS SQL Server Database Name
the
Database Name created by you
MS SQL Server SQL User
the
Database User with db_owner Rights (created from the Login)
MS SQL Server Password
the
Password of the SQL Database User

After Step 6 perform the Steps from Step 7 of the "Installation with H2 Database".

(warning) Attention:
The Setup does not Test during the Installation if the Database is writable or not.