SQL User Manager cannot make use of Integrated Authenticatio

  • 10 March 2004
  • 2 replies
  • 1 view

Badge +1
Hi,

I have installed SQLUserManager_3.3322, when I load aspx page,
if come out with the following error :

Login Failed. SQL User Manager cannot make use of Integrated Authentication, please specify valid credentials.

Please advise.

Regards
Yeong

2 replies

Badge +7
If you are using K2ROM in your aspx pages to make a connection to K2.net Server, try including the connection string as a second parameter to the following line:

myConn.Open("k2servername", "domain,user,password")


where domain is the name of your Active Directory domain (which could be ignored by SQLUM), user and password as defined in your Users table.


Cheers
Samuel
Badge +3
I am currently, working on a project that will use K2 for workflow. The company is still on an NT domain (Active directory is not an option)

So far obtaining any information about SQL User Manager have been extremely difficult.

Please HELP!

Any feed back regarding documentations and positive and or negative experience implementing SQL User Manager would be greatly appreciated.

K2 support please note...the download page at the k2 portal do not have the SQL User Manager components.

Reply