Author Topic: [SOLVED] Error on updating to V3  (Read 1306 times)

2019-03-21, 14:58:37

Jpjapers

  • Active Users
  • **
  • Posts: 1654
    • View Profile
Im getting an error when trying to start the drserver service on some of my server nodes.
The event log says that the system couldnt find the drserver.exe in the folder as since the last version its moved inside a folder. However some of the nodes worked fine.
Also cant uninstall as it says im missing a corona DLL. Tried a reinstall and same issue.
Has anyone got a fix?
« Last Edit: 2019-03-21, 16:04:05 by jpjapers »

2019-03-21, 15:44:14
Reply #1

Frood

  • Active Users
  • **
  • Posts: 1922
    • View Profile
    • Rakete GmbH
The service(s) are not installed by the installer but by a script or manually. The name for the service indicates that you have installed it manually (as described here).

If the service (DrServerService or LicenseServerService) is running, the installer cannot operate correctly because files are in use. The proper way to upgrade while having DrServer and/or LicensingServer as windows services is:

1. Close all max sessions
2. Stop the Corona related service(s)
3. Run installer
4. Start the Corona related service(s)

The change of the path for the executable is unfortunate but easy to fix without uninstalling and re-installing any services: Open registry editor, goto

\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

find your Corona Dr Service ("CoronaDrServer" in your case), in "Parameters" you can directly change the path for the executable, see screenshot.


Good Luck



Never underestimate the power of a well placed level one spell.

2019-03-21, 15:53:31
Reply #2

Jpjapers

  • Active Users
  • **
  • Posts: 1654
    • View Profile
The service(s) are not installed by the installer but by a script or manually. The name for the service indicates that you have installed it manually (as described here).

If the service (DrServerService or LicenseServerService) is running, the installer cannot operate correctly because files are in use. The proper way to upgrade while having DrServer and/or LicensingServer as windows services is:

1. Close all max sessions
2. Stop the Corona related service(s)
3. Run installer
4. Start the Corona related service(s)

The change of the path for the executable is unfortunate but easy to fix without uninstalling and re-installing any services: Open registry editor, goto

\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\

find your Corona Dr Service ("CoronaDrServer" in your case), in "Parameters" you can directly change the path for the executable, see screenshot.


Good Luck

Perfect thanks Frood. Fixed!
« Last Edit: 2019-03-21, 16:03:39 by jpjapers »

2019-03-21, 16:11:58
Reply #3

Frood

  • Active Users
  • **
  • Posts: 1922
    • View Profile
    • Rakete GmbH
What exactly do you want to fix by script/batch? The path for the service? Would be just a *.reg file you have to doubleclick on the node(s). You can also access the registry remotely (if you have remoteregistry service running).

Or do you mean the installation/starting/stopping services? You may have a look at this one for some basic ideas.


Good Luck



Never underestimate the power of a well placed level one spell.

2019-03-21, 16:13:35
Reply #4

Jpjapers

  • Active Users
  • **
  • Posts: 1654
    • View Profile
What exactly do you want to fix by script/batch? The path for the service? Would be just a *.reg file you have to doubleclick on the node(s). You can also access the registry remotely (if you have remoteregistry service running).

Or do you mean the installation/starting/stopping services? You may have a look at this one for some basic ideas.


Good Luck

I went through them manually with a few people and switched the paths.