Versions Compared

Key

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

...

  1. Create a copy of the "diag.properties" File
    The "diag.properties" file contains the database connector. The "diag.properties" file is located in the folder "<diag server Root>\conf". Rename the copied file to "diag.properties.old".
     
  2. Reconfigure your custo diagnostic server to the new DB system.
    You can do the reconfiguration by manual if you rewrite the DB connector in the "diag.properties" file.
    As an alternative you can uninstall the custo diagnostic server and reinstall with other DB system settings. You can use this alternative if you want to use the custo diagnostic database on the same compßutercomputer. This procedure creates the destination "diag.properties" File which is to be used afterwards.
    Please Note: If you uninstall/reinstall the custo diagnostic server you have to backup and restore the "diag.properties.old" file.
     
  3. Please check that your setup is running with the new DB System.
    (warning) Note: Don't create any new patients or evaluations at this time!
     
  4. Stop the custo diagnostic server (stop the Apache Tomcat Windows Service)
     
  5. Please check that the "diag.properties" and "diag.properties.old" files are available in the "<diag server Root>\conf" folder
     
  6. Run the Database Converter Script
    1. Open a cmd
    2. Change the active folder to "<diag server Root>" (Default: "C:\Program Files\custo diagnostic server")
    3. Insert this Code and execute:

      Code Block
      .\jre\bin\java.exe -classpath "webapps\diag\WEB-INF\classes;webapps\diag\WEB-INF\lib\*" de.customed.orm.convert.DatabaseConverter --source=conf\diag.properties.old --destination=conf\diag.properties -Xmx6g


  7. Wait until the system prompt comes back. During the copy procedure the command line window will display all copy steps.
     
  8. Start the custo diagnostic server (start the Apache Tomcat Windows Service)
     
  9. Open the custo diagnostic client and check that all data is available.

...