importSelectionFileName properties file
The importSelectionFileName file is a properties file that contains a list of the resource instances, such as mailboxes, virtual roots, and event rules to be imported with the importUtility script. For mailbox permissions, virtual roots and event rules, the importSelectionFileName file can include mapping to specific applications.
File location
This file is located on your local drive to upload when you run the importUtility.Usage
Use the importSelectionFileName to specify a list of the resource instances to be imported with the importUtility script and the set of applications.Environments
- Linux® or UNIX
- Windows
Authorization
Only users with administrative permissions can edit the importSelectionFileName file.Syntax
option=value
Option descriptions
- mailboxes
- A comma separated list of absolute mailbox paths to be imported. Each mailbox must be included
in the file being imported. If a mailbox name contains one of the following
characters:
it must be preceded with a pipe character (|). For example a mailbox named, < > |
/a,b,c
is specified as/a|,b|,c
. A value of <ALL> imports all available mailboxes. If the file does not contain a mailboxes property, then no mailboxes are imported. - virtualroots.source_app_name
- A comma separated list of user ids indicating the virtual roots to be imported. If the user id
contains one of the following characters:
it must be preceded with a pipe character (|). For example a user id of, < > |
/a,b,c
is specified as/a|,b|,c
. If the user id contains a backslash, it must be replaced with two backslashes. Because user ids are relative to an application and an import file may contain virtual roots for multiple applications, the property name must include the source application name (the application name contained in the import file itself). For import formats that do not include application references, source_app_name must be set to the value passed in for the --defaultAppName option. A value of <ALL> causes all available virtual roots to be imported. If the file does not contain a virtualroots property, then no virtual roots are imported. - eventrules.source_app_name
- A comma separated list of event rule names to be imported. If the event rule name contains one
of the following characters:
it must be preceded with a pipe character (|). For example an event rule named, < > |
/a,b,c
is specified as/a|,b|,c
. If the event rule name contains a backslash, it must be replaced with two backslashes. Because event rule names are relative to an application and an import file may contain event rules for multiple applications, the property name must include the source application name (the application name contained in the import file itself). For import formats that do not include application references, source_app_name must be set to the value passed in for the --defaultAppName option. A value of <ALL> causes all available event rules to be imported. If the file does not contain an eventrules property, then no event rules are imported. - appMap.source_app_name
- A single target application name, depending on the actual application name.
Example importSelectionFileName.properties file
The following example importSelectionFileName.properties file selects mailboxes, event rules, and applications:mailboxes=/home/joe_employee,/home/joe_manager,/home/joe_supplier
eventrules.B2Bi=MANAGER,SUPPLIER,ALL_MBX
virtualroots.B2Bi=joe_employee,joe_manager,joe_supplier
Remember: The application is not specified for mailboxes, but must be specified for event
rules (eventrules.B2Bi) and virtual roots
(virtualroots.B2Bi).