This value corresponds to a GUI element in the Notes Migration Manager: the Host name text box for User Forest credentials (not Active Directory credentials) in the Active Directory Configuration screen. The program writes this value to the Task Parameters based on an admin's GUI entry; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
A numeric representation of the method by which the wizard opens Active Directory. (If this system is configured for a User Forest and a Resource Forest, this parameter applies to the User Forest, and another OpenFlags parameter in the [ActiveDirectory] section applies to the Resource Forest.) For more information and a list of valid options, see this Microsoft article.
The default 65 represents the combination of ADS_SECURE_AUTHENTICATION and ADS_USE_SIGNING.
This value corresponds to a GUI element in the Notes Migration Manager: the Password text box for User Forest credentials (not Active Directory credentials) in the Active Directory Configuration screen. The program writes this value to the Task Parameters based on an admin's GUI entry. The parameter value here is obfuscated, as a security precaution, and Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
Tells the program which AD user objects to consider when matching corresponding user accounts in a resource forest and user forest (as described above for the AdAttribute parameter in this same [ActiveDirectory2] section). The <test> parameter value is a logical test that defines the set of objects for the program to consider. For example:
... tells the program to consider only an object whose objectClass parameter value is "user." Conversely, the set to be considered may be defined by exclusion, as in:
... to tell the wizard to disregard any object whose objectClass parameter value is "contact," but to consider all others.
This value corresponds to a GUI element in the Notes Migration Manager: the User name text box for User Forest credentials (not Active Directory credentials) in the Active Directory Configuration screen. The program writes this value to the Task Parameters from an admin's GUI entry; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
This value corresponds to a GUI element in Notes Migration Manager: the Use resource/user Forest check box in the Active Directory Configuration screen. The administrator’s entry value is written to the Task Parameters; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
Each ADML<#> parameter names an AD attribute that the Provisioning Wizard will include in its drop-down list box of options, from which one attribute must be chosen to facilitate the matching of Contacts with AD objects.
The Provisioning Wizard associates Contacts with AD objects by comparing the unique values of a particular AD object attribute to the unique values of a corresponding column in the SQL Server database. Where these values match, the associated Contact and AD Object are assumed to represent the same entity, and the two are therefore merged. During the wizard's run, the Choose Your Method... screen requires that you specify the AD attribute and the database column to use for these comparisons. The designations on that screen are accomplished by drop-down list boxes that list available options for the database column and AD attribute, respectively. The ADML<#> parameters define the contents of the drop-down list box for AD attributes.
The digit(s) appended to an ADML<#> key name differentiate one parameter from another. The multiple ADML<#> parameters need not appear in numerical order, and need not form an uninterrupted numeric sequence. But the wizard will read only ADML<#> parameters whose differentiating digits are less than a value specified by a Count parameter in the first line of the same section. See the Count parameter below for more information.
A limit to the number of ADML<#> parameters (see above) that the Provisioning Wizard will process in this section. The wizard will read only ADML<#> parameters whose differentiating digits are less than the Count parameter value. For example, if:
[ActiveDirectoryMatchList] |
|
... the wizard will read all the parameters except ADML5 and ADML6, since Count=5, and neither 5 nor 6 is less than 5.
If unspecified, the Count parameter defaults to 26. If specified, the parameter must occur as the first line of the section, as shown above.
A limit to the number of Filter<#> parameters (see below) that the Data Migration Wizard will process in this section. The wizard will read only Filter<#> parameters whose differentiating digits are less than the Count parameter value. For example, if:
[ArchiveCalFolderFilter] |
... the wizard will read all the parameters except Filter19, since Count=15 and 19 > 15.
If unspecified, the Count parameter defaults to 10. If specified, the parameter must occur as the first line of the section, as shown above.
~INBOX: Inbox |
You may define one or more Filter<#> parameters within the section. The digit(s) appended to a Filter<#> key name differentiate one parameter from another. Multiple Filter<#> parameters need not appear in numerical order, and need not form an uninterrupted numeric sequence. For example, a section may contain only:
But the wizard will read only Filter<#> parameters whose differentiating digits are less than a value specified by a Count parameter in the first line of the section. See the Count parameter above for more information.
This value corresponds to a GUI element in the Data Migration Wizard, the Migrate calendar data check box in the Migrate archives section of the Specify Data for Migration screen. The wizard writes this value to the Task Parameters from an admin's GUI entry; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
Determines whether the wizard should attempt to migrate the encrypted portions of encrypted messages in the source user archives. Typical usage is described below. This feature can also be applied to encrypted messages in the source server, by this same parameter name in the [ServerData] section of these parameters. The feature is also available for the SSDM (same parameters in the same sections, but in notesdtapp.ini), but in SSDM the default is 1.
If access credentials for encrypted messages are more restrictive, the default:
If MigrateEncryptedMessages=1, the wizard will attempt to migrate the encrypted portions, and will succeed or fail depending on whether the admin account running the wizard has the necessary credentials. If it fails, the wizard will migrate the message, skip the unencrypted portions and insert the substituted notice—the same outcome as for MigrateEncryptedMessages=0.
A related Migrator for Notes to Exchange parameter lets you tell the wizard to skip an entire message (both encrypted and unencrypted portions) if the wizard is already configured to skip the encrypted portion (only) by MigrateEncryptedMessages=0. See SkipEntireEncryptedMessage in this same [ArchiveData] section for more information.
This value corresponds to a GUI element in the Data Migration Wizard, the Migrate task data check box in the Migrate archives section of the Specify Data for Migration screen. The wizard writes this value to the Task Parameters from an admin's GUI entry; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
This value corresponds to a GUI element in the Data Migration Wizard, the Migrate trash folder check box in the Migrate archives section of the Specify Data for Migration screen. The wizard writes this value to the Task Parameters from an admin's GUI entry; Quest recommends you do not manually enter or change this value except at the direction of Quest Support.
Determines whether and how the Data Migration Wizard will migrate archive items that occur within Notes views. For example, MigrateViews=1 tells the wizard to migrate items only from the first view in which they are found. Valid parameter values are:
Note that the wizard will initialize this parameter to 1 if it is omitted from the task INI file, even though technically the program default is 1. You must explicitly include the parameter in Global Defaults or Task Parameters if you want the wizard to run with MigrateViews=0 or MigrateViews=2.
Determines whether the Data Migration Wizard will skip entire encrypted messages (skip both encrypted and unencrypted portions) in the source user archives if the wizard is already configured to skip the encrypted portions by MigrateEncryptedMessages=0 (also in this [ArchiveData] section).
… tells the wizard to skip any encrypted messages in their entirety if MigrateEncryptedMessages=0. This SkipEntireEncryptedMessage parameter is irrelevant and ignored if MigrateEncryptedMessages=1.
For more information about how encrypted messages are migrated, and how this SkipEntireEncryptedMessage parameter helps control how the wizard processes encrypted messages, see the parameter notes for the MigrateEncryptedMessages parameter earlier in this [ArchiveData] section.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center