Change By: Michal Wisniewski (26/Mar/13 2:25 AM)
Description: When I was trying to use a datawarehouse from a client and named it with a name that contained a number, I coudn't run the batch job - ETLReportDWTaskJob. An error occured teling me that the datawarehouse db is not set up. From what I've checked, the problem lies only in one plase:

the pattern check in ETLReportDWHelper.java class
{code}
Pattern pat = Pattern.compile("(jdbc:mysql://)(.*)(:)([0-9]+)(/)([a-zA-Z]*)(?)(.*)");
{code}

Resolution of this ticket is fixing the pattern, or document why mifos doesn't accept numbers in datawarehouse db name.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to