Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-30-2019 10:17 AM
Hi there,
Neo4J had been working successfully but I had to reinstall it onto a new laptop due to an upgrade and am now getting the following error “Neo.ClientError.Security.Forbidden: Read operations are not allowed for user 'neo4j' with no roles.” When trying to execute the following code;
“LOAD CSV WITH HEADERS FROM "file:///LegalEntity.csv" AS csvLine
CREATE (c:Client {LegalEntityID: toInteger(csvLine.LegalEntityID), LegalEntityName: csvLine.LegalEntityName, LegalEntitySubType: csvLine.LegalEntitySubType})”
I am using the following credentials:
Connect URL: bolt://localhost:7687
Username: neo4j
Password: It was neo4j but was asked to create my own after connecting for the first time
Please assist if you are able to.
Thanks,
Rebecca
10-30-2019 08:52 PM
Is the file in the import
directory of Neo4j? By default Neo4j restricts file access to that directory. This setting is in the config file.
10-31-2019 01:04 PM
Hi Mike
Yes the files are in the correct import directory.
Regards
Rebecca
All the sessions of the conference are now available online