Genesys CTI User Forum > Genesys-related Development
PSDK: Cannot connect to the configuration server
(1/1)
newsG:
I would like to connect configuration server but I got the error message: "Application not found"
Coding is very simple as below:
[quote]ConfServerProtocol confServerProtocol = new ConfServerProtocol(new Endpoint(uri));
confServerProtocol.ClientApplicationType = (int)CfgAppType.CFGAgentDesktop;
confServerProtocol.ClientName = "ClientName";
confServerProtocol.UserName = "myusername;
confServerProtocol.UserPassword = "mypassword";
confServerProtocol.Open();[/quote]
Platform SDK version is 9.0.x, any idea how to fix this problem?
Thanks in advance
hsujdik:
Does this application "ClientName" exist on Configuration Server (eg, configured by Configuration Manager, GAX or GA)?
If it does, is it associated with an application template with the Type of "Agent Desktop"?
Is the user "myusername" assigned to an Access Group that has READ permissions on that applicaiton?
cavagnaro:
Good idea is to ask for CfgServer logs so you can see exactly why the error.
newsG:
Many thanks for your help. I can fix the problem by change application name.
It doesn't exist on configuration server.
Navigation
[0] Message Index
Go to full version