Questions tagged [ravendb-studio]

The RavenDB Management Studio is a lightweight Silverlight client to let you easily manage the data in a RavenDB server instance. Using the Studio you can view, create, edit or delete documents, manage indexes, issue queries, view the errors log, import / export, and more.

The RavenDB Management Studio is a lightweight Silverlight client to let you easily manage the data in a RavenDB server instance. Using the Studio you can view, create, edit or delete documents, manage indexes, issue queries, view the errors log, import / export, and more.

For details, review the Management Studio Documentation.

112 questions
0
votes
0 answers

RavenDb studio kills any browser I have

Has anyone had any problems with the Studio taking up alot of memory and CPU? First I thought that it worked best with latest firefox, but it will just freeze that after a while as well. Here is a screenshot of my system Resources. Look at my edge…
Erik83
  • 539
  • 3
  • 5
  • 19
0
votes
2 answers

RavenDB studio "no databases and no file systems" in embedded mode

I could not find any information about this online after much searching, any help would be appreciated. I create my EmbeddableDocumentStore and everything seems to be working fine, my application is using the database. However, when I access the…
0
votes
1 answer

Inclusive RavenDB date range query not including matching date values as expected

I am trying to understand date range filters in RavenDB. When I attempt to query for records within a particular date range as follows: Date:[2015-08-18T06:00:00.000Z TO 2015-08-19T06:00:00.000Z] The document type being queried contains the…
Vinney Kelly
  • 4,975
  • 1
  • 25
  • 31
0
votes
1 answer

Restore RavenDB backup

i'm trying to restore RavenDB from it's back up file, i write this query Raven.Server.exe -src 'D:\documents\RavenDB\RavenDB' -dest TestRavenDB -restore but it's not restoring database from the back up file, some one have any idea to restoring…
Amit Sharma
  • 1,088
  • 1
  • 19
  • 44
0
votes
1 answer

RavenDB - How to replicate an index, not a document collection, on SQL Replication

I'm using RavenDB 3.0 SQL Replication, and it works fine for me on document collections. But now I need to replicate an index (which includes Reduce). In documentation of older version (2.0) I saw that Index Replication was available. How can I use…
Moshe
  • 85
  • 1
  • 1
  • 4
0
votes
1 answer

Can't see embedded database in RavenDb Studio 3.0.0.0

I'm trying to setup a Console app with a embedded RavenDb in VS. I'm apple to store and retrieve documents from the DB. But when i'm visiting the RavenDB studio my DB is not showing up. So what am i doing wrong? I've writing the following…
Mads Due
  • 11
  • 1
0
votes
2 answers

RavenDB periodic backup bundle + web admin does not persist changes

I'm using the latest stable version (3.0.3660) on a VM on Windows Azure and would like to enable period backup. Have tried to enable both local backup and backup to Azure but the GUI doesn't seem to persist the changes. Modal dialog says "Saving..."…
Erik Pettersson
  • 399
  • 1
  • 6
  • 14
0
votes
0 answers

Upgrading RavenDB from build 2910 to 3599 breaks API key authentication

I have just upgraded my production database from build 2910 to build 3599 and it appears that the API Key authentication that was working previously is now broken. Anonymous access is working when I go to studio without an API key because anonymous…
Ryan Eastabrook
  • 4,085
  • 5
  • 30
  • 35
0
votes
0 answers

RavenDb Studio does not restrict access

I have a website hosted in IIS and RavenDb is running as a service on another box. The WebSite is running an application pool as a domain service account user. I am trying to restrict all access to the Raven server such that only users in a domain…
Mike
  • 1,405
  • 1
  • 17
  • 27
0
votes
1 answer

RavenDb v3 index on neasted fields

Is it possible to create neasted field index ( on field t5) using ravendb studio? { "p": 297641, "t1": { "t2": [ { "t3": { "t4": { …
marcinn
  • 1,879
  • 2
  • 22
  • 46
0
votes
1 answer

CSV Import with custom Identity Part Separator in RavenDb

I'm preparing a csv file to be imported into RavenDb, and have a column named Raven-Entity-Name to specify into which collection the documents have to be imported. This data will be used by an ASP.NET MVC app, and so that RavenDb's default identity…
Sergi Papaseit
  • 15,999
  • 16
  • 67
  • 101
0
votes
1 answer

RavenDB - How to convert a string field into int in a Lucene query?

I am working with a bunch of documents in RavenDB that have an Age field that has to be an int but unfortunately they have been stored as string. I want to write a query to get all the docs with ages more than 20 here's what I do : Age : [20 TO…
Beatles1692
  • 5,214
  • 34
  • 65
0
votes
1 answer

getting error while restoring backup file in raven DB

I am trying to restore backup file locally using command prompt as below: Raven.Server.exe -src E:\OTUmbraco\OTWDatabases\UAT_RavenDB -dest E:\OTUmbraco\OTWDatabases\DB\RavenDB -restore And I am getting error as below: Esent Restore: Failure!…
user3852515
  • 75
  • 1
  • 1
  • 4
0
votes
1 answer

Index with two collections

I am struggling creating an simple index with ravendb. Given are two document collections: User (34000 docs) and BlogEntries (1.5 million docs) 1) How can I create an index that shows the count of blog entries for each user? The collections…
Marius
  • 239
  • 3
  • 11
0
votes
1 answer

Ravendb doesn't save propery Raven/Hilo/LoggingMessages

I have a problem saving an object to Ravendb. Everytime i save the object into Ravendb , it only save this below Raven/Hilo/LoggingMessages { "Max": 32 } I don't even have property called Max on LoggingMessages class. And, it kept doing that. I…
user2709630
  • 11
  • 1
  • 3