CAUSE
This issue has several possible causes, some of which are related to specific attributes and attribute values in the source Notes database. This article describes two of those possible causes.
Cause 1
Migration Wizard extracts all scheduling and calendar information from the
$All view in Notes. Therefore, messages that are excluded from this view are not migrated.
Documents in Notes may contain an attribute called
ExcludeFromView. However, Migration Wizard can migrate a document in Notes that contains this attribute unless the content of the attribute contains the value
A (representative of the
$All view).
To find the value of the
ExcludeFromView attribute:
- Open the item in question.
- Right-click any white space in the document, and then click Document Properties.
- Click the Fields tab (represented by a triangle).
- In the list of attribute names on the left, click ExcludeFromView, and then note the value that appears on the right.
If an item contains the value
A in the
ExcludeFromView attribute, Migration Wizard cannot perceive the item, and the item is not migrated. If this is the issue, see Workaround 1 in the "Workaround" section of this article.
Cause 2
Every time you migrate recurring meetings, Migration Wizard tries to gather data from the original meeting request, which is also called the parent item. Under certain circumstances, the parent item may no longer be available, or it may exist in another database. This can also occur if the meeting has been rescheduled.
Recurring meetings typically refer to the parent item in the
$REF attribute on the child items (the recurring instances of the meeting). If Migration Wizard cannot locate the value that this attribute refers to, the meeting is not migrated.
To find the value of the
$REF attribute:
- Open the item in question.
- Right-click any white space in the document, and then click Document Properties.
- Click the Fields tab (represented by a triangle).
- In the list of attribute names on the left, click $REF (note that items beginning with $ are at the top of the list), and then note the value that appears on the right.
If an item contains a
$REF attribute, it may reference a parent item that is no longer available, and therefore Migration Wizard cannot migrate the item. If this is the issue, see Workaround 2 in the "Workaround" section of this article.
WORKAROUND
CAUTION: The methods listed here may have undesirable effects if you plan to use the Lotus Notes database again after migration.
Certain programs (such as programs that sync data to personal digital assistants (PDAs)) hide items from the
$All view to designate items that have already been acted on.
Certain other programs (such as conferencing programs) may rely on the data in the
$REF attribute to determine requirements for scheduled meetings, and this data may no longer be available after removing the attribute.
Workaround 1
You can create an agent to remove the
A value from the
ExcludeFromView attribute. The following procedure removes all values from the
ExcludeFromView attribute.
- Open the mailbox in question in the Lotus Notes client.
- Open the Calendar view.
- On the menu, click Create, and then click Agent.
- In the Name box, type a descriptive name for the agent such as Null out ExcludeFromView.
- In the When should this agent run? box, leave the default setting (Manually from the Actions Menu).
- In the Which document(s) should it act on? box, click All documents in view.
- Click Add Action.
- In the Action box, leave the default setting (Modify Field).
- In the Field box, click ExcludeFromView.
- In the Value box, leave the default value (blank).
- Leave the default setting Replace value.
- Click OK.
- Close the Agent dialog box, and then open the Calendar view.
- From the menu, run the agent to remove any values in the ExcludeFromView attribute.
Workaround 2
You can create an agent to remove the
$REF attribute.
- Open the mailbox in question in the Lotus Notes client.
- Open the Calendar view.
- On the menu, click Create, and then click Agent.
- In the Name box, type a descriptive name for the agent such as Remove $REF.
- In the When should this agent run? box, leave the default setting (Manually from the Actions Menu).
- In the Which document(s) should it act on? box, click All documents in view.
- Click Add Action.
- In the Action box, click @Function Formula.
- Leave the default setting Update existing documents when run.
- In the Formula box, type FIELD $REF := @DeleteField; @All.
- Click OK.
- Close the Agent dialog box, and then open the Calendar view.
- From the menu, run the agent to remove the $REF attribute on all documents.
After you complete either of the procedures in this section, Migration Wizard can migrate the items in question.