Provisioning Retry

Hi,

I have configured the below setting in the Source JSON for Oracle EBS connector. But I dont the retry happening.. Am I missing anything?

Error: ```[ ConnectorException ]
[ Error details ] Error occurred during Create operation. Please check the logs. Error: ORA-20001: Oracle error -20002: ORA-20002: [WF_NO_USER] NAME=QAS.ABDULLAH ORIG_SYSTEM=NULL ORIG_SYSTEM_ID=NULL has been detected in FND_USER_RESP_GROUPS_API.INSERT_ASSIGNMENT.
ORA-06512: at “APPS.APP_EXCEPTION”, line 72
ORA-06512: at “APPS.FND_USER_RESP_GROUPS_API”, line 29
ORA-06512: at “APPS.FND_USER_RESP_GROUPS_API”, line 610
ORA-06512: at “APPS.FND_USER_PKG”, line 3226
ORA-06512: at “APPS.SP_FND_USER_PKG”, line 107
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-20001/```

Configuration:

‘’'[
{
“op”: “replace”,
“path”: “/connectorAttributes/retryableErrors”,
“value”: [
“ConnectorException”,
“Connection reset”,
“Read time out”,
“[WF_NO_USER]”
]
},
{
“op”: “add”,
“path”: “/connectorAttributes/provisioningRetryThreshold”,
“value”: “1”
},
{
“op”: “add”,
“path”: “/connectorAttributes/provisioningMaxRetries”,
“value”: “3”
}
]```

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.