Welcome to the Veson Nautical Knowledge Base. In the Help Center, you can view the same articles and contact support as needed.
IMOS On-Prem - Configuration Files
All IMOS Installations rely upon a few key configuration files:
imosshell.exe.config
imosauth.exe.config
imosmsg.exe.config
Note: The Messaging Service will stop by default if it fails to connect to SQL Server. To disable this behavior, add the following config key to to imosmsg.exe.config:
<add key="exitOnLoginDbError" value="false" />