SharePoint

SharePoint 2010 Display Form Sections Based on URL Querystring Parameters

So how can you display sections of your form based on where the item is in the approval process? Easy, some basic XHTML, a querystring parameter and javascript. The idea was have an Edit Item List Form that would show or hide sections based on when the item was in the approval process. I started …

SharePoint 2010 Display Form Sections Based on URL Querystring Parameters Read More »

Refresh Development from a Production SharePoint 2010 Farm Using Content Database Restore

In the real world it's nice to have a refresh cycle for your development farm. Usually it needs to happen after a large development project or some business process improvement. The problem is how to update your development site so that it mirrors your current production farm. One answer is to use the publishing infrastructure, …

Refresh Development from a Production SharePoint 2010 Farm Using Content Database Restore Read More »

SharePoint 2010 Excel Services Error cannot open workbook

After completing an in-place upgrade Excel Services was unable to open workbooks in the browser. I was confident I had everything configured properly. When trying to open a workbook in the browser I got the nondescript Error – Workbook cannot be opened. There was nothing in the server application log and the SP logs didn’t …

SharePoint 2010 Excel Services Error cannot open workbook Read More »

SharePoint 2010 There was an error in communicating with Excel Calculation Services

There was some differences between my development farm and production farm after doing an in-place upgrade to SharePoint 2010. As a result I had some troubles with Excel Services. I was having trouble getting web parts to connect or open spreadsheets in a browser. Basically it came down to two things after making configuration changes: …

SharePoint 2010 There was an error in communicating with Excel Calculation Services Read More »

SharePoint 2010 Upgrade – Database is too old and upgrade is required

So you upgraded your MOSS 2007 farm to SharePoint 2010 instead of doing a new install? Yeah me too…ouch. I had a database that didn’t get upgraded (MOSS_SSP_SEARCH_DB). I decided to rebuild the service applications where I could which included search. The object was still referenced in the configuration database and was creating a configuration …

SharePoint 2010 Upgrade – Database is too old and upgrade is required Read More »