Jump to: navigation, search

Changes


UBIK Enterprise Service

394 bytes added, 07:16, 10 July 2020
Since Version 2.6.3 UBIK.EnterpriseService it is now possible to mark a command file as processed, delete a command file or do nothing once a command file is processed. This behaviour needs to be configured in the UBIK.EnterpriseService.exe.config configuration file. The following values are valid: Do Nothing = 0, Mark as processed with ".processed" = 1 and Delete = 2. The setting-key "ConsoleRunMode" defines whether UBIK.EnterpriseService will start the UBIK.Console either Normal = 0, Hidden = 1, Minimized = 2 or Maximized = 3.
Since Version 3.5.0 UBIK.EnterpriseService it is now able to write host a more extensive logWebInterface. If In order to have the WebInterface up and running you do not see more log information altough extensive logging is enabled then the logging is not implemented for will need to start the function of UBIK.EnterpriseService that you useand by default it will host the WebInterface at http://localhost:9000/. The We added three new parameter 1 enables settings in UBIK.EnterpriseService.exe.config to configure the log WebInterface:* ExecuteWebInterface: The default is “1” and any indicates that the WebInterface is turned on. Any other character value or nothing empty will disable itprevent the EnterpriseService to host the WebInterface.* WebInterfacePort: The default is “8000”.* WebInterfaceHost: The default is http://localhost.
<source lang="xml">
<add key="ConsoleRunMode" value="1" />
<add key="CommandFileAction" value="0" />
<add key="ExtensiveLoggingExecuteWebInterface" value="1" /> <add key="WebInterfacePort" value="1" /> <add key="WebInterfaceHost" value="1" />
</appSettings>
</configuration>
182
edits