Changes

/* Enterprise Service */
** "SQLInitialCatalog": "TEMPLATE.LOCAL"
'''Pay attention on JSON escape with ' \" ', ' \\ ''''
 
 
To Create a Service on your Server use the Command SC, to thest if the Server is configured Correctly open a cmd propmt as Admin and Type "SC" and you should get the help how to use as answer.
 
Depending if youre direktly on the Server or not you may have to use the Servername or not:
 
To Create: >> sc #servername# create "UBIK_ES_NOTIF" binPath= "#your installation folder#\UBIK.EnterpriseService.exe" start= auto DisplayName= "UBIK_ES_NOTIF"
To Name: >> sc #servername# description "UBIK_ES_NOTIF" "UBIK_ES_NOTIF"
To Start: >> sc #servername# start "UBIK_ES_NOTIF"
 
if you want to rebuild after update you may use es first
 
To Delete: >> sc #servername# delete "UBIK_ES_NOTIF"
112
edits