I am getting the following error when trying to push an XML Bod through ION into infor M3. I feel like I am missing a simple step. I have activated the custom mapping. I have created/generated the document metadata inside ION. I have created a file connection and a data flow to scoop the file up and pass it on to M3.
com.infor.ion.container.common.exception.ServiceContainerException: [API VERSION : v3] sendMultiPartMessage failed: : FaultInfo [Http Status Code=400, Http Error Cause=Bad Request, Error Response={"status":"FAIL","code":400,"errors":"No channel is available for the assigned document name. The document Process.M3ExportProjectInvoices was not found in the ION Documents UI or not configured in any IMS channel"}, ImsType: Cloud] at com.infor.ion.plugins.ims.adapter.service.rest.MessagingRestService.sendMessage(MessagingRestService.java:946) at com.infor.ion.plugins.ims.adapter.internal.ImsAdapter.processMessage(ImsAdapter.java:661) at com.infor.ion.plugins.ims.adapter.internal.ImsAdapter.handleMessage(ImsAdapter.java:631) at com.infor.ion.container.element.base.adapter.BaseElement.handleMessage(BaseElement.java:453) at com.infor.ion.container.element.base.adapter.BaseElement.process(BaseElement.java:228) at com.infor.ion.broker.process.channel.queue.md.MDDontOwnQueuePollOneQueue.handleMessage(MDDontOwnQueuePollOneQueue.java:1490) at com.infor.ion.broker.process.channel.queue.md.MDDontOwnQueuePollOneQueue.lambda$bodyOfReceivingLoop$1(MDDontOwnQueuePollOneQueue.java:945) at com.infor.ion.container.common.memory.MemoryProtectionUtils$MemoryProtectionContext.doWithProtectionOfHeap(MemoryProtectionUtils.java:1215) at com.infor.ion.container.common.memory.MemoryProtectionUtils.doWithProtectionOfHeap(MemoryProtectionUtils.java:558) at com.infor.ion.broker.process.channel.queue.md.MDDontOwnQueuePollOneQueue.bodyOfReceivingLoop(MDDontOwnQueuePollOneQueue.java:820) at com.infor.ion.broker.process.channel.queue.md.MDDontOwnQueuePollOneQueue$1.run(MDDontOwnQueuePollOneQueue.java:754) at com.infor.ion.shared.tenant.ThreadLocalRunnable.run(ThreadLocalRunnable.java:193) at com.infor.ion.grid.common.util.ObservableSingletonThread.lambda$start$0(ObservableSingletonThread.java:115) at com.infor.ion.shared.tenant.ThreadLocalRunnable.run(ThreadLocalRunnable.java:193) at java.base/java.lang.Thread.run(Thread.java:840)Caused by: com.infor.ion.plugins.ims.adapter.service.exception.MessagingServiceException: Bad Request. HTTP response status code: 400 at com.infor.ion.plugins.ims.adapter.service.rest.RestServicesDelegator.invokeRestWS(RestServicesDelegator.java:384) at com.infor.ion.plugins.ims.adapter.service.rest.RestServicesDelegator.handleRestCall(RestServicesDelegator.java:152) at com.infor.ion.plugins.ims.adapter.service.rest.MessagingRestServiceV3.sendMultiPartMessage(MessagingRestServiceV3.java:375) at com.infor.ion.plugins.ims.adapter.service.rest.MessagingRestService.sendMessage(MessagingRestService.java:878)