Versions Compared

Key

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

Table of Contents

Removal Using the Uninstaller

The Uninstaller $SCHEDULER_HOME/Uninstaller/uninstall.jar is initialized by the setup program used to install the JobScheduler.

...

If a service has only been deactivated, then a renewed installation of a JobScheduler with the same [scheduler_id] will only be possible after the computer has been restarted.

Manual Removal on Microsoft® Windows®

To manually remove a JobScheduler, it is necessary to open a shell (Start->Run cmd) and then carry out the following steps.

  • Stop the JobScheduler

    Code Block
    languagetext
    $SCHEDULER_HOME\bin\jobscheduler.cmd stop

    An error message will be shown, if the JobScheduler has already been stopped. This message can be ignored.

  • Remove the JobScheduler Service

    Code Block
    languagetext
    $SCHEDULER_HOME\bin\jobscheduler.cmd remove
  • Remove the database or database tables
    The documentation for any database which may have been installed for the JobScheduler should be consulted for instructions as to its removal. 

     

  • Deregister the hostole.dll program library (only for 32Bit $js;)

    Code Block
    languagetext
    regsvr32 /u $SCHEDULER_HOME\bin\hostole.dll
  • Delete all files and directories

    Code Block
    languagetext
    rmdir /S /Q $SCHEDULER_HOME 
    rmdir /S /Q $SCHEDULER_DATA

Manual Removal on Unix®

To manually remove the JobScheduler, a shell should be opened and then the following steps carried out:

...