I have up running SQL service with navision database on it, but the server itself wont show up on Navision clients server list when I'm trying to open it.
But if I type the server name manually on the servername textfield and browse databases it founds the database and I'm able to connect it.
Anyone had this problem? :-k
When we first put up the service it showed up, but after some patches or server configures the server dissapeared from the list and I'm not sure what does that.
K.S.
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
It seems it happens also if I install another instance of the SQL server on same windows server.
I made the shortcuts too. :?
Atleast the server works as it should be, it just wont show up on the list.
http://mibuso.com/blogs/davidmachanick/
Don't have any clue about what's causing it. But the application and the database server works what ever you have to type the database server name or you have to choose it from the list.
JPE
Certified Dynamics NAV Professional
Solution:
enable Named Pipes for Server
1) start program "SQL Server Conficuration Manager" from Microsoft SQL Server 2005/Conficuration tools/
2) open SQL Server 2005 Network Conficuration
3) open Protocols for (your instance name)
4) select Named Pipes and enable it (right click, select enable)
5) stop database, start database (SQL Server 2005 Services) use refresh to make sure that server has right status, stop or running.
Won't harm if you enable TCP/IP as well. Check also that client protocols are enabled.
This worked for me.
Be aware that from version 5.0 of NAV, only locally installed server instances are listed in the server window, but this does not affect your ability to connect to a remote server.
This posting is provided "AS IS" with no warranties, and confers no rights.
I'm glad this problem has been resolved.