A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

Tuesday, November 22, 2011

SPD does not open sharepoint sites

You try to open a site in SharePoint designer but are not able to do so. Well, there can be two major reasons for this to happen. I blogged about the first one some time ago. If you have not created a site collection first and you try to open it in SharePoint designer, it will throw following error:

Server error: The URL “http://server/_vti_bin/_vti_aut/author.dll” is not contained within a Microsoft SharePoint Foundation Site.


Again, this error occurs if you have created a web application but have not created site collection yet and you try to open it in designer.





Figure 1: Server error

Second reason SharePoint designer fails to open a site is that there are two sites bound to the same port. Extend the application and create new IIS site and then open with SharePoint designer, it will now open. The problem is that if IIS has more than one binding then site will not open with SPD. Check IIS. If there are two sites bound to the same port the site will not open. Simply shutting down one site will NOT resolve the problem. You have to extend the application to the new IIS port.

There is a possibility that you will see sites and folders in designer now but clicking them will not open them. Again, the solution is to extend your site to a port other than port 80. Port 80 is the default port and have binding to default site. If you can somehow remove existing bindings, you may use port 80 as well but I haven’t tried it.

Thursday, November 17, 2011

sql server setup has encountered the following error cannot execute a program

You get this error while installing SQL Server 2008 R2 on Windows Server 2008 R2:

Sql server setup has encountered the following error Cannot execute a program.

This is because Windows Firewall is turned on. Turn firewall off to and re-run setup.

1. Go to "All Programs > Administrative Tools" and select "Windows Firewall with Advanced Security".

2. Here  you will find a link "Windows Firewall Properties"

3. In "Firewall state" drop down, select "Off" and click OK.

Monday, August 1, 2011

Error: My Site: There has been an error creating the personal site (via CoreyRoth)

In continuing my series of posts on errors, today’s error can occur when a user tries to create his or her SharePoint My Site for the first time. When you click the My Content link to create the site, you might see an error like the one below. My Read More..

Wednesday, April 27, 2011

Error Installing SharePoint 2010 Enterprise on Windows 7 (Via Tyler Cranston)

Extract from the original post
“I was attempting to installing SharePoint 2010 Enterprise on Windows 7 this week for some development work. While attempting to install SharePoint using the standalone method, I kept getting an the following error at the end of the installation:

Microsoft SharePoint Server 2010 encountered an error during setup. One or more required office components failed to complete successfully.”

For complete post please visit Tyler’s blog post here.