Dear all

I managed to create and load a graph via SAIL using

        lgraph = new OrientGraph("plocal:"+graphdbpath);
        lgraph.setUseClassForEdgeLabel(false);
        sail = new GraphSail((KeyIndexableGraph) lgraph);

I would like to open the java created orientDB graph inside orientDB
studio - so nice for processing graphs.
In order to do that, I first created a new database with studio, then
exited studio and used the same database (path) inside the java loader.
Nope. Data corruption exception.

I solved the "data corruption" issue by emptying the studio created
database directory and recall the loader. This seemed to have functioned
well, again and again.

When I open this database inside studio, the query "select * from V"
delivers no nodes - although at least 15 nodes were added (java code
select shows the graph triples).

*My question: What options should have the created graph in order to be
"visible"/usable/processable inside orie**ntDB studio ? **
*
Thank you
Regards
Fabio

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to