Question

On my server Excel Calculation Service is "started".

I tried to create new Excel Service Application but after some time I get following error.

enter image description here

And this is how it looks like after that.

enter image description here

If I try to delete, it takes even longer time (probably a few hours) and then show same request time out message.

From logs, I found two entries but none give any clue as to what the issue is.

System.Web.HttpException: Request timed out.

AND

SPTimerJobAsyncResult '9e0cc344-ae13-47f8-8b43-a0535e885651': An error occurred while waiting for completion: System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout) at System.Threading.Thread.Sleep(Int32 millisecondsTimeout) at Microsoft.SharePoint.Administration.SPJobDefinition.WaitForCompletion(TimeSpan timeout) at Microsoft.SharePoint.Administration.SPTimerJobAsyncResult.WaitForCompletion(Object state)

Could this be happening because Distributed Cache service is also not running on server and I tried to fix it but no luck?

Was it helpful?

Solution

Today I noticed that Excel Service Application that I created yesterday has magically started working. I am not sure how it happened and the only thing I remember is that I disabled anti virus on server and tried creating it again yesterday.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top