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

Issue with product replication from SAP S/4 HANA to Hybris

Former Member
0 Likes
315

Hi Everyone,

While replicating products from SAP (S/4 HANA) to Hybris, we are getting a below-mentioned error in console.

  1. Authentication failed for the target system.

  2. Publication #1 to target system HybrisCore failed com.hybris.datahub.api.publication.PublicationException: An error occurred during the export of Impex file.

Although, I did found the SAP NOTE 2482201, was not able to rectify the issue applying it.

Can anyone help?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hi /Mahesh ,

Can you please provide steps to integrate s/4 hana with hybris ?

former_member387866
Active Contributor
0 Likes

You've waited three hours for an answer that can be found on help.hybris.com in 3 seconds?

Former Member
0 Likes

add following properties in datahub local.properties

 # Target System - hybris system URL 
 targetsystem.hybriscore.url=http://<ip addresss of commerce suite>:9001/datahubadapter
 
 # Target System - username for hybris system
 targetsystem.hybriscore.username=admin
 
 # Target System - password for hybris system
 targetsystem.hybriscore.password=nimda

former_member387866
Active Contributor
0 Likes

Hi Mahesh,

Have you checked that your Data Hub local.properties:

 datahub.security.basic.admin.user=admin
 datahub.security.basic.admin.password=nimda
 datahub.security.basic.read_only.user=rouser
 datahub.security.basic.read_only.password=ropass

and your Commerce Suite local.properties:

 datahubadapter.datahuboutbound.user=admin
 datahubadapter.datahuboutbound.password=nimda

Have the same userand password, it might've been changed or overwritten.

Regards,
Luke

Former Member
0 Likes

Hi Luke,

Thanks for your reply. I have checked both the files and credentials are same in both local.properties file.

Can you suggest any other alternative?

I am providing the exception log (attachment) for your reference: link text