Getting the error "MarshalPatchProperties_PublishP: Error: OcaSetProperty(PublishPatchARPMaschine): property name should be no longer than 20 chars - right after installating the binaries.
I assume this is because some of the managed accounts are longer than 20 characters.
Comments: ** Comment from web user: brianlala **
I assume this is because some of the managed accounts are longer than 20 characters.
Comments: ** Comment from web user: brianlala **
Account names in the DOMAIN\accountname format actually have a 22-character limitation. So if your full account name is _AccountNameIsLongerThan22Chars@domain.com_, then the "Pre-Windows2000" format name (which SharePoint expects) is actually _DOMAIN\AccountNameIsLongerT_.
But the error message refers to a 20-character limitation, not 22. Could it be something else, e.g. your database names, computer name, etc.?
Brian