Not able to browse K2 workspace

  • 28 November 2011
  • 5 replies
  • 4 views

Badge

Hi,


One user is not able to browse the k2 workspace. the error recieved is:


An error has occurred.
Please contact your administrator.
Error:
Initialization failed before PreInit: Error:
Please verify that all necessary scripts were run and review the error logs
Possible causes
- using anonymous logon in IIS while Windows security is specified in Workspace configuration.
- current logged on user can not be verified against the Active Directory Membership provider.
- please review log files for more information.


Same user is able to browse the k2 workspace on another installation of K2. Website is using windows authentication.


Anonymous authentication is disabled.


Regards,


Amit Goel


 


 


5 replies

Badge +7

Open web.config file of the workspace site (not the root site) and set Identity Impersonate to false. Then do iisreset and try to acces workspace.

Badge +1

This doesn't work

Badge +9

Go to Program FilesK2 blackpearlWorkSpaceSite, open the web.config file, find connectionString="LDAP://fulldomainname”, add “:389” at the end. So it looks like: connectionString="LDAP://fulldomainname:389”


Also check below links.....


http://www.k2underground.com/forums/t/6924.aspx


http://www.k2underground.com/forums/t/11971.aspx


http://www.k2underground.com/forums/t/8522.aspx


Badge +8

This error can be caused by a couple of reasons, one being duplicate entries in the UserProfiles table. I would recommend that you open an official support ticket to get this resolved as manually updating your database could potentially void your support.

Badge +3

Thank you for a little hint. 


I have this issue for couple of days after upgrade 4.5 to 4.6.6. As what you said, I removed replicate records with same UserID (I believe that is mine). After that, workspace can be accessed again.  

Reply