Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Neo4j Input configuration

Hi,

TOS BD 3.0
OS: several (Unbutu, Mac Os and Windows)
Neo4j 3.0

I'm trying to retrieve some data from NEO4j.
The job is easy:
Start Neo4j Connection => Neo4j Input => csv => close connection
I'm working with TOS DI with JDBC's driver 3.0 and it works fine using the same workflow but with JDBC connectors.

Developpers are starting to work with TOS BD as they only work with Neo4j db.
They have installed drivers for Neo4j as it is recommanded in TOS BD (drivers 2.3).
It doesn't work due to the column name.
The select is
MATCH (n:dailyHistory) RETURN n.date LIMIT 25
The schema is

Colonne => retourdate
Db column => date
Type => String

Where did they do wrong ? Are the 2.3 Neo4j drivers compatible with 3.0 database ?
Thanks for your feedback.
Regards,
Carlos
Labels (3)
10 Replies
Anonymous
Not applicable
Author

Hi
I still have the problem:
Failed to instantiate SLF4J LoggerFactory
Reported exception:
java.lang.NoClassDefFoundError: org/slf4j/spi/LoggerFactoryBinder
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
    at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
disconnected
    at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
    at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
    at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:304)
I tried to download different drivers for but it stille doesn't work.
Where can i search more details because there is no problem for the module view ?
Thanks