06/09/2023 03:23 AM
The AD Account import job is displaying a failed status, although the accounts are being imported successfully. However, a warning message stating "Warning StatusThresholdConfig Validation: statusColumn [CUSTOMPROPERTY30] is invalid in STATUS_THRESHOLD_CONFIG" is encountered.
This issue started occurring after upgrading to version 23.5. Are there any other users experiencing the same problem or were there any specific changes made in the update?
Could you please provide information on how to resolve this issue?
Solved! Go to Solution.
06/12/2023 12:15 AM
As per the warning message, it seems like the AD connector is not able to find the mapping for CP30 in the ACCOUNT_ATTRIBUTE mapping JSON.
Please check if the ACCOUNT_ATTRIBUTE JSON contains the mapping for CUSTOMPROPERTY30 with the userAccountControl column if the target application is Microsoft Active Directory.
06/15/2023 07:12 AM
@Nagendra can you please share your ACCOUNT_ATTRIBUTE and STATUS_THRESHOLD_CONFIG?
06/16/2023 06:11 AM
@vivekmohanty_pm Please find below attached file for Account attribute and status threshold config.
06/16/2023 07:42 AM
@sureverma @Nagendra Please mention the customproperty30 in all lower-case.
{
"statusAndThresholdConfig": {
"statusColumn": "customproperty30",
"activeStatus": ["512", "544", "66048", "66080", "262656", "262688", "328192", "328224", "590336", "16843264", "2080", "2163200", "4260352", "1049088", "ACTIVE"],
"deleteLinks": false,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false,
"accountThresholdValue": 5000
}
}
Regards,
Vivek Mohanty
06/19/2023 06:20 AM
@vivekmohanty_pm Thanks for your reply. The issue got resolved after updating the CP30 in lowercase.
06/19/2023 06:37 AM
@Nagendra Please click the Accept As Solution button on my previous message to help future users who may have a similar problem.