handleException("Invalid FIX EPR " + targetEPR + ". The EPR prefix must be " +
FIXConstants.FIX_PREFIX);
}
else {
Hashtable<String,String> properties = BaseUtils.getEPRProperties(targetEPR);
this.sessionID = new SessionID(
properties.get(FIXConstants.BEGIN_STRING),
properties.get(FIXConstants.SENDER_COMP_ID),
properties.get(FIXConstants.SENDER_SUB_ID),
properties.get(FIXConstants.SENDER_LOCATION_ID),
properties.get(FIXConstants.TARGET_COMP_ID),