Page tree

Versions Compared

Key

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

...

Uncheck the checkbox "Run OpenTM2" before you click on finish since the GUI does not provide the service functionality!

Note
If you are getting errors about a missing "MSVCR100.dll" see below

 

OpenTM2 Memory service is installed now successfully as executable, but it is not installed as a windows service or started yet. To register and start the OpenTM2 service:

...

  1. stop the service (and / or close the GUI if used) of the currently running OpenTM2 Version.

    To stop the service run "cmd" as adminstrator (see above) and type the following command:

    sc stop OpenTM2MemoryService

     

  2. just install the new version over the old one, as described above for the initial installation
  3. start the service again:

    sc start OpenTM2MemoryService

     

...

Error message missing MSVCR100.dll while installation or on application start

If you get an error message about a missing MSVCR100.dll some run-time libraries are missing.

To solve this problem do the following steps:

  1. Deinstall OpenTM2
  2. install Microsoft Visual C++ 2010 Redistributable Package (x64)
  3. Restart your Windows Server
  4. install OpenTM2 again

 

 

 

...