how to configure two sql instance in same machine in nav 7

bsfartiyalbsfartiyal Member Posts: 110
edited 2012-12-28 in NAV Three Tier
I configure two SQL instance in NAV 2013 , if one instance is running another instance can't be start, if stop running instance than I am able to start another instance, it's mean only one instance can be run at time in nav 2013,

PL help how to start two instance at a time in nav 2013 .

Regards

B.S.Fartiyal

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Change the Port no. of ClientService and try..
  • MR_TMR_T Member Posts: 1
    I will take a close look at this blog
    http://blogs.msdn.com/b/nav/archive/201 ... erver.aspx and also activate port sharing services to avoid changing the ports.
    If we want to have few instances of service tier connected to the same or different db. Then we can: a.Use Microsoft Dynamics NAV Administration Tools (Administration console) as described at http://msdn.microsoft.com/en-us/library ... 1(v=nav.70).aspx . With it we can create new instance of the same service as it is described at http://msdn.microsoft.com/en-us/library ... 6(v=nav.70).aspx .
    b.Use Microsoft Dynamics NAV Windows PowerShell Cmdlets. This can be done by running Microsoft Dynamics NAV Shell and execute cmdlet “New-NAVServerInstance” as it is described at http://msdn.microsoft.com/en-us/library ... 4(v=nav.70).aspx . Required parameters can be find by execute “Get-Help New-NAVServerInstance –full” in shell. But for example if I want to create new instance named “TestNAV70” then I execute:
    New-NAVServerInstance -ServerInstance TestNAV70 -ClientServicesPort 7600 -ManagementServicesPort 7601 -ODataServicesPort 7602 -SOAPServicesPort 7603
    Four ports parameters are required to add here.
    There will be new folder TestNAV70 created in c:\Program Files\Microsoft Dynamics NAV\70\Service\Instances and it includes two configuration files.
    This instance will be visible in Microsoft Dynamics NAV Administration Tools, where you can change database name, start, stop service etc.
    Users now can connect to these instances and work with RTC.
    Advantages: easy/simple creation, usage and administration. For example, have customer db and want to see how report works on it in comparing to Cronus: create new instance, point it to customer db, run RTC using these ports and connect to required service.
    Disadvantages: Used another ports – RTC configs need to be modified. Firewall need to be configured. Used the same binaries.
  • bsfartiyalbsfartiyal Member Posts: 110
    Change the Port no. of ClientService and try..

    Change the port instance is running but not able to connect through RTC and web client

    any other configuration is required.

    web.confing also added with new port with instance.

    regards

    B.S.Fartiyal
  • bsfartiyalbsfartiyal Member Posts: 110
    change the port instance is running but not able to connect through RTC and web client

    how to connect new instance through RTC and web client.

    regards

    B.S.Fartiyal
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    with which server address your are trying to connect?
  • bsfartiyalbsfartiyal Member Posts: 110
    with which server address your are trying to connect?

    One is NAVDEMO another is NAV2013 instance when I connect NAV2013 its giving error as below

    Object of type CodeUnit with id 1 could not be found.

    regards

    B.S.Fartiyal
Sign In or Register to comment.