Error:
FatalError: Cannot import site. The exported site is based on the template STS#0 but the destination site is based on the template SPS#0. You can import sites only into sites that are based on same template as the exported site.
Import-SPWeb : Cannot import site. The exported site is based on the template STS#0 but the destination site is based on the template STS#1. You can import sites only into sites that are based on same template as the exported site.
Issue:-
In SharePoint 2010 when we use Powershell Commands to Export / Import site collections we get Site Template mismatch errors as now SP 2010 needs to have the same template for the site while importing which was used on the site exported.
In such scenarios when you have migrated from SPS 2003 -> MOSS 2007 -> SP 2010 there will be many old Site templates which are now Obsolete in SP 2010 and not available, due to which it will be very difficult to Import the site.
Resolution / Workaround:-
1. Central Admin -> Application Management -> Create Site Collection
2. During Template selection go to 'Custom' Tab -> Select Template Later.....
3. Run the Import-SpWeb command now and it should import the site collection without any issues.
As we are not selecting any template while creating a Site Collection, it automatically pics up the template which is using while importing the Site Collection.
Friday, February 11, 2011
Wednesday, February 9, 2011
Claims to Windows Token Service is not starting. SharePoint 2010
Issue:-
While trying to Start the "Claims to Windows Token Service" we get the error in ULS Logs.
02/03/2011 19:20:50.61 w3wp.exe (0x2714) 0x20D4 SharePoint Foundation Topology 7034 Critical An attempt to start/stop instance of service Claims to Windows Token Service on serverdid not succeed. Re-run the action via UI or command line on the specified server. Additional information is below. Cannot start service c2wts on computer '.'. bc9bf161-6959-4d80-8410-8b676810da70
Resolution:-
HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing
Value = State
Radix= decimal
Change the value to '146944' to disable CRL checking.
While trying to Start the "Claims to Windows Token Service" we get the error in ULS Logs.
02/03/2011 19:20:50.61 w3wp.exe (0x2714) 0x20D4 SharePoint Foundation Topology 7034 Critical An attempt to start/stop instance of service Claims to Windows Token Service on server
Resolution:-
HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing
Value = State
Radix= decimal
Change the value to '146944' to disable CRL checking.
Subscribe to:
Posts (Atom)
Total Pageviews
-
Issue : You Get "Invalid Client Secret" error even if the same secret key works fine in Postman. Scenario : You are using HTTP...
-
Requirement How to get the Task ID or Plan ID or even Group ID if you are creating a Plan in O365 groups? I was trying to get this for M...
-
Scenario : you have a SharePoint List where a field with 'Person or Group' having multiple entries is selected. you want to send a ...