Make the following modifications to the buildinstance.xml file, found in the EDX_HOME/db/oracle
directory:
- Remove the following code from the
CheckdirOLAP
target:
<available file="${filepath}" type="dir" property="direxists"/>
<fail unless="direxists" message="${line.separator}${line.separator}Directory '${filepath}' does not exists. Create the folder and install again; or try a different path for the Tablespace"/>
- Remove the following code from the
CheckdirOLTP
target:
<available file="${filepath}" type="dir" property="direxists"/>
<fail unless="direxists"
message="${line.separator}${line.separator}Directory '${filepath}' does not
exists. Create the folder and install again; or try a different path for the
Tablespace"/>
- In the target
"SetupDatabaseOLAP"->replace->replacefilter
, remove "${EBILL_SID}/${OLAP_USER}/data"
from the following code, and remove the same code for all tokens with _LOC
at the end of the name:
token="$L_DB_EDX_DATA_TB_FILE_LOC"
value="${L_DB_EDX_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLAP_USER}/
data"/>
- In the target
"SetupDatabaseOLTP "->replace->replacefilter,
remove "${EBILL_SID}/${OLTP_USER}/data"
in the following code, and remove the same code for all tokens with _LOC
at the end of the name:
token="$L_DB_EDX_DATA_TB_FILE_LOC"
value="${L_DB_EDX_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_APP_DATA_TB_FILE_LOC"
value="${L_DB_APP_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_EDX_INDX_TB_FILE_LOC"
value="${L_DB_EDX_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data">
token="$L_DB_APP_INDX_TB_FILE_LOC"
value="${L_DB_APP_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data">
token="$L_DB_LOAD_DATA_TB_FILE_LOC"
value="${L_DB_LOAD_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data">
token="$L_DB_LOAD_INDX_TB_FILE_LOC"
value="${L_DB_LOAD_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_FS_DATA_TB_FILE_LOC"
value="${L_DB_FS_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_FS_INDX_TB_FILE_LOC"
value="${L_DB_FS_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_STG_DATA_TB_FILE_LOC"
value="${L_DB_STG_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$L_DB_STG_INDX_TB_FILE_LOC"
value="${L_DB_STG_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$LARGE_DB_EDX_DATA_TB_FILE_LOC"
value="${LARGE_DB_EDX_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$LARGE_DB_EDX_INDX_TB_FILE_LOC"
value="${LARGE_DB_EDX_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$MEDIUM_DB_EDX_DATA_TB_FILE_LOC"
value="${MEDIUM_DB_EDX_DATA_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>
token="$MEDIUM_DB_EDX_INDX_TB_FILE_LOC"
value="${MEDIUM_DB_EDX_INDX_TB_FILE_LOC}/${EBILL_SID}/${OLTP_USER}/
data"/>