02-26-2013 09:38 AM
I am working on a script to automatically remove old/unused BB accounts but have run into a problem when I try to delete the users from BES.
The method I am attempting to use for user deletion is to execute the BESUserAdminClient.exe tool from the BES resource kit (BlackBerry Enterprise Server User Administration Tool v5.0 Service Pack 3).
The command I am using is:
BESUserAdminClient.exe -ad_auth -sso_auth -domain <Domain> -delete -u <UserSMTPAddress>
The error I get is:
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
I have narrowed the problem down to an issue with the -sso_auth parameter when executing the tool in a 64-bit OS. Apparently the SSO module (SSOLib.dll) only supports 32-bit OS.
Does anybody know if it is possible to get a 64-bit version of the SSO module ?