Hi,
We have a requirement where the database can be located on any of the system drives (not hust inside the data directory), we want to know the list of missing nlo’s for that particular database.
“tell daosmgr listnlo dbname.nsf”
This command works and it searches for database under data folder and list missing NLO’s.
Problem is if database is out side the data directory. Following command fails
tell daosmgr listnlo c:/dbname.nsf
however command
tell daosmgr listnlo …/…/dbname.nsf
SUCCEEDS (as this is the relative path from the data directory)
but if database is in different drive say z:
following commands fails
tell daosmgr listnlo …/…/z:/dbname.nsf
tell daosmgr listnlo …/…/z/dbname.nsf
Is there a way to achieve it, daosmgr should take the full path, is it a BUG?
However if