08/18/2022 02:45 PM
Team,
I am trying to provision new database account and entitlement in same request which is failing but if I do account and entitlement requests separately then it is working fine.
Am I missing any config?
Task Hierarchy is set to default.
Automatic Provision Enabled and Instant Provision Disabled
CreateAccountJSON: {"createAccountQry": "CREATE USER ${accountName} WITH PASSWORD '${randompassword}'"}
GrantAccessJSON: {"Roles": "ALTER GROUP ${task.entitlement_valueKey.entitlement_value} ADD USER ${accountName}"}
Solved! Go to Solution.
08/18/2022 05:00 PM
08/23/2022 07:42 AM
Thanks for the response Rushi your suggestion helped to solve the issue
08/23/2022 07:41 AM
Just to close the thread, We were able to resolve the issue by making following changes.