Skip to main content
We have installed K2SQL_User_Manager (3.4201.1.0) over a standard installation of k2.net 2003 (SP1).

The new functionality is available in the Studio and the new login page is displayed for our workspace.

Using the MMC snap-in (k2 service manager), we are unable to connect to the server component. In the service manager we get "User does not have sufficient privliges".

Do we need to add users directly to the table? Is there a tool available for this? Adding users (incl password) gives us "unknown username/password" from the workspace authentication...

Anyone have a similar experience?
Add a user to the K2Users table in the K2SQLUM database. Next, change your K2 Service Manager to connect using 'External Authentication' with the following connection string:
[;];Authentication=External;user=username;password=password
Add this user as the admin user for your server.

Also, check your server registration properties (The database settings and User Manager) in the K2 service manager to ensure that they are correct.

Reply