System information

Known Issues
Part Number 820-2952-10 Page 39
Workflow
You can no longer edit expired work items. Identity Manager now returns an error
indicating the work item is invalid. (ID-15439)
Configuring a large number of users with the same email address no longer causes an
OutOfMemory
error for a Notify action. (ID-16386)
Additional Defects Fixed
9940, 11690, 14489, 15073, 15906,16382, 16395, 16500, 16536, 16560, 16586, 16596, 16610, 16656, 16680,
16770, 16870, 16930, 17044, 17055
Known Issues
This section of the Identity Manager 7.1 Update 1 Release Notes lists known issues and
workarounds:
If you edit a user while you are also running Active Sync as a different administrator, an
Active Sync exception occurs. Because the user is locked by another administrator, Active
Sync cannot retry the process. (ID-11255)
Workaround: To enable Active Sync retry for a resource, update the resource XML to
include these two additional resource attributes, in the following format:
<ResourceAttribute name='syncRetryCountLimit' type='string' multi='false'
facets='activesync' value='180'/>
<ResourceAttribute name='syncRetryInterval' type='string' multi='false'
facets='activesync' value='10000'/>
Where:
syncRetryCountLimit is the number of times to retry the update.
syncRetryInterval is the number of milliseconds to wait between retries.
Subsequently, these values will appear as custom resource settings when you configure
Active Sync. Specifying a
displayName
is advisable; using a custom catalog key if
localization is necessary.