Reference

Authentication SSL Connection (SQL queries)


Description

No description available [API reference]

Instructions

Neo4j JDBC (full bundle) from Power BI, SQL Server Linked Server via ZappySys Data Gateway, Crystal Reports, SSRS, Azure Data Factory, and other ODBC tools.

  1. This Auth sets enableSQLTranslation=true so you can run SQL such as SELECT * FROM Movie from Power BI.
  2. Create a database user in Neo4j Desktop, Aura console, or CREATE USER. Paste user and password.
  3. After Finish, replace the host (e.g. MyHostName) on the DSN Main UI. Aura always uses TLS (neo4j+s).
  4. Do not use a personal employee login for unattended Linked Server or Power BI refresh.
  5. Finish the wizard. Then click Test Connection on the DSN Main UI (the wizard does not run Test Connection).
  6. Done. You can query from C#, Python, PowerShell, and ODBC apps.

Parameters

Parameter Required Default value Options
Name: DriverFilePaths

Label: JDBC driver file(s)

Filled by the wizard after download. Separate multiple JARs with a semicolon (e.g. C:\ZappySys\Jdbc\MyConnector\driver.jar).
YES C:\ZappySys\Jdbc\Neo4j\neo4j-jdbc-full-bundle-6.3.1.jar
Name: HostName

Label: Host

JDBC host name or IP (e.g. MyHostName).
YES MyHostName
Name: Port

Label: TCP port

JDBC port (e.g. 7687).
YES 7687
Name: DriverClass

Label: Driver class

Optional. Leave blank to auto-detect from the JAR unless SPI is ambiguous (e.g. org.neo4j.jdbc.Neo4jDriver).
org.neo4j.jdbc.Neo4jDriver
Name: UserName

Label: User name

Neo4j user. Aura and most servers use neo4j unless you created another user.
Name: Password

Label: Password

Database password. Leave empty if none.