Hi Matthew, currently it is possible only to set user and password as 'mifos' to be able to run ETL. When this batch job runs, it is setting up as default DestinationDB/password=mifos in jdbc.properties file.
I have created improvement for this: MIFOS-5931 Add possibility to change user and password in jdbc.properties file. Regards, Natalia On 04/01/13 06:59, Matthew Laurenson wrote: > Hi Natalia > > I ran into the same problem as Thomas. > > I resolved it (as I think you suggested) by changing (in > local.properties) the password of the account used by mifos to > communicate with the database to: > > main.database.user=mifos > main.database.password=mifos (was something else before) > > and making the appropriate grants: > > mysql> grant all on mifos_dw.* to 'mifos'@'localhost' identified by 'mifos'; > mysql> grant all on mifos.* to 'mifos'@'localhost' identified by 'mifos'; > mysql> flush privileges; > > Previously I was using a different password to mifos in the hope that it > was slightly more secure. > > It seems now that the ETL job is configured to use 'mifos' for both user > name and password, regardless of the settings in local.properties. Could > you confirm that this is indeed the case? > > Regards > Matthew > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Mifos-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mifos-users -- MifCloud support Website: www.mifcloud.com Facebook: www.facebook.com/MifCloud Twitter: www.twitter.com/mif_cloud Phone: (+48) 58 782 45 40 Fax: (+48) 58 782 45 41 Email: [email protected] ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
