Hi,
I am in process of upgrading BOXI 3.1 to BI4 on Linux, and below is the command I am trying to run.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/boMcal/sap_bobj/enterprise_xi40/linux_x64/
export JAVA_HOME=/usr/boMcal/sap_bobj/enterprise_xi40/linux_x64/jdk
export PATH=/usr/boMcal/sap_bobj/enterprise_xi40/linux_x64/jdk/bin:$PATH
when I run the command
java -jar upgrademanagementtool.jar
I get the following error
warning: ORB.init: unknown property `ooc.orb.policy.request_timeout'
warning: ORB.init: unknown property `ooc.orb.policy.connect_timeout'
Upgrade management tool will now perform a Complete Upgrade.
java.lang.IllegalArgumentException: Invalid upgrade mode detected. Refer to the documentation for a list of acceptable modes. (UMT 20201)
at com.businessobjects.upgrademanager.PageLogOn.onTextModeInvocation(PageLogOn.java:546)
at com.businessobjects.upgrademanager.UpgradeManagerConsole.showPage(UpgradeManagerConsole.java:69)
at com.businessobjects.upgrademanager.UpgradeManagerConsole.open(UpgradeManagerConsole.java:43)
at com.businessobjects.upgrademanager.UpgradeManagerMain.run(UpgradeManagerMain.java:104)
Invalid upgrade mode detected. Refer to the documentation for a list of acceptable modes. (UMT 20201)
thanks
LUZ JANETH IDARRAGA MILLAN