Options

NAV 2013 instance is running but not connect by RTC

bsfartiyalbsfartiyal Member Posts: 110
edited 2013-05-14 in NAV Three Tier
I have configure new instance and its running also add port / sql instance and other script in web config file. and added to client computer , same is nav 2013 instance is running but when I connect through RTC show error, database is not available or script is not valid.

what's and where is error ?

Error is as below :

A server was not found at
"net.[url=tcp://nav2013:8046/nav2013live/service]tcp://nav2013:8046/nav2013live/service[/url]" either URL is incorrect of server is not currently not available"


regards

B.S.Fartiyal

Comments

  • Options
    clauslclausl Member Posts: 455
    Is your service running in the new "Microsoft Dynamics NAV Administration" tool in NAV 2013?

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    bsfartiyalbsfartiyal Member Posts: 110
    clausl wrote:
    Is your service running in the new "Microsoft Dynamics NAV Administration" tool in NAV 2013?

    /Claus Lundstrøm

    yes service is running
  • Options
    clauslclausl Member Posts: 455
    Open "SQL Server Management Studio".
    Select "Security / Logins"
    Double click "NT AUTHORITY\NETWORK SERVICE"
    Select "User Mapping"

    Now select the database you are trying to access and then make sure that
    Default Schema is set to: "$ndo$navlistener"
    And the following are checkmarked:
    "db datareader"
    "db datawriter"
    "db ddladmin"
    "public"

    Let me know if this solves your problem.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    bsfartiyalbsfartiyal Member Posts: 110
    clausl wrote:
    Open "SQL Server Management Studio".
    Select "Security / Logins"
    Double click "NT AUTHORITY\NETWORK SERVICE"
    Select "User Mapping"

    Now select the database you are trying to access and then make sure that
    Default Schema is set to: "$ndo$navlistener"
    And the following are checkmarked:
    "db datareader"
    "db datawriter"
    "db ddladmin"
    "public"

    I am login through Administrator Login
    as per guide line work is done but nothing happened SQL is not available
    regards


    Let me know if this solves your problem.

    /Claus Lundstrøm
  • Options
    clauslclausl Member Posts: 455
    Did this solve your problem?

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    fedeuislfedeuisl Member Posts: 5
    Hi,
    have the same problem.
    I tried with the instructions as recommended by claus, but the problem persists.

    Thank's
  • Options
    camecame Member Posts: 12
    Hi,

    Could you explain more about the issue and your environment?
    Maybe the error message?

    Are running all services and application on one machine?
    Which account do you use for the services?

    Have you checked if PortSharing service are running. Only if you use the same Port.
    Are you an user in NAV? ;)

    Came
  • Options
    fedeuislfedeuisl Member Posts: 5
    Hello Came, the message is the same for which you opened the thread.

    I have two servers, one is present on the NAV database and SQL Server 2013.
    The second I installed the server NAV2013 with the instance. The Server service is started under a domain user specific. The user was also open on SQL assigning permissions in the User Mapping recommended by Claus to the Database.
    The SQL where installed is started with the same user Domain in which the Server service is started NAV.
    I started the SQL Browser and followed the Microsoft help system for connection problems between SQL and Dynamics NAV 2013.
    I have also enabled all protocols for MSSQLSERVER (Shared Memory, Named Pipes, TCP / IP).
    From server to server, ping responds well.

    I hope I was clear enough.

    Thanks and regards
  • Options
    camecame Member Posts: 12
    Hi,

    Thanks for the infos.

    Do you have provisioning the Domain User Account?
    If you are running the Microsoft Dynamics NAV Server under a domain user account:
      -Enable the account to log in as a service -Enable the account to register an SPN on itself -Give the account necessary database privileges in SQL Server

    The last thing has solved by Claus posts.

    More about the other two things:
    http://msdn.microsoft.com/en-us/library/dd355184(v=nav.70).aspx

    Maybe it can help you.

    came
Sign In or Register to comment.