Issue
When an audit in performed the result is "Subscript out of range"
Solution
In the settings document under the delegation tab/delegation settings there is a field "Names to exclude from delegation list"
The list is limited to 20 entries (documented as a known limitation):
The number of accounts that can be excluded from the Delegate audit is limited to 20 entries. (29154)
If you add more then 20 entries, the result is an error during the audit "Subscript out of range" when Notes Migrator runs the (Verify Mail DB) agent for the Audit Mail File & Personal Data button.
It was determined that the issue is to a hard code array size in the code:
In the "(Verify Mail DB)" agent under the initialize event there is a line of code.
Redim ACLexclude(20)
Edit the "(Verify Mail DB)" agent in the Domino Designer
Change the limit from 20 to higher number but not to exceed 50.
This will be resolved in a future release
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center