Skip to main content

Hi,


We have installed K2.Net 2003 SP4 on windows 2003 server. K2 server is running perfectly and we are able to create processes and deploy them. How ever we are getting a error when we browse the K2 workspace and the error details are as below.


Error : Server Error in '/K2V3/Workspace' Application.


Parser Error Message: Cannot use 'partitionResolver' unless the mode is 'StateServer' or 'SQLServer'.


Source Error:


Line 180:    </webParts>
Line 181:    <machineKey validationKey="96CC02A5B92F967E431A3AD91ACF631B1AA22663A7F173C7" decryptionKey="C9C673E9BA90BD1250EFBF7A848B2D38B29A6920085DA224" validation="SHA1" />
Line 182:    <sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
Line 183:  </system.web>
Line 184:  <runtime>
 


Source File: C:InetpubwwwrootwssVirtualDirectories80web.config    Line: 182


Please find the attachment.


Configurations applied in K2 installation


1)  K2 and K2Log databases are configured for windows authentication.


2)  K2 workspace is configured to use a web application running under port 80 and app pool account is running under local administrator account.


3) Sql server security authentication is configured for Windows Authentication.


Please suggest me the configuration changes required !! .


Thanks in advance.


SP


 


16498iAFF14020E1D3DC53.jpg
If you are not using a server farm for IIS why don't you use InProc for SessionState?

 


Thanks for your reply Peter.


I resolved the issue by creating a new web application under different port and a new application pool and modified the K2 installation to point to the new web application.


Guidance and Support on  K2Underground is outstanding...Thanks to K2 team and Site Members.


SP


Reply