Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

JDBC Connector : Error "Unauthorized"

Hello,

firstly thanks for the time given to answer questions.

I have a question related to the JDBC connector.

I installed :

> the JDBC drivers for Neo4j,

> the JDBC connector,

> update my JVM version,

> initiate a Neo4j database (including data)

> and finally try to connect through QV to neo4j

     - select JDBC driver (x64) (win 7 x64)

     - Connect

     - set url=jdbc:neo4j://localhost:7474/

     - set login/pwd

and test to finally get a popup saying : "Unauthorized" (nothing more !! wow)

Did someone already encounter this issue ? Can you provide me some help ?

Thanks per advance.

4 Replies
rbecher
MVP
MVP

Hi David,

just get in touch with me directly and send me all details (versions, jars, screenshots etc.):

ralf.becher@tiq-solutions.de

- Ralf

Astrato.io Head of R&D
rbecher
MVP
MVP

Btw. this is the latest Neo4j JDBC driver from the GitHub repo:

https://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-jdbc/2.3.2/neo4j-jdbc-2.3.2-jar-w...

Astrato.io Head of R&D
Not applicable
Author

Thanks Ralf for your prompt answer,

but i think i was really tired yesterday night because my problem was just due to the Neo4j base password.

I used the wrong one ... this explain why the error message is : "Unauthorized"

Everythink is ok with the right pwd and i'm able to load data inside QV.

Sorry for the inconvenience.

David.

rbecher
MVP
MVP

No problem. Btw. you can decompose the JSON strings by using the properties, eg:

SQL MATCH (n) RETURN n LIMIT 100;

=>

SQL MATCH (n) RETURN n.id, n.name, ... LIMIT 100;

Astrato.io Head of R&D