Changes
/* Enterprise Service */
* If Injection does not exist, create it.
** Open UBIK.EnterpriseService.exe.config:
* Find “appSettings” session, configure all necessary information, and add following set"ContentControllerConfigPath" to the end :<code><appSettings> <!-- System.Diagnostics.ProcessWindowStyle: Normal = 0, Hidden = 1, Minimized = 2, Maximized = 3 --> <add key="ConsoleRunMode" value="1" /> <!-- Nothing = 0, Mark = 1, Delete = 2 --> <add key="CommandFileAction" value="0" /> <add key="ClearWatchFolders" value="0" /> <!-- Path to json file. Pointing to EnterpriseServicePluginExecutionConfigHolder --> <add key="PluginExecutionConfigPath" value="" /> <add key="ClientSettingsProvider.ServiceUri" value="" /> <!--TEST IF ONLINE USING BROWSER // GET http://localhost:9000/api/basicenterpriseservice/getuptimeinfo--> <add key="ExecuteWebInterface" value="1" /> <add key="ExecuteTaskByJsonFile" value="0" /> <add key="WebInterfacePort" value="9000" /> <add key="WebInterfaceHost" value="http://localhost" /> '''<add key="ContentControllerConfigPath" value="YouContentControllerPathC:\UBIK\CUI.ES.Config\ContentController.json" />''' </appSettings></code>
'''Make sure ContentController.json exist.'''
* Open ContentController.json, change the content base on the requirement: