When I am trying to aggregate the AD application then getting error

Which IIQ version are you inquiring about?

8.3

Please share any images or screenshots, if relevant.

When I am trying to run the aggregation task for AD application then getting error.

1 Like

Hi @Shalaka_Gawande,

Error is related to java version.
Are you getting this error after upgradation?
What is the java version are you using ?

Please refer this link

Regards,
Arun

Thanks for the reply @Arun-Kumar .
I am getting this error after upgaradation from IIQ8.3 to IIQ8.4.
I am using IIQ 8.3 for developing and using JDK 17.

1 Like

Hi @Shalaka_Gawande,

Add the following Java system property in Tomcat and restart.

--add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED
3 Likes

I have did it and its working fine.

Thank You @Arun-Kumar!

2 Likes