Solved
Etablir une connexion à partir d'un client (SourceCode.Workflow.Client) vers une instance K2.
Bonjour,
Je cherche a établir une connexion à partir d'un client (SourceCode.Workflow.Client) vers une instance K2.
Le client se trouve sur ma même machine que K2
Dans la string de connexion il est demandé d'entrer le host de K2.
Où puis-je trouver cette valeur?
G essayé
- "localhost" (port 80 et 5252)
- "127.0.0.1" (port 80 et 5252)
- "IP Du Serveur" (port 80 et 5252)
- "k2workspace-xxx.be" (port 80 et 5252)
Le message d'erreur m'indique à chaque fois:
Unable to resolve address
No such host is known.
Toute suggestion sera la bienvenue.
Cordialement.
Claude
Best answer by csi
Let me thank every body for their help.
I finnaly found the problem:
...
Open(host, builder.ConnectionString); //ok finally worked
in place of
...
Open(builder.ConnectionString); //do not work, and this is found in the K2 tuto for connections
Kind regards and thanks again.
Claude
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.