cancel
Showing results for 
Search instead for 
Did you mean: 

how to config datahub adapter for publicating data from datahub to hybris?

Former Member
0 Kudos
364

I had configed datahub adapter follow this: https://help.hybris.com/6.2.0/hcd/e7dde442e14848d49bd021a2361f5d4b.html

but when i logged into datahub backoffice,and trended to processed a publish,i found i have no target system yet...

any reply would be greatful apprecate

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Did you guys find the solution... I am facing same issue. If you have resolved it, please post the resolution.

Former Member
0 Kudos

I have figured out the solution. Check in the console logs, if you are getting error for target type. If yes and if it says error because of the encryption strategy, it must be because you might have mentioned encryption key path in the datahub local properties but the path is not picked up.

To resolve the issue you have to mention path relative to your local.properties.

Thanks

Former Member
0 Kudos

I have the same problem, any idea how to resolve? define the target system name in the target-datahub-extension is not enough?

0 Kudos

Hi ligai,

You define target systems in your target-datahub-extension.xml, which gets loaded when Data Hub starts up. There is an example in the topic you linked, under the heading Configuring Inbound Communication. The name field is what should appear in the Target System drop down menu in Backoffice. The example uses variables for the URL, username, and password, and you can add the values for these to your local.properties file as follows:

 #data hub adapter
 datahub.extension.exportURL=http://localhost:9001/datahubadapter
 datahub.extension.userName=admin
 datahub.extension.password=nimda

Thanks for bringing this to our attention. I will enhance the documentation to make this clearer for future readers.

A.

Former Member
0 Kudos

seens like,I didn't define a target system (data hub adapter) in any where,is that anything I forget to do?but there is nothing refers to define a target in any configuration file during the tutorial.

Former Member
0 Kudos