How to run SSDM without a connection to Exchange.
You will need an Outlook profile on the machine where the SSDM is going to be run from
You will need to add the following setting to the the notesdtapp.ini:
[Exchange]
ArchiveResolveAttendees=0
ServerMailResolveAttendees=0
... and also, in the [General] section:
[General]
PABDest=PST
ServerMailDest=PST
ArchiveDest=PST
PublicDelegates=0
Below is the information on these above settings:
[Exchange]
ArchiveResolveAttendees=<#>
Type: boolean. Optional. Default: 1
Tells the program whether to look up SMTP addresses in user archives in the Exchange GAL, to get Exchange addresses e.g., so free-busy lookups will succeed. This feature is enabled by default, but can be disabled by setting the parameter to 0. For example, to migrate data to PST files without connecting to the Exchange server, set:
ArchiveResolveAttendees=0
ServerMailResolveAttendees=0
... and also, in the [General] section:
[General]
PABDest=PST
ServerMailDest=PST
ArchiveDest=PST
PublicDelegates=0
[Exchange]
ServerMailResolveAttendees=<#>
Type: boolean. Optional. Default: 1
Tells the program whether to look up SMTP addresses in server mail in the Exchange GAL, to get Exchange addresses for example, so free-busy lookups will succeed. This feature is enabled by default, but can be disabled by setting the parameter to 0. For example, to migrate data to PST files without connecting to the Exchange server, set parameters as shown in the example above for ArchiveResolveAttendees=.
[General]
PABDest=<ValidKeyword>
Type: keyword. Optional. Default: server
The destination for migrated Personal Address Books data. Valid values are "PST" or "server." For example:
PABDest=PST
If PABDest=server, then the PABDestServerArchive= parameter (documented separately below) determines whether PABs will be migrated to the user's servermail mailbox or personal-archive mailbox.
[General]
ServerMailDest=<ValidKeyword>
Type: keyword. Optional. Default: server
Sets the destination for migrated server mail. Valid values are "PST" or "server." For example:
ServerMailDest=PST
If ServerMailDest=server, then the ServerMailDestServerArchive= parameter (documented separately below) determines whether server mail will be migrated to the user's server-mail mailbox or personal-archive mailbox.
[General]
ArchiveDest=<ValidKeyword>
Type: keyword. Optional. Default: PST
Specifies the destination for migrated archives. Valid values are "PST" or "server." For example:
ArchiveDest=server
If ArchiveDest=server, then the ArchiveDestServerArchive= parameter (documented separately below) determines whether an archive will be migrated to the user's server-mail mailbox or personal-archive mailbox.
[General]
PublicDelegates=<#>
Type: boolean. Optional. Default: 1 New in ver 4.1.1
Tells the Data Migration Wizard whether to migrate Notes' "send on behalf of" delegation rights. The Wizard migrates these rights by default (1), but this feature can be disabled by:
PublicDelegates=0
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center