push data from Sqlserver DB
Hi,
I want to push data into zoho database from a sqlserver in house DB, i configured all the parameters in the conf files as the documentation says, but when i execute the file UploadFromDB.bat shows me that i need to configure neccesarry parameters in database_connection_param.conf.
this is the message in the log file:
2013/02/06 10:36:00 CST: OS : Windows Vista 6.1 x86
2013/02/06 10:36:00 CST: JVM Version : 1.5.0_11
2013/02/06 10:36:00 CST:TESTRUN :: false
2013/02/06 10:36:00 CST:2013-02-06 10:36:00.909 :: Connection Props are :
2013/02/06 10:36:00 CST:DBTYPE :: sqlserver
2013/02/06 10:36:00 CST:HOSTNAME :: 172.9.2.193
2013/02/06 10:36:00 CST:USERNAME :: sa
2013/02/06 10:36:00 CST:PORT :: 1433
2013/02/06 10:36:00 CST:DBNAME ::
2013/02/06 10:36:00 CST:MDBFILENAME ::
2013/02/06 10:36:00 CST:SQLITEFILEANME ::
2013/02/06 10:36:00 CST:Please provide necessary connection parameters in <Tool_Home>/conf/database_connection_params.conf.
2013/02/06 10:36:00 CST:java.lang.RuntimeException: Please provide necessary connection parameters in <Tool_Home>/conf/database_connection_params.conf.
at com.adventnet.zoho.client.report.tool.ZohoReportUploadDataFromDB.getConnectionURL(ZohoReportUploadDataFromDB.java:220)
at com.adventnet.zoho.client.report.tool.ZohoReportUploadDataFromDB.main(ZohoReportUploadDataFromDB.java:84)
thanks,
José Alvarenga