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
2
votes
1 answer

How do I update a value within an array in Ravendb? I need to use Query

I have several documents. Below I will list just two. How do I update the value of the "Value field" that is below the "Name field: StartDate" in all documents? Example: 10/10/2019 to 09/09/2019 01/01/2019 to 09/09/2019 Document 1: { …
2
votes
1 answer

How do I find attachments in ravendb 3.5?

I'm currently debugging some code which is supposed to return an attachment for a given document, but no attachment is coming back. Raven studio indicates that there are attachments in the database - it shows me that a number of attachments exist -…
Ben Franklin
  • 626
  • 6
  • 21
2
votes
0 answers

How to create ETL programatically in RavenDB 3.5?

I have a RavenDB database "XYZ" with a collection "Products". On a certain point in my console application. I was to create another RavenDB database "DataStaging_XYZ" and replicate the "Products" collection onto it. Here is how I am creating the…
Sajid Ali
  • 719
  • 2
  • 7
  • 21
2
votes
2 answers

Authentication error occurred in RavenDB Studio

I have installed and configured RavenDB in one of the server environment. (Windows 2012) I need to secure the Ravendb Studio, hence created self-signed certificate and applied the changed in the settings.json as given below { "ServerUrl":…
Ganesh Ram Ravi
  • 169
  • 1
  • 10
2
votes
0 answers

RavenDB Studio doesnt display query results

I created an index and I tried to query the index. However, the studio doesn't display the result. It displays a "Loading please wait..." and "No results were found. For NotAnalyzed fields you may wish to search with [[term]]." messages. I'm using…
user1176058
  • 642
  • 1
  • 8
  • 21
2
votes
0 answers

RavenDB access embedded database

I am looking to see if I can access an embedded RavenDB database as part of a Datazen install. So far I have a prototype console app that has some simple code as follows private static void Connect() { string location = @"C:\Program…
obaylis
  • 2,904
  • 4
  • 39
  • 66
2
votes
1 answer

Raven-Studio Index is returning different results to C# LINQ Query

I am learning RavenDB (Build 2851, Version 2.5.0 / 6dce79a) from Beginning Raven 2.x and am finding that the Raven-Studio is not filtering correctly. I have a table of cities in my database, storing their populations, locations etc. I have added an…
Dominic Zukiewicz
  • 8,258
  • 8
  • 43
  • 61
2
votes
1 answer

RavenDB Studio - Patch can't find this.__document_id

I'm trying to write a patch over a Collection that involves getting the current document ID and I was trying to test it to see the output in the RavenDB Studio Patch area which does a good job of showing before and after. I couldn't understand why…
RobertTheGrey
  • 8,645
  • 5
  • 32
  • 45
2
votes
2 answers

RavenDB 2 returns 401 when trying to create database

This is a fresh install of Raven #2230, running on IIS8/Win8. When studio starts it offers to create new database, then browser pops up credentials window (401). Web.config has add key="Raven/AnonymousAccess" value="All"/ set. Also tried add…
Evgeni
  • 3,341
  • 7
  • 37
  • 64
2
votes
3 answers

Cannot access RavenDB Management Studio

Try: I created a new project in VS2012 I installed via the NuGet package RavenDB Embedded -Pre I installed Ninject.MVC3 Added a module for ninject RavenDB: Public class RavenDBNinjectModule : NinjectModule { public override void Load() { …
ridermansb
  • 10,779
  • 24
  • 115
  • 226
1
vote
1 answer

RavenDB in embedded mode - Raven Silverlight Studio (Raven.Studio.xap) not working

I have a small console application doing some persistence with Raven which is working fine, but I just can't get the Raven Studio Web-App working. I think I have read every article/blog post on the web which is around, but I haven't got it working.…
renew
  • 11
  • 5
1
vote
2 answers

Creating an index in Ravendb that makes object array searchable

In Raven I am saving json documents, I wish to make an index that makes an object array in this json searchable. An example from this is the following json structure. "OrderProperties": [ { "Key": "UserProfileType", "Value":…
1
vote
0 answers

RavenDB RQL GoupBy Support

I have a requirement to retrieve data from RavenDB by using groupby. I am not sure how to apply the query in RavenDB using RQL. The similar query for SQL Server has been provided, please help me to provide an equivalent RQL Query Statement. SQL…
1
vote
1 answer

RavenDB Northwind import from SQL - Why is employee_privileges not given a collection?

Recently I've been playing around with RavenDB. I have specifically been testing its ability to import from a MySQL database, in this case, a Northwind dataset (specifically, the dataset provided from this link: https://github.com/dalers/mywind) In…
Fillard Millmore
  • 326
  • 1
  • 11
1
vote
1 answer

RavenDB: Object Field Value Being Rounded At Random

First up, I want to apologise for the somewhat ambiguous question title, but I have literally no idea how else to describe this bizarre issue. Effectively, I have a document store inside of RavenDB, and despite trying to change it, there seems to be…
Laz
  • 63
  • 1
  • 5