Processing of the "failed to convert part or all Id references" error in Moss

Source: Internet
Author: User
After the moss service is running and the server is added to another domain, the moss website cannot be opened (this problem should also occur when you change the domain administrator account or password). At first, I thought the reason was simple, change the IIS application Program The Running Account of the pool, the running account of some services in the Windows service, and some accounts configured in the moss Management Center (Office Sharepoint Server search service account, Windows SharePoint services help search service account ), in this way, you can do it.

But the problem arises. After the application pool account and Windows service account are changed and some accounts in the local user group are adjusted, Moss can be opened normally, however, no matter whether I use a local administrator account or a new domain administrator account, I cannot log on to the moss site, prompting that I have no access permission.

These two accounts may not be the website set administrator. I will go to "SharePoint 3.0 Management Center" to modify the website set administrator, and the Management Center homepage will be accessible normally, however, when you go to "operation" or "Application Management", the system prompts "failed to convert part or all identity references" or "some or all identity references cocould not be translated" error. Query logs include:Exception: system. Security. Principal. identitynotmappedexception: some or all of the Identity references cannot be converted.
In system. Security. Principal. ntaccount. Translate (identityreferencecollection sourceaccounts, type targettype, Boolean forcesuccess)
In system. Security. Principal. ntaccount. Translate (type targettype)
In Microsoft. Sharepoint. Administration. spfarm. currentuserisadministrator ()
In Microsoft. Sharepoint. Administration. sppersistedobject. Update ()
In Microsoft. Sharepoint. Administration. spservice. Update ()
In Microsoft. Sharepoint. Administration. sppersistedobject. Update (Boolean ensure)
In Microsoft. Sharepoint. postsetupconfiguration. servicestask. installserviceinconfigdb (Boolean provisiontheservicetoo, string serviceregistrykeyname)
In Microsoft. Sharepoint. postsetupconfiguration. servicestask. installservices (Boolean provisiontheservicestoo)
In Microsoft. Sharepoint. postsetupconfiguration. servicestask. Run ()
In Microsoft. Sharepoint. postsetupconfiguration. taskthread. executetask ()

The reason is that some verification information in the server farm is not updated. The solution is simple. Run the following command:Stsadm.exe-O updatefarmcredentials-Userlogin domain\Admin-Password pass

Restart IIS: iisreset after execution.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.