The AD Pop utility crashes when trying to create Microsoft Exchange Server 2003 mailboxes. (NETIQKB37395)

  • 7737395
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

symptom
The AD Pop utility crashes when trying to create Microsoft Exchange Server 2003 mailboxes.

symptom
The AD Pop utility does not create Microsoft Exchange Server 2003 mailboxes.

cause
This issue is related to a change in the syntax of the Secretary (Assistant) attribute in Microsoft Exchange Server 2003. In Microsoft Exchange 2000 Server, the Secretary (Assistant) attribute was type 'Unicode String'.  However, in Microsoft Exchange Server 2003, the attribute type is 'Display Name' (DN).  This change in attribute type causes the Microsoft Exchange Server 2003 mailbox creation to fail.

fix

The ability to create Microsoft Exchange Server 2003 mailboxes using the AD Pop utility is being considered for a future release of Directory and Resource Administrator (DRA). 

An interim workaround for this issue is to use the DRA command line interface (CLI) to create the mailboxes in 'bulk':

  1. Open the file ADSIPath.log in Microsoft Notepad.  (The default location of this file is C:\Program Files\NetIQ DRA-ExA Evaluation Guide.)
  2. Select Edit | Replace to search for the string "LDAP://" and replace with "" (empty).
  3. Save the file as ADSIpath2.txt to the C:\ drive.
  4. Run the following CLI command:
    C:\Program Files\NetIQ\DRA>For /f "tokens=1 Delims=" %1 in (c:\ADSIpath2.txt) DO EA /nologo user * display "OU:%1" samaccountname >>c:\test.txt
  5. Open Microsoft Excel and select File | Open to open the file test.txt.
  6. Select Delimited and Next.
  7. Select Other and enter a : (colon).
  8. For Text Qualifier, select " (double quotes) and Finish.
  9. Select Column A and delete it.
  10. Select File | Save As to save as a text file named test1.txt.
  11. Run the following CLI command:
    C:\Program Files\NetIQ\DRA>for /f "tokens=1 Delims=" %1 in (c:\test1.txt) DO EA user %1 mbclone clone:Template_account_with_mailbox


Additional Information

Formerly known as NETIQKB37395