}
return DataRpcConfig.OK;
case RpcType.REQ_QUERY_STATUS_VALUE:
QueryId queryId = get(pBody, QueryId.PARSER);
Foreman foreman = bee.getForemanForQueryId(queryId);
QueryProfile profile;
if (foreman == null) {
try {
profile = bee.getContext().getPersistentStoreProvider().getEStore(QueryStatus.RUNNING_QUERY_PROFILE).get(QueryIdHelper.getQueryId(queryId));
} catch (IOException e) {