Multidomain MDM
- Multidomain MDM 10.4
- All Products
SiperianClient sipClient = SiperianClient.newSiperianClient(new File( context.getTestPTTStartDir() + "siperian-client.properties" ) ); ExecuteBatchUnmergeRequest req = new ExecuteBatchUnmergeRequest(); req.setTableName(jobContext.getTableName()); // BO table name req.setSourceTableName(jobContext.getSourceTableName()); // the list of XREFs to unmerge table name ExecuteBatchUnmergeResponse executed = (ExecuteBatchUnmergeResponse) sipClient.process( req ); String errMessage = executed.getMessage(); int rc = executed.getRetCode();