cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Build Error while installing Hybris CPQ

Former Member
0 Kudos
299

I am doing the installation of Hybris CPQ by performing the following steps mentioned in the link below: https://help.hybris.com/6.6.0/hcd/31df5d559c9c0d30e10000000a441470.html

But I am getting a few build errors while perfort All. Hybris is not able to find the following classes : com.sap.sxe.sys.SAPDate and com.sap.sxe.sys.SAPTimestamp

I have added the following extensions to my localextensions.xml file :

 <extension name="sapproductconfigbackoffice"/>
 <extension name="sapproductconfigbackofficessc"/>
 <extension name="sapproductconfigfacades"/>
 <extension name="sapproductconfigmodel"/>
 <extension name="sapproductconfigruntimeinterface"/>
 <extension name="sapproductconfigruntimessc"/>
 <extension name="sapproductconfigservices"/>
 <extension name="ysapproductconfigaddon"/>
 
 <extension name="sapproductconfigb2b"/>
 <extension name="sapproductconfigb2bservices"/>
 <extension name="sapproductconfigb2baddon"/>
 <extension name="sapproductconfigrules"/>
 <extension name="sapproductconfigrulesbackoffice"/>

Please let me know if anyone has faced a similar issue while CPQ setup and the steps to resolve it.

Accepted Solutions (0)

Answers (1)

Answers (1)

harsh_mudgal
Explorer
0 Kudos

This is because you don't have com.sap.custdev.projects.fbs.slc.common-3.0.14 jar file in hybris\bin\ext-integration\sap\productconfig\sapproductconfigruntimessc\lib. I also face the same issue, when i download and put the the jar file in the above path. I don't get the error for SAPTimestamp.

Thanks