Support
MongoDB Atlas: Username already exists.
MongoDB Atlas: 409 A user with username "Test" already exists.
{
"message": "MongoDB Atlas: 409 A user with username "Test" already exists.",
"code": "ATLAS_USER_ALREADY_EXISTS",
"deletable": false,
"humanInterventionNeeded": true
}
How to fix this issue?
Delete functionality not available!
Posted by Bhavin Kareliya almost 3 years ago
Error while trying to create a shareable link.
It says "failed to encrypt link" if I try all of the 3 choices to create a shareable link. What do I do??
Posted by Walter Scimone about 3 years ago
error occur when connecting with MongoDB Compass
BSON field 'OperationSessionInfo.$clusterTime' is a duplicate field
Posted by Mahesh about 3 years ago
I get this error everytime I try to create a new service.
{"message":"(Location51002) Role \"superadmin@elderlyhealthappdb\" already exists","code":"UNKNOWN","deletable":false,"humanInterventionNeeded":true}
All the time I get this error when I am trying to create a new service
Posted by Archi about 3 years ago
Update billing not working
Update billing not working
Posted by Baptiste HEDIARD about 3 years ago
How can I access my billing details?
I can't find in my dashboard where can i set my billing and credit card information, can you guide me please?
Posted by Fer Martin over 3 years ago
Online verification
How do I get a proof ? Please describe
Posted by Chamara over 3 years ago
Add comment button was not working
Hi, sorry for writing here but the add comment button was not working on my previous post. This is the answer to this post: https://provendb.readme.io/discuss/601dd3a16d2388007def3f93
Yes, you are right, I meant submitProof.
So I created now again two documents in the database "xf1" in the collection "col_uploadedFiles" with the ids:
601e5125cf2db37b71deff4a, 601e5125cf2db37b71deff4b
Then I submit this command:
"{submitProof:45, collections:'col_uploadedFiles', filter: {_id: ObjectId('601e5125cf2db37b71deff4b')}, anchorType: 'ETH_MAINNET'}"
Now just 601e5125cf2db37b71deff4b should be verified by the blockchain.
But when I fo a getProof for 601e5125cf2db37b71deff4a,
I get this response:
"{ \"ok\" : 1, \"proofs\" : [{ \"collection\" : \"col_uploadedFiles\", \"scope\" : \"collection\", \"version\" : 45, \"documentId\" : { \"$oid\" : \"601e5125cf2db37b71deff4a\" }, \"versionProofId\" : \"9b4ce6f3-9955-4076-86ba-4763ef71b07f\", \"status\" : \"Pending\", \"documentHash\" : \"38a6d2b0bf681e43fb0186901a009955854a3af02c680223e3333a48cea9c80b\", \"versionHash\" : \"a3a27437f28b3c47a0c574f45d02dbc84cc1670c74c8ddedb7cca07e67c35d4b\", \"errmsg\" : \"The proof is not yet valid\" }] }"
It would be nice if you can check.
Posted by Sascha over 3 years ago
Single mongodb document prove in blockchain
When I create two documents in a collection in the mongo provendb these documents are at first not proofed in the blockchain. So far so good.
When I now make the getProof request and use a filter for a single document (the second one) this document gets approved. Also fine. But when I check now the proof status of the first document it says that this document is also approved with the version number from the second document. The version number of this prove is the version of the second document. This is the first strange thing.
When I then check the history of the first document I see that the newest version number is the one which it was created and not the one which will be shown in getProof. So I now have a document in the database which is approved but with a version number which is not existing for this document.
When I use the verification command I see that the VersionHash and DocumentHash are the same for the second document. But for the fist document they differ. Nevertheless the command says that the document status is valid.
Can you please explain me why the first document is valid even if I make a filter for just the second document. And I want to know also why the versionId which is shown in the getProof process does not exist in the history of the first document?
Posted by Sascha over 3 years ago
MongoDB Compass
I am new to ProvenDB. Can I connect via MongoDB Compass without loading the MongoDB Shell? When I enter my connection string I get a message "certificate has expired"
Posted by Tim almost 4 years ago