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
{{ message }}
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
Hi,
I used the batch-import tool to import data from csv files into graph.db . The import process completed without issues however when I attempt to switch the database created by the tool to local Neo4j server, the server fails to connect to database with following error message: Detected incorrectly shut down database, performing recovery..
At this time, I have no idea what is causing server to not accept the new database since there are no logs that are created during import process that would help me to understand if something went wrong during the import process.
Questions:
Does the batch-import tool have capabilities to log events during importing process? if yes, how do I go about that?
How can I test the graph.db that was created by the tool to ensure that it is in valid state?
Additionally, the server is enterprise version and is running without issues when it is using another graph.db.
Looking forward to your response.
Thanks.