Not able to create a DSN File using Neo4J ODBC BI Connector

Hello all,

I am trying to connect my neo4j database to Spotfire Analytics using Neo4J ODBC BI Connector (Neo4j Connector for BI | Business Intelligence Graph Databases).

For this proof-of-concept, I have a local neo4j installation (Neo4j Desktop 1.5.7), and the same is Spotfire Analytics. To make this connection, I am creating a neo4j dsn file, but I am getting the following error when I test the connection:

FAILED!

[Simba][Neo4j] (22) An error has been thrown from the Neo4j client: 'could not run query: Neo4jError: Neo.ClientError.Statement.SyntaxError (Unknown function 'apoc.version' (line 1, column 8 (offset: 7))
"RETURN apoc.version()"
^)'

Does someone know how to fix it? Or is there another way to connect my local neo4j to Spotfire?

I was able to fix this problem by installing APOC plugin in the source database.