From 2965c83ae22d722f4318abacdfd213f747988c54 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 28 Apr 2007 21:15:41 +0000 Subject: [PATCH] drop wrong sqlj reference on oracleXE restore --- utils/oracleXE/DBRestore.bat | 5 ----- utils/oracleXE/DBRestore.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/utils/oracleXE/DBRestore.bat b/utils/oracleXE/DBRestore.bat index ddf06b38a5..96937ec9c4 100644 --- a/utils/oracleXE/DBRestore.bat +++ b/utils/oracleXE/DBRestore.bat @@ -22,11 +22,6 @@ @echo ------------------------------------- @imp %1@%ADEMPIERE_DB_SERVER%/%ADEMPIERE_DB_NAME% FILE=%ADEMPIERE_HOME%\data\ExpDat.dmp FROMUSER=(%2) TOUSER=%2 STATISTICS=RECALCULATE -@echo ------------------------------------- -@echo Create SQLJ -@echo ------------------------------------- -@call %ADEMPIERE_HOME%\Utils\%ADEMPIERE_DB_PATH%\create %ADEMPIERE_DB_USER%/%ADEMPIERE_DB_PASSWORD% - @echo ------------------------------------- @echo Check System @echo Import may show some warnings. This is OK as long as the following does not show errors diff --git a/utils/oracleXE/DBRestore.sh b/utils/oracleXE/DBRestore.sh index 6be152f37d..28d43fa4c0 100644 --- a/utils/oracleXE/DBRestore.sh +++ b/utils/oracleXE/DBRestore.sh @@ -28,11 +28,6 @@ echo Import ExpDat echo ------------------------------------- imp $1@$ADEMPIERE_DB_SERVER/$ADEMPIERE_DB_NAME FILE=$ADEMPIERE_HOME/data/ExpDat.dmp FROMUSER=\($2\) TOUSER=$2 -echo ------------------------------------- -echo Create SQLJ -echo ------------------------------------- -$ADEMPIERE_HOME/utils/$ADEMPIERE_DB_PATH/create.sh $ADEMPIERE_DB_USER/$ADEMPIERE_DB_PASSWORD - echo ------------------------------------- echo Check System echo Import may show some warnings. This is OK as long as the following does not show errors