} catch (Exception e) {
throw new SpagoBIRuntimeException("An error occurred while resolving profile attributes", e);
}
try {
resultXML=connector.readDataSet(address, parameters, operation);
} catch (RemoteException e) {
throw new SpagoBIRuntimeException("DataSetService not available", e);
}
try {