Skip to main content

I am trying to import an IFS REST - Partner Connector Operation I am receiving a “Unable to browse connector: Projection not found, or not Included in Compatibility Application Type”.

Our Connector is currently using OAuth 2.0. Although. I have also tried using basic authentication and I am getting the same error.

I have also tried using “GET” and “QUERY” but both are giving me the same error.

I’ve tried the call in Postman and it works perfectly fine.

I’ve also checked the API Explorer in Cloud. I found the UserHandling projection. It’s status is “Active” and I don’t see an option to “Include in compatibility Application Type” which is what I used to do when activating an Aurena API for our APPS10 instance.

Is there another step that I am missing?

In general, no. The projection should be available, but Can you try refreshing the projection cache manually? 
(double-check the projection name)

https://<server>:<port>/main/ifsapplications/projection/ClearCache?METHOD=CLEAR_PROJECTION_CACHE&VALUE=UserHandling.svc

https://<server>:<port>/main/ifsapplications/web/server/clearmetadatacache

 


Hello ​@jamie.malangyaon 

For the UserHandling projection, please ensure that the projection Category is set to Main in the import wizard.

 


@ahmad.hassan This fixed my issue! Thank you! Just a little curious, how do you know whether the category is Main or Integration for a projection?


It's good to know that the issue has been resolved.

To determine the category type, you can refer to the IFS API Explorer page, where you'll find a Category column that provides this information.
When the Category on this page is set to Integration, the Projection Category in Boomi IFS REST Operation should also be Integration. Otherwise, the Projection Category should default to Main.

 


@ahmad.hassan Great, this is extremely helpful. Thank you again!


Reply