Browse by Tags
All Tags » BlackPearl » authentication (RSS)
-
I am trying to connect to the server to get global worklists.
I've just tried the code from the K2 BP Developers Reference, but have been having just enough troubles getthing thorough connection problem.The code looks like this below. I am not sure what went wrong and would really appreciate the help!I am running the code on the server machine ...
-
Delighted to find this thread. It got my problem solved, but just as a footnote I had to do a little more work.
For me there were three entries in the manifest.xsn file. I tried editing only the ''Get Actions'' entry first as described and got an error complaining about ''... relative paths not allowed ...'' when trying to ...
-
Thank you very much for the reply. The plot thickens. I will explain.
It is all one domain. We have several Domain Controllers and a distributed network, but they are all just replicated DCs across a couple different subnets.
I thought maybe that was the issue since the servers and clients were all authenticating against a DC in a different ...
-
ConnectionSetup connSetup = new ConnectionSetup();
connSetup.ConnectionString = string.Format(''Integrated=False;IsPrimaryLogin=True; Authenticate=True;EncryptedPassword=False; Host={0};Port=5252;SecurityLabelName=K2SQL; UserID={1};Password={2};'', server,tbUserID.Text, tbPassword.Text);
conn.Open(connSetup);
-
I just ran into this problem at a customer site. The browser was putting all web sites in the Internet zone, which doesn't allow automatic integrated authentication. When I tried to add the K2 workspace to the list of trusted sites, IE displayed the following error:
'There was an unexpected error with your zone settings. Unable ...
|
|