364365366367368369370371372373374
info.setSystemPassword(dbsystempassword); info.setup(); HADBCreateSchema creator = new HADBCreateSchema(info); return creator.create(); } catch(HADBSetupException hse) { throw hse; }