Showing posts with label joh. Show all posts
Showing posts with label joh. Show all posts

Friday, March 9, 2012

How to set SessionTimeout and SessionAccessTimeout without using rs.exe?

Hi all,

I was just researching the infamous rsExecutionNotFound exception and found John's helpful blog entry http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx

I need to change the SessionTimeout and SessionAccessTimeout. Can this be done through the config files or in ReportManager? The rs utility does not work with a Custom Security extension so I can't use the script he provided.

thanks

Perry

We were also unable to use rs.exe due to our custom forms authentication code. I ran the following statements against the ReportServer database and it seems to have worked:

SetConfigurationInfo 'SessionAccessTimeout', '3600'

SetConfigurationInfo 'SessionTimeout', '3600'

Scott

How to set SessionTimeout and SessionAccessTimeout without using rs.exe?

Hi all,

I was just researching the infamous rsExecutionNotFound exception and found John's helpful blog entry http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx

I need to change the SessionTimeout and SessionAccessTimeout. Can this be done through the config files or in ReportManager? The rs utility does not work with a Custom Security extension so I can't use the script he provided.

thanks

Perry

We were also unable to use rs.exe due to our custom forms authentication code. I ran the following statements against the ReportServer database and it seems to have worked:

SetConfigurationInfo 'SessionAccessTimeout', '3600'

SetConfigurationInfo 'SessionTimeout', '3600'

Scott