Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We upgraded Qlik NPrinting to May 2023 SR3 in DEV Environment and we can see after the upgrade only Import task were failing.
Import tasks were created to import users from LDAP Connection. Same connections were working fine before the upgrade.
No issues with username and password as we were using same credentials to fetch users in PROD NPrinting also.
@williamandersson , i have adjusted the filter option under Advanced section then it worked for me
Alternative group path: OU="**",OU="**",OU="**",DC="**",DC="**",DC=com
Additional User Filter: (&(objectClass=user)(memberOf=CN="**AD Group Name**",OU="**",OU="**",OU="**",DC="**",DC="**",DC=com))
Additional Group Filter: (CN="**AD Group Name**")
Thanks for sharing @Anjali_Vellaikambadi. We use our connection to fetch groups and not users. Though this might give me a sense of direction for solving the issue. Will update how it goes!