Monday, October 23, 2017

Dynamics NAV LS Retail - LS OMNI - How to change the company LS Omni is pointing to


  • Re-Run the C:\NAV\LS Omni\LSOmni2.3.2\LSOmniServer\LSOmni.server.setup.2.3.2
    • This will create the required objects in the new db
  • If the objects are already created, you can just adjust the appsettings.xml file and change the path info
    • Navigate to C:\LS Retail\LSOmni\LSOmniService\appsettings.xml (.config) and open in notepad (keep an original copy)
    • Change the value string to your new company string
      •   <add key="BOConnection.Nav.Url" value="http://nav2017devsrv:7047/DynamicsNAV100/WS/CRONUS%20LS%20100100%20W1%20Demo/Codeunit/RetailWebServices"/>

    • Change the NAVCompanyName string to your new company name string
      •   <add key="SqlConnectionString.Nav" value="Data Source=NAV2017DEVSRV\NAVDEMO;Initial Catalog=w1-ls-nav-10-01-00-release;User ID=LSOmniUser;Password=LSOmniUser;NAVCompanyName=CRONUS LS 100100 W1 Demo;Persist Security Info=True;MultipleActiveResultSets=True;Connection Timeout=10;"/>  

  • Restart the machine, or all services (SQL, IIS, Windows, NAV)
  • Confirm web services available for LS Cronus company here
    • http://nav2017devsrv:7047/DynamicsNAV100/WS/CRONUS%20LS%20100100%20W1%20Demo/Codeunit/RetailWebServices

  • Confirm *.svc handlers exist in iis - Handlers

  • Confirm Ping
    • http://nav2017devsrv/LSOmniService/json.svc/ping


  • Synchronize data from the new company into LS OMNI
    • http://help.lsnav.lsretail.com/Content/LS%20Omni/Step%20By%20Step%20Setup/Step3%20Configuration%20in%20NAV/Data%20Replication.htm
    • Create all of the sync jobs by running page "WI Default Data"
      • Create jobs and subjobs for mobile loyalty
    • Start data Director Service
    • Create NAV and SQL user account used for distribution communications
    • Configure Distribution Locations
      • HO - Main db
      • M_MOB - OMNI db
    • Run M_2mobile job
    • Configure NAS to schedule M_MOB_Actions job

No comments:

Post a Comment