Hi there, we run lots of Nav implementation all over the network but in any standalone or Always On organization we have these system stored procedures.
According my lectures we have different level domain users as login/users in each database. Apart of that we have for every user a schema with the same name. (I suppose for internal Nav control)
So far so good, and then, we have an application role and schema $ndo$shadow
When you start Nav client first read $ndo$dbproperty and $ndo$serverproperty tables for fetching some parameters; in our case this last table does not exist all and we have $ndo$dbconfig table as well but is empty in all the implementations.
Then will use $ndo$shadow application role and then for the concrete login call to this own Application Role that starts with this tag:
[$ndo$ar$..............
However I don't find in master database in both xp_ndo_enumusersids and xp_ndo_enumusergroups. What does it mean not having these stored procedures in our system? How does it affect us?
Thanks indeed for your responses and time,
*This post is locked for comments