OrientDB-NET.binary icon indicating copy to clipboard operation
OrientDB-NET.binary copied to clipboard

OServer CreateDatabase sometimes throws database already exists exception

Open holocentric-bmsnext opened this issue 8 years ago • 1 comments

When creating a new graph database using the OServer CreateDatabase method, it sometimes throws an exception saying that the database is already exists. There was an empty folder created in the file system for that database.

server.DatabaseExist(storeId, OStorageType.PLocal)

server.CreateDatabase(storeId, ODatabaseType.Graph, OStorageType.PLocal))

When this happen, restarting the OrientDb server then subsequent calls to create new databases will work.

holocentric-bmsnext avatar Dec 07 '17 00:12 holocentric-bmsnext

please share me the code for oreintdb 2.2.33 database connection through c#.net

user33 avatar Sep 18 '18 03:09 user33