on ‎2018 Feb 06 10:55 AM - last edited on ‎2024 Feb 04 4:17 AM by postmig_api_4
Hi Everyone,
While replicating products from SAP (S/4 HANA) to Hybris, we are getting a below-mentioned error in console.
Authentication failed for the target system.
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
Request clarification before answering.
Hi /Mahesh ,
Can you please provide steps to integrate s/4 hana with hybris ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You've waited three hours for an answer that can be found on help.hybris.com in 3 seconds?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.