Identity Attribute is not found

Which IIQ version are you inquiring about?

Version 8.2

Share all details related to your problem, including any error messages you may have received.

Hi Team,
We have configured a new web service application. the test connection is successful, but while doing Schema preview or account aggregation it appears nothing and we encountered Identity Attribute is not found in syslogs.
Actually, we added the Schema identity attribute “employeeId” which is already present in the Identity mappings. kindly assist me

Thank you

Please share your application xml, there should be something wrong in your mapping

It’s also important which connector you use - there are some which does not support additional attributes.

2 Likes

@Vinodcsod - did you mapped schema attributes correctly from api response.

Hi @iamksatish ,
Here is the application file.
application.xml (11.9 KB)

yes, I did for the operation - account aggregation

Hi @kjakubiak ,
I’m using the Web Services connector. and the test connection is successful.

@Vinodcsod have you tried testing on postman first to check the attributes your receiving ?

@Vinodcsod - Ensure that the identity attribute ‘employeeId’ does not contain null or empty values.

@Vinodcsod ,

Schema preview will work if you have below entry in application xml .
featuresString="DISCOVER_SCHEMA

by deafult Web Serice connector doesn’t contain this value .

Thank you for the support team, there was an issue with the target side.

@murali_kundu : As i have learned from my experience, if test connection is successful, that doesn’t mean everything is Ok, especially when u r working on web service based connector. Only the status code is in 2** series retured by target server. As a best practice, it is important to validate in postman before configuring the endpoint also for any other operation, do configure the after rule for processed response value :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.