HCL Commerce Developer

Setting the spiuser password in

You must set the spiuser user password in your to allow for your servers to function together as expected.

About this task

All servers in are hard coded to use a default spiuser user password.

The default password for the spiuser user in the provided sample DB2 Docker container is: QxV7uCk6RRiwvPVaa4wdD78jaHi2za8ssjneNMdu3vgqi

If you specified a different password during Loading the database schema, then you must update your server properties so that the password is synchronized with the one that is in the database.
Important: Even if you are using the default provided password, you must run the setSpiuserPassword utility with the default password. For your convenience, the example in the procedure includes the default password value.

Procedure

  1. Open a command line interface and navigate to the WCDE_installdir\bin\ directory.
  2. Use the setSpiuserPassword utility to set the spiuser user password throughout your .
    In the command prompt, run:
    setSpiuserPassword spiuser_plain_text_password
    For example:
    setSpiuserPassword QxV7uCk6RRiwvPVaa4wdD78jaHi2za8ssjneNMdu3vgqi

  3. If the Transaction, Search, Store, or Customization servers are running, restart the servers.

Results

The spiuser user password has been set in your to correspond with the one that is encrypted in the associated development database.