Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-14-2022 07:00 AM
Dear
I'm trying to execute the following query in the neo4j prompt with the apoc jdbc driver
CALL apoc.load.jdbc('jdbc:sqlserver://FQDN;databaseName=PRISMDB_Q_SNAPSHOT;user=ruser;password=notvisible',
'select distinct ped_id PED_ID, c_uid UID
from SEED_TRANSFER where 1=2') YIELD row create (n:TransferBook {PrismID:row.PED_ID, UID:row.UID})
But I'm getting the following error message:
Failed to invoke procedure `apoc.load.jdbc`: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
06-16-2022 10:44 AM
Do you use custom ssl certificates for the server? If so you might need to import them into the ssl keystore for the neo4j JVM.
https://www.baeldung.com/java-import-cer-certificate-into-keystore
07-18-2022 08:28 AM
It is working with the following paramater in the oracle query:
trustServerCertificate=true
All the sessions of the conference are now available online