1. Go into the tenant database
2. Hit "Edit Document". Enter "Raven/Versioning/DefaultConfiguration"
3. "Document not found"
4. Make a new document. Id (at the top): Raven/Versioning/DefaultConfiguration
{
Exclude: false,
Id: "Raven/Versioning/DefaultConfiguration",
MaxRevisions: 5
}
(from memory. Its this:
http://ravendb.net/docs/server/bundles/versioning but in JSON format)
5. Save. Works: "Document saved, do you want to update a system document? etc"
6. Load document: "Raven/Versioning/DefaultConfiguration". Document not found.
Using #888
We have replication documents in this tenant DB, too, and I can load,
edit and view them fine.
On Sat, Apr 28, 2012 at 11:15, Oren Eini (Ayende Rahien)