Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/07/2024 04:15 PM
Hi folks,
AD Group import config has the following information:
"importGroupHierarchy": "true",
"performGroupAccountLinking": "true",
"importnestedmembershipoutofscope": "true",
"incrementalTimeField": "whenChanged"
"mapping": "[......]"
Full import takes 45 minutes and incremental import takes about an hour to complete which makes very little sense to me. Is there any other configuration that should be specified in order to minimize the number of items processed
Not sure what I am missing, here...
Thanks!
08/07/2024 05:44 PM
Does timeout configuration is mentioned in connector?
08/07/2024 06:44 PM
Timeout configuration is the basic example:
{
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 50,
"retryWait": 2,
"retryCount": 5
}
}
08/09/2024 01:34 PM
{
"showLogs": false,
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 100,
"writeTimeout": 60,
"retryWait": 2,
"retryCount": 3
}
}