Open ashish9308 opened 5 months ago
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?