x64, SQL Server 2005, NAV 4.0 SP2 update 3, installed esp xp_ndo_enumusergroups, pointed it to the x64 version of the dll. When creating a new database, I get an error saying can't find xp_ndo_enumusersids.
Now I thought that the sids one is for 3.7 and earlier, and that all we'd need is the usergroups one. Do I need to create both extended SP's? Do I point both of them to the same dll or do I point the sids one to the regular xp_ndo one?
0
Comments
I instaled the same thing with same configuration a week ago. I only created xp_ndo_enumusergroups.
Through the following process.
added the xp_ndo_x64.dll to the binn folder. ran the following code.
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups, 'C:\Program Files\Microsoft SQL Server\MSSQL\Binn\xp_ndo_x64.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusergroups]
TO PUBLIC
GO
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Here is the white paper on the new security feature.
So yes you have to create both since you can use simple or enhanced security. and you need both for SP3 and update 3 in sp2
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
enumusersgroups is used with complex security model (4.00+)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
[Attribute changed from <Solved> to <Good Posting>. Reason:the script to install the dll]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!