Skip Ribbon Commands
Skip to main content

Ben There, Done That

:

SharePoint Ben > Ben There, Done That > Posts > SharePoint Shared Service Creation Error
October 31
SharePoint Shared Service Creation Error
The other day I was working with a client and had a new error come up that I hadn't seen before when creating a new Shared Service. The error was Error Event 7888 and next to my Shared Service Provider in SharePoint is said, "Provisioning Failed: Windows NT user or group 'somedomain.org\username' not found. Check the name again". After digging around and reading several other posts on the issue, I found what my problem was. Apparently, SharePoint doesn't play well with the FQDN somedomain.org (or .com, .info, .local, etc). So everywhere an account that is needed for SharePoint is entered, it must simply be somedomain\username (without the .org). The areas that I found needed to be changed were the following: The overall admin account (application pool for Central Admin). This can be changed using the command stsadm.exe –o updatefarmcredentials The next place it needs to be changed is the application pool identity for any of the web applications you have created. This MUST be done through central admin…changing them in the IIS settings will not work. They can be changed in Central Admin in the Operations Tab under the Security Configuration heading and then click Service Accounts. From here you can change the credentials for any of the Application Pool users that need to be changed. One other place in SharePoint the username may need to be changed is under the Search setting. The location of this varies between WSSv3 and MOSS. Finally, the last location to check for any usernames with the somedomain.org domain is within SQL and your login accounts within SQL. These should also be in the form of somedomain\username (without the .org). Once all of this was done, my SSP properly provisioned, however, I was still getting Error Events 7888 in the event viewer. To eliminate these errors from occurring every minute, I had to delete the SSP and recreate it and everything worked fine. The only other "hitch" was deleting the SSP since it was my only one. It is possible to delete it using stsadm.exe –o deletessp. After you run it you will get an error, simply run the exact same command a second time and your SSP will be deleted. You should be all set to create a new SSP without any errors. If I've forgotten any places where the users need to be changed or anything else relating to this error, feel free to let me know or post a comment.
 

 Comments

 
 
 
 
 
 
 
 
 
 
 

Glad you liked it. Would you like to share?

Sharing this page …

Thanks! Close

Add New Comment

 

Showing 0 comments

    Trackback URL
     
    blog comments powered by Disqus
     

     Pre-Disqus Integration Comments

     

    Comments

    SharePoint Shared Service Creation Error

    Thanks a lot... I followed your instructions and everything work like you Said.

    Thanks...
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM

    SharePoint Shared Service Creation Error

    It worked!!!

    I have to admit it, I installed SharePoint using a so called xxx@yyy.zzz domain account, and therefore, those were the credentials used in creating the Share Service Provider. As mentioned by Ben, SharePoint won't accept this as a correct provisioning account.

    I tried then the 'updatefarmcredentials STSADM' command (remember that my previous credentials were yyy.zzz\xxx) as following:

    stsadm -o updatefarmcredentials -userlogin yyy\xxx -password xxx

    It succeded, and when I checked the properties of my application pool in ISS, the application pool identity had changed to want I wanted: yyy\xxx.

    thank you so much for this precious tip Ben. I was afraid I had to install everything again :)

    PD: I had no need to delete the SSP though.
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM

    SharePoint Shared Service Creation Error

    Thanks for this! It worked for me.
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM

    SharePoint Shared Service Creation Error

    Just a theory... did you try using the Windows 2003 format?

    Instead of domain.com\username (which is a Windows 2000 AD format), use username@domain.com (which is Windows 2003 AD format).
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM

    SharePoint Shared Service Creation Error

    [...] would've been nice to know about this before I named my domain in an x.y.z format... "Apparently, SharePoint doesn’t play well with [...]
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM

    SharePoint Shared Service Creation Error

    Thanks for this detailed description. And mention: you have to change the account of the search or you will still get the error.

    As described here (german):
    http://benjaminblog.wegneronline.de/2008/05/23/SoEin%c3%84rger.aspx
    Benjamin.SteginkNo presence information on 3/22/2011 9:01 AM