Hi all,
I’ve enabled Attribute Synchronization for my Entra ID source in SailPoint IdentityNow.
What’s Working:
When I trigger attribute sync manually for an individual identity, it works as expected and updates the attributes on the target.
Issue:
However, when I run aggregation and try to trigger sync for all identities, I receive the following error in the event logs:
css
CopyEdit
["sailpoint.connector.ConnectorException: Command timed out"]
This results in “Modify Account Failed” errors for multiple identities.
Question:
- Is there a way to resolve this timeout issue when syncing in bulk?
Trying to increase the provisioning timeout:
I am getting error while executing below JSON,
URL - PATCH https://sailpoint.api.identitynow.com/v3/sources/1234567890sourceID
Header - Content Type - application/json-patch+json
Body-
[
{
“op”: “replace”,
“path”: “/connectorAttributes/aggregateTimeout”,
“value”: 45
}
]
Error -
{
“detailCode”: “400.1 Bad request content”,
“trackingId”: “d5bc9d603fc345fba3f77c9e7745b176”,
“messages”: [
{
“locale”: “und”,
“localeOrigin”: “REQUEST”,
“text”: “The request was syntactically correct but its content is semantically invalid.”
},
{
“locale”: “en-US”,
“localeOrigin”: “DEFAULT”,
“text”: “The request was syntactically correct but its content is semantically invalid.”
}
],
“causes”:
}
as I can see in my source following variable in
"connectorAttributes"
object:
healthCheckTimeout
channelFilter
groupsDeltaToken
idnProxyType
clientCertificate
clientID
deltaAggregationEnabled
mailContactFilter
pageSize
manageAdminConsentedPermissions
connectionType
exoAuthenticationType
spnAccountFilter
spConnectorInstanceId
userDeltaToken
cloudExternalId
clientSecret
isCaeEnabled
aggregateHiddenAccessPackages
spnManageAzureADPIM
aggregateAllGroups
aggregateGroupHierarchy
manageO365Groups
sourceConnected
userFilters
directoryRolesDeltaToken
i am unable to find
provisioningTimeout and aggregateTimeout
So how this will work
“/connectorAttributes/aggregateTimeout”
I can increase time for healthCheckTimeout
because It is part of the object