How can I compile a list with the ‘database TITLE’ from the server console. Is there a command which we can issue to produce this list?
Subject: Can you get that info from the Database Catalog NSF?
Subject: but how… is there a view that lists all applications?
Subject: “Applications … by Title”
Subject: this view list all applications and mail files. I want a view which lists all apps only.
Subject: View Selection Criteria to discard mail files?
A thought: In our organization, all mail files are in a “Mail” folder. Maybe you could create a new view based on the By Title view, and add the following to the new view’s selection criteria:
& !@Contains(@LowerCase(DbStoragePath);“mail”)
I tried it and it worked for me. If that doesn’t work, maybe you could use something like the DbInheritTemplateName field to exclude mail files from the view.
Good luck.