Hi, In the publication step against Hybris in local I got the next error.
➜ curl -u admin:nimda --data-binary @publication.json -H "Content-Type:application/json" --request POST http://localhost:8080/datahub-webapp/v1/pools/GLOBAL/publications
Target system 'HybrisCoreInstallation' not found for request publication data: TargetSystemPublicationData{publicationId=null, startTime=null, endTime=null, status='null', targetSystemName='HybrisCoreInstallation', actionId=5, poolName='null', canonicalItemCount=0, internalErrorCount=0, externalErrorCount=0, numberOfErrors=0, ignoredCount=0}%
I have the next configuration in the target-datahub-extension.xml:
<name>HybrisCoreInstallation</name>
<type>HybrisCore</type>
<exportURL>${datahub.extension.exportURL}</exportURL>
<userName>${datahub.extension.userName}</userName>
<password>${datahub.extension.password}</password>
I have not customization in the data hub adapter in /opt/datahub/extension. And the Raw and Canonical process are SUCCESS as status.
Many Thanks.