Partager via


Hitting "Session Timeout" errors when you clearly are not supposed to be hitting them

Scenario:

You are working on preparing dashboards or uploading workbooks to your SharePoint site for usage with Excel Services. Every now and again, even though you are clearly interacting with the session, EWA will suddenly tell you that the session has timed out.

Reason:

Under some circumstances, the server may decide that it needs to recycle itself or stop servicing requests targeted at a specific workbook. In those cases, the server has no way of distinguishing between a timed-out session, and invalid session (a session identified by an invalid string internally - the same thing used by Excel Web Services) or a session that died because of the reasons just cited.

Because of those reasons, the server gives the most generic session-related error it sees.

What to do:

Nine times out of ten, this occurs because a workbook is corrupt in some manner or contains something that Excel Services otherwise does not expect. Identifying the problematic workbook and then using the forums to send it (scrubbed of any private info of course) would be a great first step at trying to resolve the issue. Also, if the workbook has recently changed, it could be useful to go back to an earlier version and see what change actually caused the issue.

Comments

  • Anonymous
    March 18, 2008
    Nice Post! "Session Timeout" don't happen often, but when it does, it's annoying.

  • Anonymous
    March 24, 2008
    We get a lot of cases where users are asked to log back on to sharepoint when Excel services are rendering a workbook. It can happen after a user has been playing with a dashboard page for a relatively short period of time. Putting in the user's credentials never works, they have to close the browser and start a new session.

  • Is there an easy way to figure out which workbook is the problematic one?

  • What's the other one time out of ten that could cause this? :) Could this be related to kerberos somehow dropping it's ticket, and trying to resort to NTLM?

  • Anonymous
    August 08, 2008
    Is there any follow-up on this issue? We are experiencing it consistently, and it clearly seems to be external to the workbooks we are trying to publish... Are there any configuration settings we can use to avoid these timeouts? They really take a great solution and make it impossible to put it in front of a customer. Thanks!