Try adding the setting PageSize="1000" to your query parameters. For example:
<ActiveDirectoryQuery><Directives WhereToBind="LDAP://CN=Users, DC=test, DC=com" Filter="(objectCategory=user)" SearchScope="onelevel" PropertiesToReturn="cn" PageSize="1000"/></ActiveDirectoryQuery>
By default Active Directory only allows for a single page of 1000 results. By explicitly setting this value multiple pages (and hence all results) are returned.
See the entire answer
To uninstall your evaluation version and replace it with your licensed version follow this procedure:
1. Stop any BizTalk applications and host instances that use ActiveADAPTER
2. Close any instances of the BizTalk Admin Console
3. Uninstall ActiveADAPTER through Control Panel
4. Check that the %ProgramFiles%\ActiveADAPTER folder has been completely removed
5. Install your licensed software
In most cases this shouldn't affect any receive location or send port settings you have created, but check your BizTalk applications after restarting them.
See the entire answer