try {
// reading exist engine
SbiEngines engine = getAssociatedSbiEngine(exportedObj, sessionCurrDB, metaAss);
obj.setSbiEngines(engine);
// reading exist object type
SbiDomains existDom = getAssociatedBIObjectType(exportedObj, sessionCurrDB, importer);
if (existDom != null) {
obj.setObjectType(existDom);
obj.setObjectTypeCode(existDom.getValueCd());
}
// reading exist state
SbiDomains existDomSt = getAssociatedBIObjectState(exportedObj, sessionCurrDB, importer);
if (existDomSt != null) {
obj.setState(existDomSt);
obj.setStateCode(existDomSt.getValueCd());
}
// reading exist datasource
SbiDataSource localDS = getAssociatedSbiDataSource(exportedObj, sessionCurrDB, metaAss);
if (localDS != null) obj.setDataSource(localDS);
// reading exist datasset