" /> genesys8.0 when retrieveMultipleObjects cause a ConfigException - Genesys CTI User Forum

Author Topic: genesys8.0 when retrieveMultipleObjects cause a ConfigException  (Read 2316 times)

Offline pplppo1314

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Advertisement
Hey guys!
when i connect to configserver to retrieveMultipleObjects , it throw an exception like this :[color=red]com.genesyslab.platform.applicationblocks.com.ConfigException:There are not enough object paths in the Read request result[/color], what does it mean? how to deal with it ?

my code as followed :

cfgAgentGroupQuery query = new CfgAgentGroupQuery ();
query.setState ( CfgObjectState.CFGEnabled );
Collection<CfgAgentGroup> collection = m_cfgService.retrieveMultipleObjects ( CfgAgentGroup.class, query );

it's weird that the same codes it works before.
thanks!