Skip to Content
0
Former Member
Oct 25, 2016 at 01:03 AM

target-system-publications error not showing by publicationId

148 Views

Hi, We have recently migrated from 5.6 to 6.1.We are loading some products.When I check http://localhost:8080/datahub-webapp/v1/target-system-publications it shows COMPLETE_W_ERRORS as below:

     <publicationId>17</publicationId>
     <startTime>2016-10-24T16:56:53-05:00</startTime>
     <endTime>2016-10-24T16:56:55-05:00</endTime>
     <status>COMPLETE_W_ERRORS</status>
     <targetSystemName>HybrisCore</targetSystemName>
     <actionId>3</actionId>
     <poolName>GLOBAL</poolName>
     <numberOfErrors>0</numberOfErrors>
     <canonicalItemCount>19</canonicalItemCount>
 </targetSystemPublicationData>

So i checked Publication Error by Id i.e. http://localhost:8080/datahub-webapp/v1/target-system-publications/17/errors but I am getting .

Why it's not showing the errorDatas ?What property we have to set for the same? What is the restAPI to check the Publication Errors by ID in 6.1 ? In our other env we have 5.6 and /target-system-publications/{publicationId}/errors returns the errors for the publicationId why the same restAPI returning empty in 6.1. we have following properties set in both env. kernel.autoInitMode=update # cleanup datahub.cleanup.rawitem.enabled=false datahub.cleanup.canonicalitem.enabled=false datahub.cleanup.targetitem.enabled=false datahub.cleanup.publisheditems.enabled=false