Error accessing Excel Workbook in Excel Services
-
terça-feira, 1 de maio de 2012 09:08
Hi All,
I had an Excel spreadsheet with named ranges uploaded to an Excel Approved library and when I try to access it I get pop up message "Unable to process the request. Wait a few minutes and try again.". Which does not work I get the same message again. When I check the ULS the exception below is repeated. Any help would be appreciated.
Thanks
c.
ExcelService.PostProcessRequest: The server encountered a very serious error and will continue to function. Please log this as a bug. Exception was: System.TypeInitializationException: The type initializer for 'Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp' threw an exception. ---> System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)
at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)
at Microsoft.Office.Server.Diagnostics.ULS.SendWatsonOnExceptionTag(UInt32 tagID, ULSCatBase categoryID, String output, Boolean fRethrowException, TryBlock tryBlock, CatchBlock catchBlock, FinallyBlock finallyBlock)
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..ctor()
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..cctor() -
-- End of inner exception stack trace ---
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceBase.PostProcessRequest(CommandResult result, Exception ex) System.TypeInitializationException: The type initializer for 'Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp' threw an exception. ---> System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)
at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)
at Microsoft.Office.Server.Diagnostics.ULS.SendWatsonOnExceptionTag(UInt32 tagID, ULSCatBase categoryID, String output, Boolean fRethrowException, TryBlock tryBlock, CatchBlock catchBlock, FinallyBlock finallyBlock)
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..ctor()
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..cctor() -
-- End of inner exception stack trace ---
at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceBase.PostProcessRequest(CommandResult result, Exception ex)
Todas as Respostas
-
quinta-feira, 3 de maio de 2012 06:37
Hi,
I have seen this issue in the past and it appears to be an issue with the Application Pool running Excel Services. As a workaround, you can recycle the application pool, then check the result.
Or you can try to repair SharePoint server 2010, then test again.
Recycling Application Pool Settings
http://msdn.microsoft.com/en-us/library/aa720473(VS.71).aspx
Rock Wang
Rock Wang TechNet Community Support
- Marcado como Resposta Rock Wang– MSFT segunda-feira, 14 de maio de 2012 07:53
-
quinta-feira, 3 de maio de 2012 07:34
Hi clubo,
Have you configured Excel Services? Check all of artilces written in this post: http://technet.microsoft.com/en-us/library/ee681487.aspx

