Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. What has the user configured in their mail database as the mail archive?
  2. Getting How do I get detailed information about local mail archive databases?
  3. What about mail archives the user copied to somewhere and they are not in the mail archive configuration?

...

What is required or can be controlled? A.

  1. The only requirement is a MarvelClient 'A1.1 Run Agent' action to deploy the agent to the client and execute it.

Create an 'A1.1 Run Agent' action, give it a title and click the button 'Select existing source Database' to select the MarvelClient Analyze database

...

Choose the Runtype of this action depending of other actions dealing with the results of this agent.

B. The agent will get the configuration out of the user's mail database. If the user has no configuration, the Domino PolicyArchiveCriterias regarding Mail Archive configurations are checked.

To skip the user's mail database configuration and only look at the Domino PolicyArchiveCriterias, you need to set the following notes.ini parameter (You can use a 'A5. *.ini & Variables' action setting the notes.ini parameter):
MC_ArchivePolicyForced=1

Otherwise you do not need the notes.ini parameter.

If no detailed information (written into notes.ini) is required, switch it off by setting
<user:archive_get_no_details> = "true"

using a 'A5. *.ini & Variables' action which needs to run before the agent.

...

Other actions can reference on this these results using e.g. <user:user_has_archive>

Info

HINT: Use an 'A5. *.ini & Variables' action to get the results into the notes.ini and with a Backup Action uploaded into the MarvelClient Analyze database. In Analyze, navigate to the 'notes.ini' views to discover the results.

Example: Result gets copied into the notes.ini variable 'MC_Archive_Config' - to get these values, make sure the Runtype of the action is after the Agent runs to get the values, or use the priority setting at the actions 'Admin' tab.

...