Hi all,
Please I need someone to help me out urgently.
I have installed SQL Server 2005 and Navision client (sql server option) on my system and I was able to connect to the database, restore data and do all sort.
When I tried connecting from another system, a got an error message cannot find server. I typed the serverpath and name but it still gave me the same thing. Could this be because the systems are in workgroup not domain? Or do I have to set anything on the other systems? (Like the host file when using the native database server). Please help me out
Secondly, I dont know how to bring the stored procedure into SQL, I have already unzipped the xp_ndo.dll file into the binn directory of SQL installation. Can anybody send me the codes on how to do this.
Please, I'll appreciate your urgent response.
Thanking you in anticipation
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
You need to make sure it is supporting tcp/ip.
The documentation on the xp_ndo.dll is very clear. You need to make sure you are installing it as an extended stored procedure which will be on the master database. Make sure the name you give it is spelled exactly the same as the manual - you install it once for user ids and once for groups.
Then set the permissions for the extended procedure - grant execute to public.
Also, make sure your trace flag is set -T4616 in SQL Server configuration manager.
http://mibuso.com/blogs/davidmachanick/
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!