You are viewing limited content. For full access, please sign in.

Question

Question

Laserfiche SharePoint Integration

asked on December 23, 2014 Show version history

Hi,

This is a new installation. After creating the webparts, I get the following error

An error has occurred while rendering contents for repository 'xxxxxxxxxxxx' on 'laserficheserver': Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \ \ section in the application configuration.

 

What may be the cause of this. I have enabled the sessionstate the "sorry something went wrong" page appears

The sharepoint is version 2013 Installed on windows 2012 server. 

Thanks

0 0

Answer

APPROVED ANSWER
replied on December 23, 2014

Check the web.config file for your SharePoint site where you have the Laserfiche web part added. In the httpModules section, make sure you have

<add name="Session" type="System.Web.SessionState.SessionStateModule" />

and in the pages tag, make sure you have enableSessionState set to false. If there's still an issue, then it may be best to open a support case.

0 0

Replies

replied on December 23, 2014

Hello Mark,

 

You can also check out a similar issue that came up in the past:

https://answers.laserfiche.com/questions/59654/SharePoint-WebPart-gives-message-an-error-has-occurred-while-rendering-contents-for-repository-repositoryname-on-servername-Permission-denied

 

Try the troubleshooting steps and report back letting us know how it goes!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.