Prev: MOSS 2007 Collection consolidation w/stsadm export: "User cannot b
Next: MOSS 2007 Extranet Authentication problem
From: Mat31 on 28 Feb 2007 09:31 On 25 ene, 07:27, heiko...(a)hotmail.com wrote: > I have problem with an mySit of an User. I deleted this Site in > centraladministration of SharePoint Server 2007. > Now i would like to create a new mySite for this User. > First i select the language and then is SPS try to create a new Site. > But > the new Site isn't created and a Error appears that i need to contact > my > administrator. > In the eventlog of the Server first i have this Entry: > > Ereignistyp: Fehler > Ereignisquelle: Windows SharePoint Services 3 > Ereigniskategorie: Topology > Ereigniskennung: 6141 > Datum: 24.01.2007 > Zeit: 06:55:48 > Benutzer: Nicht zutreffend > Computer: GSFSRV20 > Beschreibung: > The site /personal/gsfit could not be created. The following exception > > occured: File or arguments not valid for site template 'SPSPERS#0'.. > > and the second Entry is: > > Ereignistyp: Fehler > Ereignisquelle: Office SharePoint Server > Ereigniskategorie: User Profiles > Ereigniskennung: 5187 > Datum: 24.01.2007 > Zeit: 06:55:48 > Benutzer: Nicht zutreffend > Computer: GSFSRV20 > Beschreibung: > My Site creation failure for user 'GSF\gsfit' for site url > 'http://mysites/personal/gsfit'. The exception was: > Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException: A > failure > was encountered while attempting to create the site. ---> > System.ArgumentException: File or arguments not valid for site template > > 'SPSPERS#0'. > atMicrosoft.SharePoint.SPWebTemplateCollection.get_Item(StringstrKey) > at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(String > strWebTemplate) > at > Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase > > database,StringsiteUrl,Stringtitle,Stringdescription, UInt32 > nLCID,StringwebTemplate,StringownerLogin,StringownerName,String > ownerEmail,StringsecondaryContactLogin,StringsecondaryContactName,String > secondaryContactEmail,StringquotaTemplate,StringsscRootWebUrl, > Boolean > useHostHeaderAsSiteName) > at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String > siteUrl,Stringtitle,Stringdescription, UInt32 nLCID,String > webTemplate,StringownerLogin,StringownerName,StringownerEmail,String > secondaryContactLogin,StringsecondaryContactName,String > secondaryContactEmail, Boolean useHostHeaderAsSiteName) > at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String > siteUrl,Stringtitle,Stringdescription, UInt32 nLCID,String > webTemplate,StringownerLogin,StringownerName,StringownerEmail,String > secondaryContactLogin,StringsecondaryContactName,String > secondaryContactEmail) > at > Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0() > --- End of inner exception stack trace --- > at > Microsoft.Office.Server.UserProfiles.UserProfile.<>c__DisplayClass2.<CreateSite>b__0() > at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object > state) > at > Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2() > at > Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated > > secureCode) > at > Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback > secureCode, Object param) > at > Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated > > secureCode) > at > Microsoft.Office.Server.UserProfiles.UserProfile.CreateSite(String > strRequestUrl, Boolean bCollision, Int32 lcid). > > Now when i try to created the mySite again another error appears: > > "Your personal site cannot be created because a site already exists > with > your username. Contact your site administrator for more information." > > and in the Eventlog is a new Entry: > > Ereignistyp: Fehler > Ereignisquelle: Office SharePoint Server > Ereigniskategorie: 74 > Ereigniskennung: 5187 > Datum: 24.01.2007 > Zeit: 08:36:17 > Benutzer: Nicht zutreffend > Computer: GSFSRV20 > Beschreibung: > My Site creation failure for user 'GSF\gsfit' for site url > 'http://mysites/personal/gsfit'. The exception was: > Microsoft.Office.Server.UserProfiles.PersonalSiteNamingConflictException: > > Username conflicts with another user.. > > I can't create a new mySite... > The SharePoint Server is very new and is not migrated from another > SharePoint. > It is installed on two Windows 2003 R2 Servern > ...and works fine... until yesterday i deleted this Site. > > Please help me as soon as possible.. > > Sorry for my bad english and the mix of english and german in the > events. Hello all. The spspers#0 template is registered in webtempsps.xml. When you install a new language template, you must copy the webtempsps from source language to new language template. For instance, the folder of english xml file is : C:\Program Files\Common Files\Microsoft Shared \web server extensions\12\TEMPLATE\1033\XML. if I want to install spanish language pack, after the setup, you have to copy that file into C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\3082\XML good luck |