How to install a new temporary license for any DB (Like: HSQLDB) or how to resolve license failed error in SAP Commerce (SAP Hybris)?

To install a new temporary license for HSQLDB, use the -temp option.

Navigate to <HYBRIS_HOME>/bin/platform/ and run the scripts directly from this location.

1.           For Windows systems:

license.bat -temp CPS_<database code>

2.           For Unix-based systems:

$ ./license.sh -temp CPS_<database code>

SAP Commerce has the product code CPS, which is combined with the database that the license has been issued for.

The combined value will change as per below table according to the Database.

Database

Value

SAP Hana

CPS_HDB

Microsoft SQL Server (Single Node, Active/Passive)

CPS_MSS

Oracle (Single Node, Active/Passive, Active/Active)

CPS_ORA

MySQL (Single Node, Active/Passive)

CPS_MYS

Percona XtraDB Cluster

CPS_MYS

HSQLDB (Single Node)

CPS_SQL

If it is failed to install the temporary license and gives the error, then delete first as below and install again.

At the time of failed / Error it also gives the HARDWARE-KEY (Ex= Y4989890650) , copy that HARDWARE-KEY and delete the existing CPS_SQL by following command:

1.           For Windows systems:

license.bat -delete CPS Y4989890650 CPS_<database code>

2.           For Unix-based systems:

$ ./license.sh -delete CPS Y4989890650 CPS_<database code>


No comments:

Post a Comment