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

SAP Hybris Marketing (On premise ) integrating with Hybris Commerce

Former Member
0 Likes
1,494

Dear Friends

Can anyone did how to SAP Hybris Marketing (On premise ) integrating with Hybris Commerce??

Any specific documents for step by step integration please provide me.

Regards,

Srikar

Accepted Solutions (0)

Answers (3)

Answers (3)

KunalBansal
SAP Champion
SAP Champion

Dear Srikar,

For information about how to set up the integration with SAP Hybris commerce, see the SAP Hybris Help Portal under https://help.hybris.com >> Integrations and Data Mangement >> SAP Integrations >> SAP Hybris Marketing Integration.

Best Regards,

Kunal

Former Member
0 Likes

Thanks Kunal,

Yes but i am little confusing how to start and where to start?

Do u have any relevant document for this integration means i am unable to understand.

Please kindly provide any documents?step by step

Regards,

Srikar

KunalBansal
SAP Champion
SAP Champion
Former Member
0 Likes

Hi ,

Looking at the steps to integrate Hybris Marketing and Hybris Commerce, we see the following pre-requisites:

If setting up a production environment, the manual installation of extensions and AddOns is recommended. Also, include the SAP Hybris Marketing server certificate in the JRE trust store (cacerts) for the SAP Hybris Commerceservers: <%java_home%>\keytool<-import -alias><server_alias><-file>certificate_file.cer<-keystore %my_key_store%>

Can anyone let us know how to download and install the Hybris Marketing Server Certificate in Hybris Commerce. We need step by step processes.

Regards,

Krish

Former Member
0 Likes

Thanks Kunal,

Former Member
0 Likes

Hi kunalkumar.bansal

Hybris marketing to hybris commerce?

is it mandatory for Datahub and Odata services? or Only Odata is enough?

Do u have any idea?

Thanks,

sri

KunalBansal
SAP Champion
SAP Champion
0 Likes

Dear Srikar, Could you explain a bit more what exactly you're looking for?

OData in HMC are APIs provided! A PI or CPI is required for data flow between 2 different system.

Former Member
0 Likes

Ok

I am trying to integrate Hybris commerce to hybris marketing so what are the integration technologies required

OData or Datahub or both?I have done hybris commerce 6.7 system setup installed all Extensions and hybris recipes and placed the certificate in JRE trust store


Here my question is For integration Odata and datahub both required for this integration?


How to connect the Ymkt to hybris commerce?


Thanks,

Sri

Former Member
0 Likes

Hi Kunal Bansal

I have configured data hub in hybris commerce system

My question how to get the data Datahub to hybris marketing system?(On-premise)?

What are connections required datahub to ymkt?

Please help me on this.

Thanks,

Sri

KunalBansal
SAP Champion
SAP Champion
0 Likes

Dear Srikar,

I am not sure of how it works as I am not expert of yComm.

But you can use OData Services for this, also refer to https://blogs.sap.com/2017/03/14/hybris-sap-integrations-part-1/

Former Member
0 Likes

Hi,

Looking at the steps to integrate Hybris Marketing and Hybris Commerce, we see the following pre-requisites:

If setting up a production environment, the manual installation of extensions and AddOns is recommended. Also, include the SAP Hybris Marketing server certificate in the JRE trust store (cacerts) for the SAP Hybris Commerceservers: <%java_home%>\keytool<-import -alias><server_alias><-file>certificate_file.cer<-keystore %my_key_store%>


Can anyone let us know how to download and install the Hybris Marketing Server Certificate in Hybris Commerce. We need step by step processes.


Regards,


Krish

0 Likes

Hi Krish,

please find an instruction on how to download and install the certificate below:

Installation of Certificates

  • Save it locally (e.g. desktop), chose base 64 encoded during the downloading and saving process.
  • In Commerce:
  • If available open importCertificate.bat with Notepad and adjust the code. If it is not available create a new bat file with the following content (adjust it with the new path / certificate):
  • (in the example below, the name of our downloaded certificate is RT7)

set java_home="C:\Program Files\Java\jdk1.8.0_131\bin"

set my_key_store="C:\Program Files\Java\jdk1.8.0_131\jre\lib\security\cacerts"

%java_home%\keytool -list -keystore %my_key_store%

echo Use Password "changeit"

%java_home%\keytool -importcert -alias ERPRT7 -file C:\Users\sapinst\Desktop\RT7.cer %my_key_store%

%java_home%\keytool -list -keystore %my_key_store%

  • Execute the new created / adjusted bat file --> PW is changeit as described in the bat file.
  • For deleting certificate you can use the bat file with the following content:

set java_home="C:\Program Files\Java\jdk1.8.0_91\bin"

set my_key_store="C:\Program Files\Java\jdk1.8.0_91\jre\lib\security\cacerts"

%java_home%\keytool -delete -alias ldcicc2.wdf.sap.corp -keystore %my_key_store%

Hope this helps!

Best regards,
Jana

0 Likes

Hello Srikar,

you can also find information including step by step integration guides here: https://rapid.sap.com/bp/#/browse/categories/lines_of_business/areas/marketing/packageversions/RDS_H...

Best regards,

Jana