You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: