HCL Commerce v9 Installation steps

Download the HCL Commerce eAssemblies : 

All current versions of HCL Commerce and HCL Commerce Developer can be downloaded from HCL License and Delivery portal.

Setting up HCL Commerce development environment : https://help.hcltechsw.com/commerce/9.0.0/install/concepts/cigdenvinstalldeploy.html

Download Installation Manager and install 
https://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7ERational&product=ibm/Rational/IBM+Installation+Manager&release=1.9.1.2&platform=Windows&function=all&useReleaseAsTarget=true

** Please create directory where you want to install all your version 9 packages before starting installation manager install. 

Ex: mkdir C:\IBM
Download RAD, WAS, DB2 and Commerce packages, Follow below URLs for details

Installing RAD : https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tiginstallrad.html

Installig WAS : https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tig_devprep_was.html

Installig DB2 : https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tiginstalldatabase.html

Installing Commerce : https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tigdevtoolkit_gui.html

Post download all the required packages, unzip and add Repository one by one. Follow the same sequence else your commerce installation will fail

1. Install RAD
2. Install WAS
3. Install DB2
4. Install Commerce. 

** Please note except DB2 all installation should be in same directory. (You can install DB2 also in same dir.)


POST Installation Steps: Once your installation is completed you need to setup your development environment
1. Run the DB creation steps: commerce v9 didn't come with default mall database, you need to create it 
follow the link https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tigdevinstalldb2_create.html
*make sure your admin user and db user is different other wise you will encounter issue on running initdb
Ex: create_database_db2.bat mall db2admin db2admin wcs db2admin 
make sure you have wcs user created in control panel Users with same password. 

2. Run setdb type : setdbtype.bat db2 C:\HCL\WCDE_V9\lib\db2 mall db2Admin db2Admin wcs db2Admin localhost 50000

please verify setdbtype.log to confirm your database has been updated correctly.

3. Run initdb_db2 : initdb_db2_sample.bat production mall localhost 50000 db2admin db2admin db2admin db2admin a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1 1234567890 wcsadmin 1234567890 passw0rd sampleData
https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tiginstalldb2_init.html

value Production or staging is based on which environment are you preparing. 

4. follow the steps mention in :

https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tigdevinstalldb2_init.html

https://help.hcltechsw.com/commerce/9.0.0/install/tasks/tiginstall_definespi_dev.html

https://help.hcltechsw.com/commerce/9.0.0/search/tasks/tsdsearchbuildindex.html


Post your questions or Error to get resolution. 

Comments

Popular posts from this blog

WCS Command Context initialization and cloning.

Protect/UnProtect Excel workbook using password