Skip to content

Settings

Workspace Settings

The event manager uses a number of workspace settings defined in the system manager.

The following core settings are avialble.

  • WriteEventsToDatabase

Refer to the system manager workspace settings for information about workspace settings.

DHI.Solutions.EventManager.config

DHI.Solutions.EventManager.config contains settings used by the event manager of MIKE OPERATIONS.

<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="IncludePlugins" value="EventManager;SystemManager;Generic" />
    <add key="XThreadSafe" value="false" />
    <add key="ProcessorAffinitity" value="0"/>
    <add key="Token" value="Default"/>
    <add key="DynamicPortRange" value="10000-11000"/>
    <add key="ServicePort" value="8732"/>
    <!--If connect network service, should configure RemoteServiceAddress-->
    <add key="RemoteServiceAddress" value="localhost:8732"/>
    <add key="TimeOut" value="00:00:10"/>
    <add key="EnableCrossWorkspaceEvents" value="false"/>
  </appSettings>
</configuration>

DynamicPortRange

Defines the port range used for assigning ports to the event manager service.

EnableCrossWorkspaceEvents

If no, only the current workspace is allowed for the event manager service. If yes, the event manager service will support all workspaces of the database.

IncludePlugins

ProcessorAffinitity

Sets the processor affinity of the event manager service process.

Please refer to Thread.ProcessAffinity.

RemoteServiceAddress

Sets the remote service name and port.

ServicePort

Sets the service port (overrides the port specified in RemoteServiceAddress).

TimeOut

The timeout for finding the event manager service. Default=10 seconds.

Token

Custom application connection token to use for loging in to the event manager service.

XThreadSafe

Not used, as the common XThreadSafe configuration in DHI.Solutions.Core.config is used.