hkhandale
(Harsh Khandale)
April 14, 2025, 9:23am
1
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?
agutschow
(Alicia Gutschow)
April 14, 2025, 12:58pm
2
Try increasing the provisioning timeout:
hkhandale
(Harsh Khandale)
April 21, 2025, 5:20am
3
Hi @agutschow
Could you please provide API URL to fetch Current provisioning timeout, and to set new timeout?
hkhandale
(Harsh Khandale)
April 21, 2025, 5:56am
4
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”:
}
hkhandale
(Harsh Khandale)
April 21, 2025, 6:37am
5
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”
need help to fix it
hkhandale
(Harsh Khandale)
April 21, 2025, 6:39am
6
I can increase time for healthCheckTimeout
because It is part of the object
system
(system)
Closed
June 20, 2025, 6:39am
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.