Follow these steps to install the Supply Chain Hub:
-
Log in to the application tier node as the application owner user e.g.
applmgr. -
Download the installation file
supply_chain_hub_*.zipand copy or ftp it to a location of your choice on the EBS application server node. -
Extract the .zip file and navigate to the folder
supply_chain_hub, located under the directory from where it is extracted. Add execution permissions for shell scripts and perform the installation by runninginstall.sh:
unzip supply_chain_hub_*.zip
cd supply_chain_hub_*/
./install.shDuring execution, the script will ask for the APPS database user password.
Note: To run the installation non-interactively, you also can set the apps password before script execution, for example:
export APPS_PWD=appsReview the error summary and installation log file and in case of any errors, please contact our support and send us the created supply_chain_hub_install_logs_*.zip file to analyze the problem.
Note: If you are running decentralized ASCP and wish to use the Action Release/Reschedule/Cancel recommendations functionality from the Supply Chain Hub running in the EBS Instance; then you must also install Blitz Report on the ASCP instance.
Previous: 1. Prerequisites | Next: 3. Application Setup