You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have created the cpi file of this app and uploaded in corda cluster which is running in AKS.
I'm able to get the checksum and I can see my CPI is uploaded successfully. But while I'm trying to create virtual node It is giving me error like:
{
"requestId": "001CFA6DCBA1",
"operation": "CREATE_VIRTUAL_NODE",
"status": "FAILED",
"lastUpdatedTimestamp": "2024-06-13T06:51:39.850Z",
"processingStage": null,
"errorReason": "ERROR: permission denied for database cordacluster",
"resourceId": null
}
Please help me to resolve this. How to give permission?
The text was updated successfully, but these errors were encountered:
Creating a virtual node requires permissions to create additional schema in the database. My guess would be that this is where it is failing. You should find a more detailed error message in the logs of the DB worker.
Hi, I have created the cpi file of this app and uploaded in corda cluster which is running in AKS.
I'm able to get the checksum and I can see my CPI is uploaded successfully. But while I'm trying to create virtual node It is giving me error like:
{
"requestId": "001CFA6DCBA1",
"operation": "CREATE_VIRTUAL_NODE",
"status": "FAILED",
"lastUpdatedTimestamp": "2024-06-13T06:51:39.850Z",
"processingStage": null,
"errorReason": "ERROR: permission denied for database cordacluster",
"resourceId": null
}
Please help me to resolve this. How to give permission?
The text was updated successfully, but these errors were encountered: