Upgrade Aggregate Storage Outline Version
These are the steps to perform to upgrade an aggregate storage outline to Essbase 21c.
- Note that these steps can be performed only after importing the outline.
- Download platform- specific Essbase 21c ESSCMDQ from Download ESSCMDQ to your target Essbase system.
- Unzip the files directly to the same directory where ESSCMD is present in your installation.
- Make a copy of the existing script:
as./Oracle/domains/esscs/esstools/bin/startESSCMD.sh
./Oracle/domains/esscs/esstools/bin/startESSCMDQ.sh
Within this newly created script, change the call from:
to<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMD.sh
<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMDQ.sh
- Make a copy of the script:
as:<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMD.sh
<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMDQ.sh
- Edit
and change the last line from<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMDQ.sh
to:<EssbaseBasePath>/bin/ESSCMD
<EssbaseBasePath>/bin/ESSCMDQ
- Just before this last line, add the following lines:
export ESSCMDQ_UTF8MODE=1 export ESSLANG=.UTF-8@Binary
- After launching this script:
execute the following commands in ESSCMDQ:<Essbase_Product_Home>/products/Essbase/EssbaseServer/bin/startESSCMDQ.sh
login hostname username password; select "appname" "cubename"; openotl 2 1 "appname" "cubename" "outlinename" y y 0; setopgversion 0 "111241"; getopgversion 0; writeotl 0 2 1 "appname" "cubename" "outlinename"; restructotl 1; closeotl 0; unlockobj 1 "appname" "cubename" "outlinename"; logout; exit;