Hi everybody,
I'm try to setup NAS for SQL 2005 server.
I´ve installed both procedures xp_ndo_enumusersids and xp_ndo_enumusergroups executing this query,
USE master
EXEC sp_addextendedproc xp_ndo_enumusersids, 'C:\Archivos de programa (x86)\Microsoft SQL Server\MSSQL.4\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusersids]
TO PUBLIC
GO
no problem at all.
but whem i´m trying to run the 'Microsoft Dynamics NAV Application Server SERVSQL-SQL' service I get this alert in the application event viewer:
"...the extended stored procedure xp_ndo_enumusergroups in the library file xp_ndo.dll, is not available on the SERVSQL server...."
what con i do??
thanks a lot for ur help
regards,
PS: Nav 5.01
SQL server 2005
windows 2003 server R2
santabat,,
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
and...
you are welcome... 8)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Are you running 32 bit SQL on a 64bit OS?
RIS Plus, LLC
If we create database and transactionlog on same partition or drive letter then it work fine but there is one problem if we have 2 drive letters assigned by Virtual SQL on cluster and you try to save Transaction log on different partition it gives attached error does any one have idea to resolve this error?
Regards,
RIS Plus, LLC
The error which is sent in the picture in my last post is not related to xp_ndo_x64.dll. I already copied this file to both the nodes of cluster but error is still the same. I think this error is related with clustering or SQL itself. I dont know and still looking for solution.
Regards
RIS Plus, LLC