Configure job service as remote job service host¶
To allow MIKE OPERATIONS client installations to schedule and run jobs on a remote host, the job service of the remote host should be configured with a unique host name.
This is done in the DHI.Solutions.JobManager.Config
file found in the MIKE OPERATIONS installation folder of the remote server/host.
Change the ServiceHost
attribute from localhost
to the unique server name.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="GenerateJobLogFile" value="false" />
<add key="RuntimeConfig" value="" />
<add key="ServicePort" value="8089" />
<add key="ServiceHost" value="<server name>" />
<add key="ServiceUseSSL" value="false" />
<!-- ... -->
</appSettings>
</configuration>
After changing the DHI.Solutions.JobManager.Config
file, restart the job manager service from either the Windows Service app or from the Windows Task Manager.
Both applications can be found in the Windows Startmenu.
Also refer to the Job settings documentation.