RE: Adprep /Forestprerp Error on line 333
From: Rob Swofford (RobSwofford_at_discussions.microsoft.com)
Date: 09/23/04
- Next message: Darrell: "Re: Workgroup server to domain"
- Previous message: Nancy: "2-way NT4 trusts"
- Next in thread: Bob Qin [MSFT]: "RE: Adprep /Forestprerp Error on line 333"
- Reply: Bob Qin [MSFT]: "RE: Adprep /Forestprerp Error on line 333"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 10:19:04 -0700
Is this information in a knowledge base article that I can reference? I ran
into this but not from Cognos. My preferredLanguage appears to be rfc
compliant (mine is case insensitive string whereas AD2003 uses Unicode
string) but it was causing this same error when doing the adprep.
Basically, I'd like some MS approved and documented way of either renaming
an attribute so there is no conflict or a way to modify an attribute. I'd
like a link so I can reference the knowledge based article in my
documentation.
Thanks.
"Bob Qin [MSFT]" wrote:
> Hi Will,
>
> Thanks for your posting here.
>
> Please try the following steps.
>
> 1.Download schchk.vbs attached in my post.
>
> 2 Now dump out the schema with the following command:
>
> LDIFDE -d "cn=schema,cn=configuration,dc=<forest root domain>,dc=com" -f
> schema.ldf
>
> 3. Get the .ldf file referenced in the ADPREP error (usually sch18.ldf).
> You can get this from the 2003 CD-ROM.
> 4. Copy the schema.ldf you created and the sch18.ldf file into the same
> directory as schchk.vbs, then run the command below:
>
> cscript schchk.vbs schema.ldf sch18.ldf
>
> The output will look similar to this:
>
> schchk run at 12/5/2003 5:16:29 PM
> schema file schema.ldf
> schema addition file sch18.ldf
> Reading schema: done (8.269531).
> 1080 attributes and 183 classes.
>
> Processing file to check:
> DN cn=preferredlanguage,cn=schema,cn=configuration,dc=orgbc,dc=com is
> attempting to
> change oid from 1.2.840.114050.1.1.1.1.90 to 2.16.840.1.113730.3.1.39
> Oid will not be changed resulting in probable failure to add a new class.
> Class inetOrgPerson has a systemMayContain attribute that is not present
> 2.16.840.1.113730.3.1.39
> done (0.015625).
>
> 5. Add the following registry value on the schema master.
>
> HKLM\System\CurrentControlSet\Services\NTDS\Parameters
> Value Name: Schema Update Allowed
> Value Type: REG_DWORD
> Value Data: 1
>
> 6. Open LDP on the schema master.
> 7. Click the Connection menu, select Bind (no need to specify credentials
> if you are logged in as administrator).
> 8. Click the View menu, select Tree.
> 9. Type the following in the BaseDN: field:
>
> cn=schema,cn=configuration,dc=<forest root domain>,dc=com
>
> 10. In the left pane, right-click the object causing the error and select
> Modify (the object will be either CN=preferredLanguage
>
> 11. In the Modify dialog box, add the following:
>
> Attribute: adminDisplayName
> Values: COGNOSpreferredLanguage
> Operation: Replace
>
> 12. Click Enter, then Run.
> 13. Modify the LDAPDisplayName attribute in the same way, changing either
> preferredLanguage to COGNOSpreferredLanguage.
> 14. Next select the Browse menu, click Modify RDN. Depending on which
> object is
> causing the error, make the following change:
>
> Old Dn: CN=preferredLanguage,CN=Schema,CN=Configuration,DC=<forest root
> domain>,DC=com
> New Dn: CN=COGNOSpreferredLanguage,CN=Schema,CN=Configuration,DC=<forest
> root
> domain>,DC=com
>
> Rerun ADPREP /FORESTPREP. Remember to remove the ¡°Schema Update Allowed"
> registry value when finished.
>
> Wish the information helps.
>
> Regards,
> Bob Qin
> Product Support Services
> Microsoft Corporation
>
> Get Secure! - www.microsoft.com/security
>
> ====================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ====================================================
> This posting is provided "AS IS" with no warranties, and confers no rights
- Next message: Darrell: "Re: Workgroup server to domain"
- Previous message: Nancy: "2-way NT4 trusts"
- Next in thread: Bob Qin [MSFT]: "RE: Adprep /Forestprerp Error on line 333"
- Reply: Bob Qin [MSFT]: "RE: Adprep /Forestprerp Error on line 333"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|