If there are former applications on the same machine, it is necessary to change the "Port" via WmsPltafromSys → Parameters → General Parameters and restart the service since (Ocean8) services use the same ports. (Note port 4567!)

It is necessary to check whether it complies with the requirements document (WMSPlatform_System_Requirements.pdf). The following (green) must be installed.


Microsoft .NET Framework 4.8
For LCN (Notification Service), Microsoft .NET Core SDK 3.0


>dotnet --list-runtimes




>_dir %windir%\Microsoft.NET\Framework /AD





3. LCNServis application should be located in LCNServis folder under Tiger.

\LOGO\TIGER\LCNService

4. The services are installed with sc Create for 2008 server.

For example:

sc.exe create LogoLCNService binpath= "C:\Program Files (x86)\LOGO\TIGER 3 ENTERPRISE\LCNService\lcn-service.api.exe" type= share start= auto
sc.exe create WMSPlatformScheduleService binpath= ""C:\WMSPlatfrom\WMSPlatform.Schedule.Service.exe" type= share start= auto
sc.exe create WMSPlatformTerminalService binpath= "C:\WMSPlatfrom\WMSPlatform.Terminal.Service.exe" type= share start= auto

5. If WMSPlatformScheduleService and WMS Platform Terminal Service services do not create any log records in the SysLog table, they must be authorized with the local admin user.




6. LCNService, WMSPlatformScheduleService, and WMS Platform Terminal Service must be running.



7. After the ERP is defined, the Test should be successful.


8. It is necessary to check whether the relevant record types and filters are correct by defining the company.



9. It is necessary to check whether the relevant record types, ERP company and period information are appropriate in LCNRecpordType.



10. It is necessary to check LCN Service settings.




11. If "Login failed user" error occurred when performing "Test" for LCNService



For Tiger database, It is necessary to give db_admin authority to the relevant domain user for Tiger database via SQL  server.
*+http://itproguru.com/expert/2014/09/how-to-fix-login-failed-for-user-microsoft-sql-server-error-18456-step-by-step-add-sql-administrator-to-sql-management-studio/+*


12. It is necessary to checkLCNService clients and application (WMS platform) related record types. 




13. These records must be in the LCNMigrationHistory table.



14. It is necessary to check whether the service IP and port of the application (WMSPlatform) in LCNClient are correct.





15. It is necessary to check the status of WMSPlatformScheduleService.
*+http://ip:port/api/Health/Check+*
*+http://192.168.1.23:5000/api/Health/Check+*



16. It is necessary to check the status of LCNService.

*+http://ip:port/dashboard+*
(http://192.168.1.23:5000/dashboard)