+ reqMessage.getServiceName() + " sid=" + sessionId);
scmpCommandException.setMessageType(this.getKey());
throw scmpCommandException;
}
// sets the time of last execution
session.resetExecuteTime();
synchronized (session) {
session.setPendingRequest(true); // IMPORTANT - set true before reset timeout - because of parallel echo call
// reset session timeout to OTI+ECI - during wait for server reply
this.sessionRegistry.resetSessionTimeout(session, (otiOnSCMillis + session.getSessionTimeoutMillis()));
}