e.printStackTrace(log);
throw new StatusException("Couldn't create a test environment", e);
}
if (DPT.hasByName("DataPilotTable")) {
DPT.removeByName("DataPilotTable");
}
DPT.insertNewByName("DataPilotTable", sCellAddress, DPDsc);
try {
oObj = (XInterface) AnyConverter.toObject(
new Type(XInterface.class),DPT.getByName(DPT.getElementNames()[0]));