Error message when you try to import the Sms2003sp2_ad_schema.ldf file in Systems Management Server 2003 Service Pack 2: "Add error on line 21" (919094)



The information in this article applies to:

  • Microsoft Systems Management Server 2003 SP2

SYMPTOMS

You try to import the Sms2003sp2_ad_schema.ldf file in Microsoft Systems Management Server 2003 Service Pack 2 (SP2). To do this, you use the command syntax that is documented in the Sms2003sp2_ad_schema.ldf file comments. However, you receive the following error message:
Add error on line 21: Referral The server side error is "A referral was returned from the server."

CAUSE

This problem occurs because of a typographical error in the command syntax that is documented in the Sms2003sp2_ad_schema.ldf file comments. The command syntax "cn=mydomain" is incorrect. The correct command syntax is "dc=mydomain."

RESOLUTION

To resolve this problem, import the Sms2003sp2_ad_schema.ldf file by using the correct command syntax. For example, import this file by typing the following command:

ldifde -i -u -f sms2003sp2_ad_schema.ldf -s server name:port number -b usernamedomain namepassword -j . -c "cn=Configuration,dc=X" "cn=Configuration,dc=domain name,dc=com"

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MinorLast Reviewed:6/22/2006
Keywords:kbdocerr kberrmsg kbBug kbprb KB919094 kbAudITPRO