when retrieveMultipleObjects cause a ConfigException with platform SDK 8.0

Hey guys!
Ive Registered the ConfService Object.When retrieveMultipleObjects AgentGroups, i’m getting an exception stating:com.genesyslab.platform.applicationblocks.com.ConfigException:There are not enough object paths in the Read request result, what does it mean? how to deal with it ?

my code as followed :

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

it’s weird that the same code it worked before, but failed now.
thanks!

1 Like