Refresh Identity Cube Task Failing

Which IIQ version are you inquiring about?

8.3p1

Please share any images or screenshots, if relevant.

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

Were getting this error and can’t figure out which identity its erroring out on. We’ve attempted to enable a couple of logs in the log4j file but not finding anything that is mentioned in the task error. Does anyone have any suggestions?

The failure message has the rule name that causes the error. Try to handle all null scenarios in this rule to ensure you do not have any null pointer error in this rule. You can also log the Identity for which you get a null value for a data attribute that you are not handling currently to find which Identity was causing the error.

Very simple.

Somewhere in the rule you ahve a Attribute being get or used that is null. Just review it and your good to go.

Have you renamed or deleted an Application? That can lead to the null pointer exception.

Hi @Hramirezgonzalez ,

Can you share the OPPD-Name Change Rule for troubleshooting?