PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

AD Access Import job is failing

SinghAtul
Regular Contributor
Regular Contributor

Hi,

 

We are trying to import the groups from Active Directory. The Access import job is failing. We are not able to see any relevant logs. 

However, The Account Import job is running fine and all those groups which have some members associated are getting imported. But the groups which don't have any member are not getting imported.

Below is our configuration:

  • groupImportMapping:

{
  "importGroupHierarchy": "true",
  "entitlementTypeName": "",
  "performGroupAccountLinking": "true",
  "incrementalTimeField": "whenChanged",
  "groupObjectClass": "(objectclass=group)",
 "mapping": "memberHash:member_char,customProperty12:sAMAccountType_char,customProperty8:memberOf_char,customProperty3:uSNCreated_char,customProperty4:groupType_char,customProperty2:dn_char,customProperty5:cn_char,lastscandate:whenCreated_date,entitlement_glossary:description_char,customProperty9:name_char,customProperty10:objectCategory_char,customProperty6:sAMAccountName_char,entitlement_value:distinguishedName_char,customProperty7:objectClass_char,customProperty11:extensionAttribute10_char,updatedate:whenChanged_date,displayName:name_char,status:isCriticalSystemObject_Binary,entitlementid:distinguishedName_char,RECONCILATION_FIELD:entitlement_value"
}

 

  • groupSearchBaseDN: OU=Groups,OU=Solaris,DC=abc,DC=test,DC=com

Any help is greatly appreciated.

Thanks,

Atul Singh

2 REPLIES 2

smitg
Regular Contributor III
Regular Contributor III

Hi @SinghAtul ,

Can you try adding the entitlementTypeName in JSON
 "entitlementTypeName": "<entitlementTypeName>",


Thanks,
Smitha

rushikeshvartak
All-Star
All-Star

  "entitlementTypeName": "memberOf",

change above


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.