Dear all,

I am planning migrate the my window 2000 domain with exchange 2000 to
windows 2003.
so bring new windows 2003 DC i need to avoid the object mangling issue.
So when i am tring run the command i am getting the below eoor.

C:\WINNT\iop>Ldifde /i /f inetOrgPersonFix.ldf /v /c "DC=X" "DC=test,DC=com"
Connecting to "dc2000.test.com"
Logging in as current user using SSPI
Importing directory from file "inetOrgPersonFix.ldf"
Loading entries
1: CN=secretary,CN=Schema,CN=Configuration,DC=test,DC=com

Add error on line 3: No Such Object
The server side error is "Directory object not found."
0 entries modified successfully.
An error has occurred in the program

Can any one help regarding this.

Regards,
Johnson

Re: Migration by Rich

Rich
Sat Mar 15 16:09:08 CDT 2008

"Johnson k John" <Johnson@renaissance-it.com> wrote:

>I am planning migrate the my window 2000 domain with exchange 2000 to
>windows 2003.
>so bring new windows 2003 DC i need to avoid the object mangling issue.
>So when i am tring run the command i am getting the below eoor.
>
>C:\WINNT\iop>Ldifde /i /f inetOrgPersonFix.ldf /v /c "DC=X" "DC=test,DC=com"
>Connecting to "dc2000.test.com"
>Logging in as current user using SSPI
>Importing directory from file "inetOrgPersonFix.ldf"
>Loading entries
>1: CN=secretary,CN=Schema,CN=Configuration,DC=test,DC=com
>
>Add error on line 3: No Such Object
>The server side error is "Directory object not found."
>0 entries modified successfully.
>An error has occurred in the program
>
>Can any one help regarding this.

If the object is missing from the schema just run the Windows 2003
"adprep /forestprep". There's no need to fix something that isn't
there. :-)

Do the houseIdentifier and labeledURI attributes exist in your schema?
If "Secretary" is missing I'd expect that those are mssing, too. If
they're missing there's no conflict.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:h.pott@getronics.com
Or to these, either: mailto:h.pott@pinkroccade.com mailto:melvin.mcphucknuckle@getronics.com mailto:melvin.mcphucknuckle@pinkroccade.com

Re: Migration by Johnson

Johnson
Sun Mar 16 01:52:48 CDT 2008

Hi Matheisen,

I have checked the object in the schema, still i can able to see all three
object CN=ms-Exch-Assistant-Name, the CN=ms-Exch-LabeledURI, and the
CN=ms-Exch-House-Identifier .

Can i ask one thing, if i am running exchange 2003 setup /forestprep whether
it will workout ?
Or can you tell, do we have any alternate solution ?

Regards,
Johnson



"Rich Matheisen [MVP]" <richnews@rmcons.com.NOSPAM.COM> wrote in message
news:h7eot3hkhtvcfbr44gocthe3q43t03op4s@4ax.com...
> "Johnson k John" <Johnson@renaissance-it.com> wrote:
>
> >I am planning migrate the my window 2000 domain with exchange 2000 to
> >windows 2003.
> >so bring new windows 2003 DC i need to avoid the object mangling issue.
> >So when i am tring run the command i am getting the below eoor.
> >
> >C:\WINNT\iop>Ldifde /i /f inetOrgPersonFix.ldf /v /c "DC=X"
"DC=test,DC=com"
> >Connecting to "dc2000.test.com"
> >Logging in as current user using SSPI
> >Importing directory from file "inetOrgPersonFix.ldf"
> >Loading entries
> >1: CN=secretary,CN=Schema,CN=Configuration,DC=test,DC=com
> >
> >Add error on line 3: No Such Object
> >The server side error is "Directory object not found."
> >0 entries modified successfully.
> >An error has occurred in the program
> >
> >Can any one help regarding this.
>
> If the object is missing from the schema just run the Windows 2003
> "adprep /forestprep". There's no need to fix something that isn't
> there. :-)
>
> Do the houseIdentifier and labeledURI attributes exist in your schema?
> If "Secretary" is missing I'd expect that those are mssing, too. If
> they're missing there's no conflict.
>
> --
> Rich Matheisen
> MCSE+I, Exchange MVP
> MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
> Don't send mail to this address mailto:h.pott@getronics.com
> Or to these, either: mailto:h.pott@pinkroccade.com
mailto:melvin.mcphucknuckle@getronics.com
mailto:melvin.mcphucknuckle@pinkroccade.com



Re: Migration by Rich

Rich
Sun Mar 16 09:16:56 CDT 2008

"Johnson k John" <Johnson@renaissance-it.com> wrote:

>I have checked the object in the schema, still i can able to see all three
>object CN=ms-Exch-Assistant-Name, the CN=ms-Exch-LabeledURI, and the
>CN=ms-Exch-House-Identifier .

None of the common names you just mentioned are the ones you were
asking about.

Here are the names and OID numbers for the three you just mentioned:
ms-Exch-Assistant-Name 1.2.840.113556.1.2.444
ms-Exch-LabeledURI 1.2.840.113556.1.2.593
ms-Exch-House-Identifier 1.2.840.113556.1.2.596

And here are the names and OID numbers of the ones you were concerned
about:
Secretary 0.9.2342.19200300.100.1.21
labeledURI 1.3.6.1.4.1.250.1.57
houseIdentifier 2.5.4.51

>Can i ask one thing, if i am running exchange 2003 setup /forestprep whether
>it will workout ?

Since none of the three attributes seem to exist in your AD, running
the Exchange 2003 /forestprep should populate the AD with the correct
attributes.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:h.pott@getronics.com
Or to these, either: mailto:h.pott@pinkroccade.com mailto:melvin.mcphucknuckle@getronics.com mailto:melvin.mcphucknuckle@pinkroccade.com