Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OServer CreateDatabase sometimes throws database already exists exception #154

Open
holocentric-bmsnext opened this issue Dec 7, 2017 · 1 comment

Comments

@holocentric-bmsnext
Copy link

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.

@user33
Copy link

user33 commented Sep 18, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants