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
0
Comments
/Claus Lundstrøm
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 :-)
yes service is running
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
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 :-)
/Claus Lundstrøm
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 :-)
have the same problem.
I tried with the instructions as recommended by claus, but the problem persists.
Thank's
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
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
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