Hi Ernie, Thanks for the response. My initial intention was to test Anaplan Connect with database. So, I used Access as I thought it was the easier one to test on my local. As there was problem with Access, I decided to test it using MySQL. The connection worked as I expected but I included the JDBC connection information in the Anaplan batch file instead of using a separate JDBC properties file. It still did not work with separate properties file though. Here is the working set Operation in my batch file. set Operation=-file "Anaplan_Demo_Sql" -jdbcurl "jdbc:mysql://localhost:3306" -jdbcuser "username:password" -jdbcquery "select distinct name from world.city where name <> 'San Miguel'" -import "SQL from Anaplan_Demo_Sql" -execute -output "C:\Data\Anaplan\301 Anaplan Connect\anaplan-connect-1-3-3-5\error.txt" Regards Andre
... View more