Project:
View Revisions: Issue #14787 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0014787: Document how to install OB from sources if no SID admin Oracle | ||
Revision | 2010-10-06 16:26 by rafaroda | ||
Description | If, for security reasons, one does not have the admin credentials of the Oracle SID where Openbravo will be installed, detail the steps to follow. We did the following: 1) In a environment where you have the Oracle SID admin, configure your Openbravo.properties file http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo.properties#Database [^] 2) Remove the content of referencedata/sampledata https://code.openbravo.com/erp/devel/pi/file/tip/referencedata/sampledata [^] 3) Launch: ant create.database 4) Export this schema to a DMP file http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Development_Model#Export [^] Download the result of the clean Openbravo ERP 2.50 MP21 DMP @ http://uploading.com/files/c424m43m/cleanmp21db_ora.dmp/ [^] 5) In the environment where you do not have Oracle SID admin, ask to create a user with the permissions shown in the image attached. 6) Configure Openbravo.properties in this new environment, leaving bbdd.systemUser and bbdd.systemPassword blank. 7) Import the DMP file into this schema http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Development_Model#Import [^] 8) Launch: ant core.lib wad.lib trl.lib compile.complete 9) Create a war file: ant war 10) Copy this war file into Tomcat webapps folder (steps 8, 9 and 10 replace: ant install.source which can not be launched because not having SID admin credentials). |
||
Revision | 2010-10-06 12:10 by rafaroda | ||
Description | If, for security reasons, one does not have the admin credentials of the Oracle SID where Openbravo will be installed, detail the steps to follow. We did the following: 1) In a environment where you have the Oracle SID admin, configure your Openbravo.properties file http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo.properties#Database [^] 2) Remove the content of referencedata/sampledata https://code.openbravo.com/erp/devel/pi/file/tip/referencedata/sampledata [^] 3) Launch: ant create.database 4) Export this schema to a DMP file http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Development_Model#Export [^] See the result of Openbravo ERP 2.50 MP21 attached 5) In the environment where you do not have Oracle SID admin, ask to create a user with the permissions shown in the image attached. 6) Configure Openbravo.properties in this new environment, leaving bbdd.systemUser and bbdd.systemPassword blank. 7) Import the DMP file into this schema http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Development_Model#Import [^] 8) Launch: ant core.lib wad.lib trl.lib compile.complete 9) Create a war file: ant war 10) Copy this war file into Tomcat webapps folder (steps 8, 9 and 10 replace: ant install.source which can not be launched because not having SID admin credentials). |
Copyright © 2000 - 2009 MantisBT Group |