Problems extending Schema
Logged onto the Schema master with an account that is part of the Schema Admins
Moved to the Schema folder under the installation source and double clicked on ModifySchema.vbs and got an error
that it was unable to modify the schema, please refer to Log at c:\windows\system32\ldif.log. Went to that location and there's not file
created. Tried it again on another DC (not schema master) and got the following error:
Connecting to "DC.Domain.local"
Logging in as current user using SSPI
Importing directory from file "C:\downloads\Schema\clm.ldif"
Loading entries
1: CN=ms-Clm-Data,CN=Schema,CN=Configuration,DC=Domain,DC=local
Entry DN: CN=ms-Clm-Data,CN=Schema,CN=Configuration,DC=Domain,DC=local
changetype: add
Attribute 0) adminDescription:Allows storing XML policy definition for the FIM CM Profile Template.
Attribute 1) adminDisplayName:ms-Clm-Data
Attribute 2) attributeID:1.2.840.113556.1.6.41.1.2.1
Attribute 3) attributeSyntax:2.5.5.12
Attribute 4) cn:ms-Clm-Data
Attribute 5) instanceType:4
Attribute 6) isSingleValued:TRUE
Attribute 7) isMemberOfPartialAttributeSet:FALSE
Attribute 8) rangeUpper:1024000
Attribute 9) lDAPDisplayName:msClm-Data
Attribute 10) distinguishedName:CN=ms-Clm-Data,CN=Schema,CN=Configuration,DC=YRP,DC=local
Attribute 11) objectCategory:CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=YRP,DC=local
Attribute 12) objectClass:top attributeSchema
Attribute 13) oMSyntax:64
Attribute 14) name:ms-Clm-Data
Attribute 15) schemaIDGUID: UNPRINTABLE BINARY(16)
Attribute 16) showInAdvancedViewOnly:TRUE
Add error on line 4: Referral
The server side error is "A referral was returned from the server."
0 entries modified successfully.
An error has occurred in the program
Any suggestions as to what went wrong?
May 17th, 2010 6:18pm
Figured it out.
Log onto Schema Master
Open elevated Command Prompt
Don’t change directory to folder containing ModifySchema.vbs
run “cscript c:\filepath\modifyschema.vbs”
Free Windows Admin Tool Kit Click here and download it now
May 17th, 2010 8:45pm