Changes
/* Enterprise Service */
= Enterprise Service=
* Go to the UBIK.EnterpriseService folder,* Check if the CUI plugin is installed,** Copy and paste UBIK.Interface.CUI.dll to the “Injection” folder.* If Injection (create it if it does not exist, create it).** Open UBIK.EnterpriseService.exe.config:** Find the “appSettings” sessionsection, configure all necessary information, and add the "ContentControllerConfigPath" setting to the end :
<source lang = "xml">
<appSettings>
</appSettings>
</source>
'''Make sure ContentController.json existexists.'''* Open Create or adapt ContentController.json, change the content base on the requirementaccording to your database connection:
<source lang = "yaml">
{
"SQLServer": "your SQL Server",
"SQLInitialCatalog": "DB name"
}
</source>
==See also==
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->