-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: provisioning
-
None
My Provisioner Full Sync would fail with an error:
```
2025-09-24 14:59:51.965: Provisioner 'ldap389IsMemberOf' (wpe92r1w) state 'end' type 'fullProvisionFull': {state=sendChangesToTarget, objectErrors=entity error MAT count 2, membership error MAT count 7, syncObjectStoreCount=12, finalLog=true, queryCount=31, tookMillis=11905, took=00:00:11.905}
```
There would be no information in the provisioning 'view errors' page.
Increasing the logging to debugging I was able to find the users, but I'm not sure why the information wasn't visible in the 'view errors' page.
```
2025-09-24 14:59:50.828: Provisioner 'ldap389IsMemberOf' (wpe92r1w) state 'linkDataEntities' type 'fullProvisionFull': {state=retrieveTargetEntityLink, provisioningEntityWrappersWithMatch=4732, provisioningEntityWrappersWithNoMatch=46099, loadDataToGrouper_millis=0}
(wpe92r1w): Grouper target objects changed in link entities (2):
(wpe92r1w): 0. Entity(matchingAttrs: ArrayList(1): [0]: [eduPersonPrincipalName, val: j.c@at.internet2.edu, compareVal: j.c@at.internet2.edu, currentValue: true], attr[eduPersonPrincipalName]: "j.c@at.internet2.edu", attr[email]: <null>, attr[id]: <null>, attr[isMemberOf]: <null>, attr[ldap_dn]: "employeeNumber=C727,ou=people,dc=internet2,dc=edu", attr[loginId]: <null>, attr[name]: <null>, attr[objectClass]: LinkedHashSet(1): [0]: eduMember, recalcObject: true, recalcMships: true, errorCode: "MAT", selectProcessed: true)
(wpe92r1w): 1. Entity(matchingAttrs: ArrayList(1): [0]: [eduPersonPrincipalName, val: s.e@at.internet2.edu, compareVal: s.e@at.internet2.edu, currentValue: true], attr[eduPersonPrincipalName]: "s.e@at.internet2.edu", attr[email]: <null>, attr[id]: <null>, attr[isMemberOf]: <null>, attr[ldap_dn]: "employeeNumber=C111,ou=people,dc=internet2,dc=edu", attr[loginId]: <null>, attr[name]: <null>, attr[objectClass]: LinkedHashSet(1): [0]: eduMember, recalcObject: true, recalcMships: true, errorCode: "MAT", selectProcessed: true)
```