Jump to: navigation, search

Difference between revisions of "Configure Enterprise Service for CUI"


(There are some possible configurations here there are 2 of them:)
Line 12: Line 12:
 
* [[HowTo:Configure Microsoft IIS for UBIK]]
 
* [[HowTo:Configure Microsoft IIS for UBIK]]
 
* [https://wiki.augmensys.com/index.php?title=Configure_UBIK_Archon_Service Configure UBIK Archon Service]
 
* [https://wiki.augmensys.com/index.php?title=Configure_UBIK_Archon_Service Configure UBIK Archon Service]
* [https://wiki.augmensys.com/index.php?title=Configure_EventNotification_Endpoint_and_Enterprise_Service_for_CUI Configure EventNotification Endpoint and Enterprise Service for CUI]
 
 
  
  
Line 21: Line 19:
 
1st the Enterprise Service for Notifications like defined   
 
1st the Enterprise Service for Notifications like defined   
  
2nd the Enterprise Service for Import
+
* [https://wiki.augmensys.com/index.php?title=Configure_EventNotification_Endpoint_and_Enterprise_Service_for_CUI Configure EventNotification Endpoint and Enterprise Service for CUI]
  
[https://wiki.augmensys.com/index.php?title=EventNotificationScanOrchestrator EventNotificationScanOrchestrator]
 
  
3rd the Enterprise Service for Export
+
2nd the Enterprise Service for Import
  
[https://wiki.augmensys.com/index.php?title=BatchWriteOrchestrator Batch- \ MultiBatch- WriteOrchestrator]
+
* [https://wiki.augmensys.com/index.php?title=Configure_Enterprise_Service_for_Import Enterprise Server for CUI Import]
 +
* [https://wiki.augmensys.com/index.php?title=EventNotificationScanOrchestrator EventNotificationScanOrchestrator]
  
  
No requirement for HTTPS or separate ports if both the UBIK Notification Endpoint and the Comos EventService are hosted locally
+
3rd the Enterprise Service for Export
  
UBIK Enterprise Service Configuration
+
* [https://wiki.augmensys.com/index.php?title=Configure_Enterprise_Service_for_Export Enterprise Server for CUI Export]
 +
* [https://wiki.augmensys.com/index.php?title=BatchWriteOrchestrator Batch- \ MultiBatch- WriteOrchestrator]
  
To run the Enterprise Service, two main configurations are needed:
 
  
UBIK.EnterpriseService.exe.config
 
  
WebInterfaceHost should be set to localhost
+
No requirement for HTTPS or separate ports if both the UBIK Notification Endpoint and the Comos EventService are hosted locally
 
+
Enable the web interface:
+
<add key="ExecuteWebInterface" value="1" />
+
 
+
Define path to content controller config:
+
<add key="ContentControllerConfigPath" value="C:\Temp\UBIK.Studio.ES-4.8_NOT\JSON\ContentController.json"/>
+
 
+
Additional settings:
+
 
+
Default language
+
 
+
Plugin execution path:
+
<add key="PluginExecutionConfigPath" ... />
+
 
+
Enable task execution from JSON:
+
<add key="ExecuteTaskByJsonFile" value="1" />
+
 
+
Ensure the WebInterfacePort is different from other services
+
 
+
Service Deployment
+
 
+
The Enterprise Service can be created via command prompt or through a batch (.bat) script for repeated use.
+
 
+
Example deployment:
+
 
+
Server: \\10.230.16.12
+
 
+
Services Created:
+
 
+
"UBIK_ES_NOTIF" (for Notifications)
+
 
+
"UBIK_ES_REST" (for REST interface)
+
 
+
Notes
+
 
+
Configuration files must be correctly paired with the service types.
+
 
+
File paths and port configurations must not conflict across services.
+
 
+
Proper authentication and execution parameters are crucial for correct operation.
+
  
 
[[Category:Pages with broken file links|Configure Enterprise Service for CUI]]
 
[[Category:Pages with broken file links|Configure Enterprise Service for CUI]]

Revision as of 12:43, 2 October 2025

UBIK Notification Processing System

The UBIK Notification Processing System is a WebEndoint and configurable Enterpriseservice that imports Notifications into the UBIK database, and hand them over to processing. It requires specific configuration files and settings to function efficiently.


The Notification EndPoint is a Webpage to set it up correctly first set up UBIK WEB Service


Example Configuration 3 Enterprise Services :

1st the Enterprise Service for Notifications like defined


2nd the Enterprise Service for Import


3rd the Enterprise Service for Export


No requirement for HTTPS or separate ports if both the UBIK Notification Endpoint and the Comos EventService are hosted locally