Hi All,
I am trying to use Anaplan Connect to import data from MS Access table to Anaplan list. The table has only one column containing list values. I have created Anaplan import action based on text file with similar structure i.e. one column file.
I create jdbc.properties file as below
jdbc.connect.url= "Jdbc:Odbc:Driver={Microsoft Access Driver(*.mdb); DBQ=C:\Data\Anaplan\301 Anaplan Connect\Database1.mdb};"
jdbc.username=
jdbc.password=
jdbc.fetch.size=10
jdbc.isStoredProcedure=false
jdbc.query=” SELECT * FROM Table1”
Database1.mdb and Table1 are my access database and table name
I use this Operation in Anaplan bat file, where I put the name of the import action after -file, and location of the jdbc.properties after -jdbcproperties.
set Operation= -file "Prospects from Prospects.txt" -jdbcproperties "C:\Data\Anaplan\301 Anaplan Connect\anaplan-connect-1-3-3-5\jdbc.properties"
I downloaded MS Access JDBC driver for MS Access and copy the jar file and other extracted folder to Anaplan Connect folder. However, when I run the bat file, it gives message that it cannot find lib directory
Do I miss anything or set incorrect parameter in the .bat and jdbc.properties configuration?
Regards,
Andre