cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris 6.2 integration with CRM SOM scenario errors while server build up

Former Member
0 Kudos

Hi all,

I am integrating hybris 6.2 version with CRM in SOM scenario. I have added all jars,extensions and recipe from CRM integration package 2.1 as given in sap marketplace. After running the crm_aom_som_b2b_b2c recipe I have got many extensions in localextensions.xml from which I have removed AOM extensions.

I am facing multiple errors in productconfig extensions while building the server(i.e. ant all). However I am not implementing CPQ or product configuration but I can't eliminate these extn as other extn are dependent on them.

Please let me know to resolve the errors in productconfig extensions related to com.sap.custdev. it must be some jar which is referenced in these extn as given below imports. where to find it ??

import com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderManager;

import com.sap.custdev.projects.fbs.slc.cfg.client.ITextDescription;

import com.sap.custdev.projects.fbs.slc.dataloader.settings.IDataloaderConfiguration;

import com.sap.custdev.projects.fbs.slc.dataloader.standalone.DataloaderConfiguration;

import com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderManagerImpl;

import com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderWorker;

import com.sap.custdev.projects.fbs.slc.dataloader.standalone.manager.DataloaderWorkerHybris; and many more....

former_member224482
Active Contributor
0 Kudos

CPQ libraries must be downloaded separately via the Service Market Place (SMP).

Former Member
0 Kudos

Thanks Robin. I downloaded the libraries and it worked.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I found that these CPQ related extensions(jars) must be downloaded from the SAP marketplace. Even after adding those jars I had to add more patch release for CPQ, also downloaded from marketplace. These must be added inside lib folder of sapproductconfigmodel(dataloader jars) and sapproductconfigruntimessc(engine jars). The download also contains the guidelines on CPQ-hybris.

Answers (1)

Answers (1)

former_member387866
Active Contributor
0 Kudos

Hi Prerna,

I think that the missing com.sap.custdev might be a Maven Build issue. Can you please do a ctrl+F (find text) in your log files for com/sap/custdev/projects?

You might need a new POM with hybris Passwords, or you might just be behind a proxy or firewall.

Regards,
Luke