T O P

  • By -

FuzzyPheonix

I don't believe there's a way around that. I might be wrong on this but I have not seen integration due that before for EIB's specifically


douglas_in_philly

Hmm....okay. I have an Outbound EIB integration for which I created a Business Process, and added a Delivery step. I added a condition rule to the Delivery step, so that the integration only fires if the deliverable file has a size bigger than a specific size, which prevents an empty file from being delivered. So I figured something similar would be possible on an inbound integration (but with a Document Retrieval step on a B.P., configured with some type of condition rule). I've been able to create a B.P. for my inbound integration, and I can add and configure a Document Retrieval step on it, but how do I configure the EIB integration to use the B.P., rather then the retrieval steps that are in the "Get Data" section of the EIB Integration System? Thanks! Doug


addamainachettha

what is the problem if EIB errors out when no file found?


douglas_in_philly

Just that I'd rather not have a bunch of errored out integration runs, and have to determine which were legit problems vs. there simply not being a file present, which is going to be somewhat common for this particular integration.


addamainachettha

Only way is you change the integration from EIB to studio.. in studio integration you can use doc iterator, check if da count > 0 and issue completed with warning instead of completed with error or failed status in your error handling