Jump to: navigation, search

Changes


UBIK Enterprise Service

452 bytes added, 09:02, 25 October 2018
{{Hint|If the database server is on the same machine (localhost) then write Value{{=}}"." for the server parameter.}}
 
Since Version 2.6.3 UBIK.EnterpriseService is now able 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:
{{{
<?xml version="1.0"?>
<configuration>
...
<appSettings>
<add key="CommandFileAction" value="0" /> <!-- Nothing = 0, Mark = 1, Delete = 2 -->
</appSettings>
</configuration>
}}}
 
=== Workflow Arguments ===
182
edits