09/27/2023 10:16 AM
Solved! Go to Solution.
09/27/2023 09:59 PM
@kunal_saxena few items to be checked :
1. Verify the SEARCHFILTER : from where you want to import objects identities
2. Verify the OBJECTFILTER : This is Used to import the accounts for the base filter domain name mentioned in SearchFilter.
3. STATUS_THRESHOLD_CONFIG : Specify this parameter if you want to read the status of an account in the target application and update the same status for that account in EIC such as Active, Inactive, or Suspended from import service.
4. Account Attribute Import mapping json.
09/28/2023 01:24 AM
Hi @Manu269 ,
Thanks for the reply. We have verified the following fields:
1. SEARCHFILTER - Initially we had specified the root of the ODSEE server. But later, we had specified a specific OU.
2. OBJECTFILTER - We have specified the LDAP filter for only returning employees & contractor accounts.
3. STATUS_THRESHOLD_CONFIG - We have specified this parameter as follows:
{
"statusAndThresholdConfig":
{
"statusColumn":"customproperty25",
"activeStatus":["active"],
"deleteLinks": true,
"accountThresholdValue" : 1000,
"correlateInactiveAccounts":true,
"inactivateAccountsNotInFile":false,
"deleteAccEntForActiveAccounts":false
}
}
4. Account Attribute Import mapping json - It is specified as below: (some organization specific mapping I have removed here)
[
DISPLAYNAME::cn#String,
NAME::cn#String,
ACCOUNTCLASS::objectClass#String,
ACCOUNTID::uid#String,
CUSTOMPROPERTY1::givenName#String,
CUSTOMPROPERTY2::sn#String,
CUSTOMPROPERTY3::mail#String,
CUSTOMPROPERTY4::eatonManagerId#String,
CUSTOMPROPERTY5::ou#String,
CUSTOMPROPERTY6::street#String,
CUSTOMPROPERTY7::l#String,
CUSTOMPROPERTY8::st#String,
CUSTOMPROPERTY9::postalcode#String,
CUSTOMPROPERTY10::c#String,
CUSTOMPROPERTY11::title#String,
CUSTOMPROPERTY27::nsUniqueId#String,
CREATED_ON::createTimestamp#customDate–yyyyMMddHHmmss,
CREATOR::creatorsName#String,
UPDATEDATE::modifyTimestamp#customDate–yyyyMMddHHmmss,
UPDATEUSER::modifiersName#String,
RECONCILATION_FIELD::CUSTOMPROPERTY27
]
10/13/2023 10:57 AM
Hi,
Is this resolved for you? I am also facing the same with AD account import. Please let us know the fix if its working for you!
Regards,
Diwakar.
10/16/2023 11:04 AM
Hi @Diwakar - It might be best to start your own thread on this issue. You can always include a link to this post letting people know that you have already tried the suggestions by Manu269.
10/17/2023 09:05 AM
Hi @Diwakar ,
This issue got resolved when I removed some of the operational attributes that I was earlier trying to reconcile. Within the connection, in the ACCOUNT_ATTRIBUTE I removed the operational attributes mapping and then the issue got resolved.
I would suggest to set the LDAP filter to just import 1 account in the connection. Then, modify the ACCOUNT_ATTRIBUTE to see which attribute is causing the problem.
Thanks,
Kunal