Showing posts with label SharePoint 2013 BI. Show all posts
Showing posts with label SharePoint 2013 BI. Show all posts

Wednesday, July 30, 2014

Error when clicking "Manage Shared Schedules" under "Reporting Services" for SharePoint 2013 reporting service



After we enable the powerview features, we are getting the following ereror when clicking Site Settings-> Reporting Services-> Manage Shared Schedules.
 
"sharepoint 2013  Sorry, something went wrong An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors"
 




ULS log shows the following error.

Line 49277: 07/30/2014 13:43:26.73          w3wp.exe (0x1DBC)                                       0x0020  SQL Server Reporting Services               Report Server Catalog                    00000    Unexpected       Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database.;                03b3a99c-e8bf-00e4-e462-3ffef5cc17cc
                Line 49278: 07/30/2014 13:43:26.73          w3wp.exe (0x1DBC)                                       0x0020  SQL Server Reporting Services               Report Server Catalog                    00000    Unexpected                Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultS...  03b3a99c-e8bf-00e4-e462-3ffef5cc17cc
                Line 49279: 07/30/2014 13:43:26.73*        w3wp.exe (0x1DBC)                                       0x0020  SQL Server Reporting Services               Report Server Catalog                    00000    Unexpected       ...et bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, ...             03b3a99c-e8bf-00e4-e462-3ffef5cc17cc
                Line 49280: 07/30/2014 13:43:26.73*        w3wp.exe (0x1DBC)                                       0x0020  SQL Server Reporting Services               Report Server Catalog                    00000    Unexpected       ...Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()     at Microsoft.ReportingServices.Library.InstrumentedSqlCommand.ExecuteNonQuery()     --- End of inner exception stack trace ---     at Microsoft.ReportingServices.Library.Storage.WrapAndThrowKnownExceptionTypes(Exception e)     at Microsoft.ReportingServices.Library.InstrumentedSqlCommand.ExecuteNonQuery()     at Microsoft.ReportingServices.Library.SqlAgentScheduler.get_IsSchedulerRunning()     at Microsoft.ReportingServices.Library.SchedulingDBInterface.ListTasks(CatalogItemPath path)     at Microsoft.ReportingServices.Library.ListSchedulesAction.PerformActionNow()     at Microsoft.ReportingServices.Library.RSSoapAction`1.Execute() 03b3a99c-e8bf-00e4-e462-3ffef5cc17cc

After review the same issue reported by Majid Baig, it seems this is caused by permission configuration. However, I’m not sure the process provided will comply with Microsoft suggestions. Anyone knows Microsoft suggested procedure?

Wednesday, May 28, 2014

How to resolve issue Power Pivot ribbon disappears in Excel 2013?

If you are new to Power Pivot 2013, the most frustration is Power Pivot ribbon frequently disappears in Excel 2013. In some cases, the Power Pivot ribbon will disappear from the menu if Excel determines that the add-in is destabilizing to Excel. It might occur if Excel closes unexpectedly while the Power Pivot window is open. 

To restore the Power Pivot menu, you might do the following three steps in order:

1. Close running Microsoft Excel process

  • Go to Task Manager
  • Right click Microsoft Excel and “End task
  • Open Excel again and verify Power Pivot ribbon
2. If this is not working, verify Add-Ins installed

  • Go to File > Options > Add-Ins.
  • In the Manage box, click Disabled Items > Go.
  • Select Microsoft Office Power Pivot in Microsoft Excel 2013 and then click Enable.
3. If the previous two steps do not restore the Power Pivot ribbon, or if the ribbon disappears when you close and reopen Excel, try the following:
  • Close Excel.
  • Point to Start > Run and then type regedit.
  • In Registry Editor, expand HKEY_CURRENT_USER > Software > Microsoft > Office > 15.0 > User Settings.
  • Right-click PowerPivotExcelAddin and then click Delete.
  • Scroll back up to the top of Registry Editor.
  • Expand HKEY_CURRENT_USER > Software > Microsoft > Office > Excel > Addins.
  • Right-click PowerPivotExcelClientAddIn.NativeEntry.1 and then click Delete.
  • Close Registry Editor.
  • Open Excel.
  • Enable the add-in using the steps at the top of this article.
These three steps should resolve most of the Power Pivot ribbon missing issue.