Change the performance and configuration settings for the BlackBerry Directory Sync Tool
The BlackBerry Directory Sync Tool retrieves information from Microsoft Active
Directory by reading standard property names for group names, email
addresses, and user display names. If your organization uses property names that are not
standard, you can edit the configuration file to specify the property names.
You can change the performance settings for the BlackBerry Directory Sync Tool if you want to change how the tool completes the synchronization process. It is a best practice to use the default performance settings for the tool. Changing the settings might have a performance impact on your organization's BlackBerry Device Service.
Example appSettings section
<appSettings> <add key="groupNameProperty" value="GroupExample"/> <add key="emailAddressProperty" value="EmailExample"/> <add key="displayNameProperty" value="DisplayNameExample"/> <add key="maxNumberOfChanges" value="1000"/> <add key="maxNumberOfUsersInBasGroup" value="1000"/> <add key="changeDelay" value="2"/> <add key="maxNestingLevel" value="5"/> <add key="maxNumberOfErrors" value="10"/> <add key="bbUserCacheThreshold" value="150"/> <add key="consoleLogLevel" value="5"/> <add key="fileLogLevel" value="5"/> </appSettings>
Was this information helpful? Send us your comments.