on 2017 May 08 5:52 PM - last edited on 2024 Feb 04 5:40 AM by postmig_api_4
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
Request clarification before answering.
Did you guys find the solution... I am facing same issue. If you have resolved it, please post the resolution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
I have the same problem, any idea how to resolve? define the target system name in the target-datahub-extension is not enough?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
21 | |
16 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.