Project:
View Revisions: Issue #14788 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0014788: ant install.source without Oracle user creation | ||
Revision | 2010-10-14 15:32 by rafaroda | ||
Description | If, for security reasons, one does not have the admin credentials of the Oracle SID where Openbravo will be installed, allow to launch: ant install.source I see 2 options: 1) Avoid the create.database step in the install source, something like: ant install.source -Dcreate.database=no This supposes that you already filled the database importing a DMP file like Openbravo ERP 2.50 MP21 DMP @ http://uploading.com/files/c424m43m/cleanmp21db_ora.dmp/ [^] 2) Skip inside create.database the database user creation but keep going with the model and sourcedata creation, something like: ant install.source -Dcreate.db.user=no Workaround: if database is exported and imported in a DMP file, then run: ant core.lib wad.lib trl.lib compile.complete (see related documentation issue 0014787) |
||
Revision | 2010-10-06 12:18 by rafaroda | ||
Description | If, for security reasons, one does not have the admin credentials of the Oracle SID where Openbravo will be installed, allow to launch: ant install.source This means, avoid the create.database step in the install source, something like: ant install.source -Dcreate.database=no Workaround: if database is exported and imported in a DMP file, then run: ant core.lib wad.lib trl.lib compile.complete (see related documentation issue 0014787) |
Copyright © 2000 - 2009 MantisBT Group |