You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

custo diagnostic 5.x based on a Client-Server-Architecture. If you want to use custo diagnostic 5.x (multi Workstation or Stand-alone does not matter) you have to install the custo diagnostic server 5 at first. The custo diagnostic server 5 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. 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).

Standard local Installation with H2 Database

Preparation

No preparations necessary for this installation.

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


  5. Choose the Destination Folder for the custo diagnostic Evaluation RAW Data and Database (if H2 is selected, not for MS-SQL Database)


  6. Select the Database Type. H2 Database is recommended.
    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.


  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

After the Install Procedure has finished the Setup Program opens the Windows Explorer with the Location of the automatically created File 'CustoCfg.ini'. This File, if its copied in the same Folder where the Client Setup Program exists, can be used for the Client Installation.

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


Standard local Installation with MS-SQL Database

Preparation

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

  • Microsoft SQL Server Version 2008 or higher
  • all Editions possible
  • the SQL Server have to configured with TCP/IP on a fixed Port (Default: 1433)
  • Windows User Authetification 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

Installation

After the Database is ready to run you can start the Setup. During the Setup you can select 'MS SQL Server':

Please fill the Fields with the following Information:



MS SQL Server Hostnamethe Hostname of the SQL Server Computer without the Instance Name
MS SQL Server Portthe fixed Port of the SQL Server
MS SQL Server Database Namethe Database Name created by you
MS SQL Server SQL Userthe Database User with db_owner Rights (created from the Login)
MS SQL Server Passwordthe Password of the SQL Database User


  • No labels