SQLUM + Workspace

  • 14 November 2007
  • 2 replies
  • 5 views

Badge +8

Hi,


how does a non-AD (SQL-UM) user log into the BP workspace?


2 replies

Badge +11

Hi Deon,


In ‘C:Program FilesK2 blackpearlWorkSpaceSiteweb.config’


 


Look for and change the following lines – in all cases change the top entry to the bottom entry (obviously without the comments and ‘OD:’).


 


Line 17:


 


      <add key="authenticationMode" value="Windows" />


<!--<OD: add key="authenticationMode" value="Forms" />-->


 


Line 20:


 


<add key="DefaultSecurityLabel" value="K2" />


<!--<OD: add key="DefaultSecurityLabel" value="K2SQL" />-->


 


Line 101:


 


<membership defaultProvider="AspNetActiveDirectoryMembershipProvider" userIsOnlineTimeWindow="1600">


<!--<OD: membership defaultProvider="MembershipProvider" userIsOnlineTimeWindow="1600">-->


 


Line 110:


 


<authentication mode="Windows">


<!--<OD: authentication mode="Forms">-->


 


Save and close – not sure whether an iisreset is necessary.



Open Workspace.


Please note that there are still issues that we are aware of with SQLUM which we are in the process of sorting out.


HTH,


Ockert

Badge +2

Dear Ockert

I have a SQLUM USER named "abc", I have changed web.config follow your help. But I can not connect to BP workspace by this user.

I received the errors message "Your login attempt was not successful. Please try again. (Object reference not set to an instance of an object.)" although i have set security label to K2SQL

Can you help me????

Reply