Re: [Neo4j] LOAD CSV Neo.TransientError.Statement.ExternalResourceFailure error

2014-07-16 Thread ramiqsha
Hi Michael, I can access the csv URL from my computer, there's no problem (and, as a reminder, the command works on the online console http://console.neo4j.org/. Sorry, but I can't find the log files you ask me to look for...there's one neo4j folder on my computer, called "default.graphdb". In

Re: [Neo4j] LOAD CSV Neo.TransientError.Statement.ExternalResourceFailure error

2014-07-16 Thread Michael Hunger
Can you access that csv URL from your computer in general? Could you also check your logs (message.log in your database directory and server logs somewhere under Application Data I think) It worked fine for me (on Mac though). CYPHERLOAD CSV WITH HEADERS FROM "http://docs.neo4j.org/chunked/2.1.

[Neo4j] LOAD CSV Neo.TransientError.Statement.ExternalResourceFailure error

2014-07-16 Thread ramiqsha
Hi there, I’ve recently downloaded the neo4j 2.1.2 version (neo4j community edition) for windows 64bit. I’m trying to import a .csv file as mentioned in the tutorial: http://neo4j.com/docs/2.1.2/cypherdoc-importing-csv-files-with-cypher/ I copied the following into the neo4j browser console: