We can’t reach this domino servers with admin client.
We want to find databases with older ods on these servers
When i type show directory in a domino console, I get a list of databases that show the version like V9, V12
Cause we replicate the log.nsf of all our remote servers, my idea was to create a program document with show directory for the remote servers.
The command runs on the server but it don’t write the result in log.nsf. only in console windows
What can we do to get a list with databases with older ODS from these remote servers?
For long-term use, I recommend setting up a common replica of catalog.nsf across all servers and scheduling daily replication.
This way, you will always have up-to-date details of all databases from your remote servers consolidated in a single catalog.nsf, which you can easily reference later for ODS version and other database information.
one more question, we activated replication of catalog and have several information about databases on remote server but can’t find anything about ODS-Version.
How to get this information in catalog?
I think CATALOG.NSF has ODS Version field and and shows this value in view. But value in this field are computed by catalog (cataloger) task only on Domino 14.5 and higher.
If you need this on lower versions of the domino you will probably have to write some agent which can summarize this info and write to log or send in message or something like that…
You could create a Lotusscript agent that runs on any server get the category of all databases in the view byServer.
Loop thru each database open the database and set a field in the document in catalog.nsf with the value from a NotesDatabase object and Fileformat.