Hello,
Have you copied over your Oracle thin JDBC driver zip file from the lib directory of your 1.3 installation?
Some precisions:
We have error with :
set Operation=-debug -auth %AuthLocation% -loadclass %OracleDriver% -file %FILE_01_STAGE% -jdbcproperties %JDBCPROPERTIES% -import %IMPORT_01_STAGE% -execute -output %FILEERROR_01_STAGE%
And when we remove the -File :
set Operation=-debug -auth %AuthLocation% -loadclass %OracleDriver% -jdbcproperties %JDBCPROPERTIES% -import %IMPORT_01_STAGE% -execute -output %FILEERROR_01_STAGE%
Is the %OracleDriver% variable set earlier in the script? It should probably be oracle.jdbc.OracleDriver.
The lib folder only has the following files in a clean install:bcprov-jdk15on-164.jarInstallBouncyCastle.batInstallBouncyCastle.shREADME.mdYou only need to copy over the Oracle JDBC driver jar(s), not the others.
Yes, Variable is defined in the script
set OracleDriver="oracle.jdbc.driver.OracleDriver"
The lib folder is now clean but we have always the same error message Anaplan API: Could not connect to database! (SQL: No suitable driver found for "jdbc:oracle:thin:server_name:port:database"
ojdbc6_g.jar is just a variant of ojdbc6.jar with debug logging capabilities. Unless you want to trace the SQL queries (and know how to configure the logging) you probably don't need it, and only one of the two is required.
If you have -loadclass oracle.jdbc.driver.OracleDriver (or oracle.jdbc.OracleDriver) on the command line, then the driver should be registered when you use a jdbc:oracle:thin:... connection string, but the "no suitable driver found" error suggests this is not the case. Another way of registering the driver is to
set JAVA_OPTS=-Djdbc.drivers=oracle.jdbc.driver.OracleDriver
I'm assuming the remainder of your actual connection string is different, and you've also omitted the -service, -workspace and -model parameters.
Thanks a lot for your advice.
We found solution. The problem came from " " placed on the sql request in the jdbc.properties
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…
Hello Anaplan Community, I have a special requirement from a customer and would appreciate your input. Let me explain the situation: We have a hierarchy with three levels: Level 1, Level 2, and Level 3. Screen 1: Creation of Level 1 Items On this screen, the user selects a team. Based on their selection, an action runs to…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…