...
...
...
...
Server changes
You need to install the package below prior to running ServiceUpdate.bat. Before starting the OrderEntry server install.
Microsoft Visual C++ 2010 Redistributable Package (x86)
Configuration changes
Client (C:\Program Files (x86)\Kodi\Kodiak OMS\ Kodi.Kodiak.Clients.Broker.exe.config)
<appSettings>
<add key="ManualSettlementEnabled" value="false"/>
Allocation service (libra or servicelayer, C:\KodiakServicesServer\Kodi.Kodiak.WindowsServices.ServicesServer.exe.config)
<appSettings>
<add key="ManualSettlementText" value=""/>
...
ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT NUMBER(1,0) null;
Server changes
You need to install the package below (prior to running ServiceUpdate.bat, i.e. before starting the OrderEntry server install) on the server before the install.
Microsoft Visual C++ 2010 Redistributable Package (x86)
...