Skip to main content

I’ve just started using the Boomi IFS REST Partner Connector, and am having issues getting data from IFS.

I’ve seen the list of resources here 

and have been working through the setup steps here: https://community.boomi.com/s/article/Getting-Started-with-the-IFS-Applications-10-REST-Connector

I can create the Connection to our test env without any issues using OAuth 2.0 (i.e. I get a “Test connection successful” message), but whenever I try to set up an Operation to query a projection, I get a “Unable to browse connector: Projection not found, or not Included in Compatibility Application Type” error. I’ve tried with 5 or 6 different projections now, so suspect that maybe that’s not the issue.

The IFSBOOMI service user has FND_CONNECT and IFSREADONLYSUPPORT permissions at present; does it need more? Or is it likely to be something else?

To add to this slightly - I can connect to our Test env using Postman, using the same service user as the Boomi connection is using. But if I try to connect to the same projection via Boomi, I get the error above.


In case anyone else has a similar problem - I believe the issue was that when I was setting up the connector, I was using a GET Action. When I changed this to a QUERY Action, the Operation worked fine.


Reply