Search This Blog

Tuesday, August 5, 2014

Downloading/Extracting WSP (Solution) from SharePoint

Background
Last week I was working on a SharePoint project where I had to get all the wsp�s deployed in the farm and I was not able to find few .wsp files anywhere in the Central Administration server. In the Central Administration Solution Properties screen, there is an option to Retract the solution but no option to Download the solution

Solution
I am not sure if there is a way to do this using stsadm. But definitely we can do this using SharePoint PowerShell.To run this command, you need to be a member of the Farm Administrators group and have permission to the configuration database

$farm = Get-SPFarm
$file = $farm.Solutions.Item("deployedsolutionname.wsp").SolutionFile
$file.SaveAs("c:\temp\deployedsolutionname.wsp")

Hiding Title Column in a SharePoint list

1. Navigate to the SharePoint list page that contains the Title data you want to hide.

2. Go to the Settings menu at the top of the page and select List Settings.

3. Click on the link labeled Advanced Settings.

4. Select the Yes radio button next to Allow the Management of Content Types. Then click OK.



5. Click on Item from the Content Types section of the page.



6. Click on the item labeled Title.



7. Scroll down to the Column Settings section and choose the Hidden radio button.



8. Click OK to save the settings.

Wednesday, July 16, 2014

SharePoint Compatibility with Internet Explorer

SharePoint 2010 and IE

Browser
Supported
Supported with limitations
Not supported
Internet Explorer 1132-bit64-bit
Internet Explorer 10 32-bit64-bit
Internet Explorer 9 32-bit64-bit
Internet Explorer 8 32-bit64-bit

SharePoint 2013 and IE

Browser
Supported
Not supported
Internet Explorer 11X
Internet Explorer 10X
Internet Explorer 9 X
Internet Explorer 8 X

Tuesday, March 4, 2014

Retrieving the COM class factory for component with CLSID {BDEADEE2-C265-11D0-BCED-00A0C90AB50F} failed due to the following error: 800703fa.

Issue Description

I was getting the above error while browsing to Central Administration




Server Error in �/� Application.
Retrieving the COM class factory for component with CLSID (BDEADEE2- C265- .11 DO- SCED- OOAOC9OAB5OFJ failed due to the following error: 800703 fa.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where �t originated in the code.
Exception Details: System.Runtime.lnteropservices.COMException: Retrieving the COM class factory for component wh CLSID (ODEADEE2-C265-1 I DO-BCED-OOAOC9OAOSOF)failed due to the following error: 800703fa.
Source Error:
An unhandled exception was generated during the execution of the current web request. Inforniation regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[COMException (0x800703fa): Retrieving the C0M class factory for component with CLSID {BDEADEE2-C265-llDO-BCED-OOAOC9OABSOF} failed due to the following error: 800703f a.]
Microsoft.SharePoint.Library.SPRequest. .ctorO tiO4
Microsoft.SharePoint.SPGlobal.CreatesPRequestAndSetldentity(Boolean bNotGlobalAdminCode, String strUrl , Sedean bNotAddToContext, Byte[] UserToken, String userName, Soolean blgnoreTokenTimeout, Soolean bAsAnonyntus) �238
Microsoft.SharePoint.SPWeb.InitializeSPRequest() .455
Microsoft. SharePoi nt. SPWeb. EnsureSPRequestQ �75
Microsoft. SharePoi nt. SPWeb. get_Request() �74
Microsoft.SharePoint.WebControls.SPControl .SPwebEnsureSPControl(HttpContext context) +613
Microsoft.Sharepoint.WebControls.SPControl .c5etContextweb(HttpContext context) .41
Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object osender, EventArgs ea) �595
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) �171
Version Informdtion: Microsoft NET Framework Version:2.O.50727.4234; ASP.NET Yersion:2.U.5U727.4223

Resolution

Perform an IISRESET on all the web servers in the farm.

Thursday, February 27, 2014

Outlook 2013 displays "NEED PASSWORD" in the Outlook status bar below.

Symptoms

Outlook did not have the newer emails and was displaying �Disconnected from Exchange�.
Outlook 2013 displays "NEED PASSWORD" in the Outlook status bar below.

What did not work

1) Tried clicking on the Need password - Did not respond
2) In the Send Receive tag, tried clicking on Enter Your Password- Did not respond
3) Closed and opened Outlook - It was showing the same message on the status bar

What worked

Rebooted the machine - That helped

WEIRD!!!

Monday, February 24, 2014

SharePoint 2013 Pre-requisites

The preparation tool installs the following prerequisites:

1. Web Server (IIS) role
2. Application Server role
3. Microsoft .NET Framework version 4.5
4. SQL Server 2008 R2 SP1 Native Client
5. Microsoft WCF Data Services 5.0
6. Microsoft Information Protection and Control Client (MSIPC)
7. Microsoft Sync Framework Runtime v1.0 SP1 (x64)
8. Windows Management Framework 3.0 which includes Windows PowerShell 3.0
9. Windows Identity Foundation (WIF) 1.0 and Microsoft Identity Extensions (previously named WIF 1.1)
10. Windows Server AppFabric
11. Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB 2671763)


SharePoint 2010 Pre-requisites

The preparation tool installs the following prerequisites:

1. Web Server (IIS) role
2. Application Server role
3. Microsoft .NET Framework version 3.5 SP1
4. SQL Server 2008 Express with SP1
5. Microsoft Sync Framework Runtime v1.0 (x64)
6. Microsoft Filter Pack 2.0
7. Microsoft Chart Controls for the Microsoft .NET Framework 3.5
8. Windows PowerShell 2.0
9. SQL Server 2008 Native Client
10. Microsoft SQL Server 2008 Analysis Services ADOMD.NET
11. ADO.NET Data Services Update for .NET Framework 3.5 SP1
12. A hotfix for the .NET Framework 3.5 SP1 that provides a method to support token authentication without transport security or message encryption in WCF.
13. Windows Identity Foundation (WIF)

Propellerads