Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: nomster123 on June 03, 2015, 01:24:42 PM
-
Hi Guys,
I have successfully installed composer and want to build a sample strategy for routing to check routing is done and orchestration server is running or not successfully.
While trying to make a new .NET composer project, i am receiving the error that " Unable to find systems.security.dll, check your WSE and .NET installed paths.
I checked in preferences and gave the correct paths of .NET aspnet_compiler and WSE Microsoft.Web.Service3.dll and this system.security file is also present in the folder. Please need guidance on this. Thanks
-
What version exactly of Composer and Eclipse are you using?
-
Version is 8.1
-
Exactly version, please :) Composer is only in release 8.1
I am using latest version together with .Net projects and all is working as expected, but I remember that I have encountered similiar issue with older versions. So, suggest to upgrade.
-
Thanks for the help :)
8.1.003.64 is the exact version
should I upgrade the .NET framework or composer?
-
Composer :-) You are using very old and very "bug" version:-) Currently, the composer is just a plug-in to the Eclipse. So, as first download latest Eclipse (I think it is Luna at this moment) and after that download and deploy the Composer plug-in. In other hand, is good to have latest version of .Net - the 3.5 version as minimum. The WSE should be installed separately.
-
Oh okay thanks alot :))
But is latest composer compatible with older genesys components?
-
Can you please share the download link of the latest one, or suggest any other place where i can get the media? thanks again
-
Only through the Genesys web sites, where you must have an account.
-
Hi,
I have installed composer 8.1.301.02 as a plugin on Eclipse Juno 4.2.
However i am not able to connect to configuration server. My framework components are version 8.5.
I get the following error
Error connecting to configuration server
"Error registering. Code 41; Client's encoding doesn't match with current server mode"
Can anyone provide a light into this.
Thanks in Advance
-
It seems like encoding mismatch - check what encoding set using your confserv and Eclipse - they must match.
-
Encoding in confserv and Composer is UTF-8..
-
Have you allowed the "allow-mixed-encoding" option or not?
-
No. It is default value "False".
Should i change it to "True"?
-
I think, it should help in your scenario
-
Should this be done in the configuration file or the options?
I am using confserv 8.5
-
I prefer using the configuration file which should lead to update the options in cfg database.
-
Thanks..
It did work after changing the configuration file and restarting confserv. :)
-
Great :) Would be interest find out if the Composer/Eclipse was really used UTF-8 encoding char set for communication with confserv.