I developed a Feeder Service
for Eloqua and whenever the syncronization happens I get the following error:
java.lang.RuntimeException: { "failures":[{"field":"syncedInstanceUri","detail":"Must reference CloudFeeder instance within a WorkFlow"}]}
at com.on24.common.ejb.service.wcc.eloqua.client.contact.EloquaContactClient.importData(EloquaContactClient.java:100) at com.on24.common.ejb.service.wcc.eloqua.client.contact.EloquaContactSync.run(EloquaContactSync.java:135) at com.on24.common.ejb.service.wcc.eloqua.client.asyncQueue.EloquaSyncProcess.process(EloquaSyncProcess.java:216) at com.on24.common.ejb.service.wcc.eloqua.client.asyncQueue.EloquaSyncProcess.run(EloquaSyncProcess.java:114) at com.on24.common.handler.EloquaSyncHandler.process(EloquaSyncHandler.java:16) Truncated. see log file for complete stacktrace
I've searched everywhere but eloqua documentation doesn't have much help when it comes to error messages, so does anyone know exactly what this response from eloqua mean:
{ "failures":[{"field":"syncedInstanceUri","detail":"Must reference CloudFeeder instance within a WorkFlow"}]}