XADM: Loadsim.exe Cannot Create a Topology (810472)



The information in this article applies to:

  • Microsoft Exchange 2000 Server

SYMPTOMS

When you try to set up the Exchange Server Load Simulation tool (Loadsim.exe), and then try to create a topology, you may receive an error message that is similar to the following:
Nov 21 08:06:59: -----Begin Topology Creation-----
Nov 21 08:06:59: ERROR: LDAP add: (CN=Jpmigdfaaa WIN2K-ADV,OU=WIN2K-ADV,OU=Loadsim Users,DC=kazoocon,DC=com) error: Unwilling To Perform
Nov 21 08:06:59: -----End Topology Creation-----

CAUSE

This issue occurs if you use Loadsim.exe in a domain where password policies prevent null passwords. By default, all accounts that are created by Loadsim.exe have null passwords. Therefore, Loadsim.exe cannot create new accounts, and you receive the error message that is listed in the "Symptoms" section of this article.

RESOLUTION

To resolve this issue:
  1. Turn off the password policy:
    1. On the domain controller computer, click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers.
    2. Right-click the domain object where the Exchange server is located, and then click Properties.
    3. Click the Group Policy tab, click Default Domain Policy, and then click Edit.
    4. In the Group Policy dialog box, under Computer Configuration, expand Windows Settings, expand Security Settings, expand Account Policies, and then click Password Policies.
    5. In the right pane of the Group Policy dialog box, double-click Minimum password length, and then note the minimum password length that appears in the Password must be at least box. Change this value to zero (0), and then click OK.
    6. Restart the domain controller computer.
  2. Start Loadsim.exe on the client computer. On the Run menu, click Create Topology.
  3. Change the password that Loadsim.exe created for the users to a password that complies with the domain password policy:
    1. On the domain controller computer, click Start, click Run, type cmd in the Open box, and then press ENTER.
    2. At the command prompt, type net user > Users.txt, and then press ENTER.
    3. Type notepad Users.txt, and then press ENTER.
    4. In Notepad, edit the list of users so that only the users who are created by Loadsim.exe are left. Save the file as Users.txt, and then quit Notepad.
    5. At the command prompt, type the following three commands, and then press ENTER after each command:

      FOR /F "tokens=1,2,3 delims= " %i IN (Users.txt) DO net user %i LoadSimExe
      FOR /F "tokens=1,2,3 delims= " %i IN (Users.txt) DO net user %j LoadSimExe
      FOR /F "tokens=1,2,3 delims= " %i IN (Users.txt) DO net user %k LoadSimExe

      Note that by running these commands all users who are listed in the Users.txt file have their passwords changed to "LoadSimExe". If your password policy requires a different password, modify the commands accordingly.
  4. Turn on the domain password policy:
    1. On the domain controller computer, click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers.
    2. Right-click the domain object where the Exchange server is located, and then click Properties.
    3. Click the Group Policy tab, click Default Domain Policy, and then click Edit.
    4. In the Group Policy dialog box, under Computer Configuration, expand Windows Settings, expand Security Settings, expand Account Policies, and then click Password Policies.
    5. In the right pane of the Group Policy dialog box, double-click Minimum password length, and then type the minimum password length in the No password required box. Click OK.
    6. Restart the domain controller computer.
  5. Continue with Exchange Server Load Simulation.

REFERENCES

For additional information about Loadsim.exe, click the following article number to view the article in the Microsoft Knowledge Base:

285031 XADM: An Exchange 2000 Server Resource Kit Utility


Modification Type:MinorLast Reviewed:6/13/2003
Keywords:kbprb kberrmsg KB810472