SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Archive

Kategorien

Links

Andere Blogs




ITaCS GmbH

Dec 202010

Reporting Services Exception

If your Report Server 2008 instance is configured as SharePoint integrated and you get an exception like this one, keep on reading.

image

Additionally to the exception in the browser, the Eventlog revealed two more exception which are relevant to the SSRS exception. One was about the SSRS process, which quit unexpected, the other one from ASP.NET.

  1. “The SQL Server Reporting Services (MSSQLSERVER) service terminated unexpectedly.  It has done this 6 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.” Event ID 7031
  2. “.NET Runtime version 2.0.50727.4952 - Fatal Execution Engine Error (000007FEF523FA42) (80131506)”, Event ID 1023

My solution was to log on once to the SharePoint server as the account, which is used by the Reporting Services (remember: we’ve configured SSRS in SharePoint integrated mode).


Published: 12/20/2010  4:33 PM | 0  Comments | 0  Links to this post
Tagged as: SharePoint, Reporting Services

Dec 012010

SharePoint Workspace cannot take a BCS list offline

Today I installed a BCS solution to a SharePoint 2010 farm. I wanted to take the list offline. So I clicked on the SPW button in the ribbon.

image

As expected, SharePoint Workspace popped open, and tried to get the list. But all I got was an message, that there was an error installing the list.

The eventlog, of the client I was working on, revealed that there was an error installing the solution (And we need the solution, to get the data on our clients. BCS uses solution which are deployed to clients as click-once applications to sync data.). The error details showed something like “Solution Install Stage:PendingDownload Solution Install Error”,the EventId was 2012 and the Datasource “Business Connectivity Services”. Not really a helpful message.

So I went to the SharePoint server and took a close look at the ULS log. And voilà, there was the answer: “External lists can only be synchronized with your computer from Microsoft SharePoint Server 2010 with Enterprise Client Access License features enabled. For more information, contact your system administrator.”

You need to activate enterprise features in order to use SharePoint Workspace with BCS data.

image

Lessen learned…

Oh. Don’t forget to switch on the Offline Synchronization feature for External Lists!

image


Published: 12/1/2010  11:22 AM | 0  Comments | 0  Links to this post
Tagged as: BCS, SharePoint, Office