<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "SQL Power DQguru Bugs"]]></title>
		<link>http://www.sqlpower.ca/forum/forums/show/223.page</link>
		<description><![CDATA[The newest discussed topics in the forum "SQL Power DQguru Bugs"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>What is the best bed bugs killer?</title>
				<description><![CDATA[ After my tenants move in for two months, he got bed bug bits form his room, I have try every things also get ride of the carpet in his room, got the bed bugs power from the store,even so, he still have the bed bugs bit, Please tell me what should I do? and what is the best chemical or power I should buy? Thanks.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2714/6142.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2714/6142.page</link>
				<pubDate><![CDATA[Wed, 20 Oct 2010 07:11:45]]> GMT</pubDate>
				<author><![CDATA[ raqibjawa]]></author>
			</item>
			<item>
				<title>Initial repository creation on SQL Server 2008 fails with foreign key error</title>
				<description><![CDATA[ When initially installing the DQ repository on a MS SQL Server 2008 database, the install fails with a foreign key error:<br /> <br /> ca.sqlpower.matchmaker.dao.hibernate.RepositoryException: Failed to create repository. See nested cause for more details.<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createRepositorySchema(RepositoryUtil.java:307)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createOrUpdateRepositorySchema(RepositoryUtil.java:226)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.&lt;init&gt;(MatchMakerHibernateSessionImpl.java:194)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext.createSession(MatchMakerHibernateSessionContext.java:147)<br /> 	at ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.createSession(SwingSessionContextImpl.java:227)<br /> 	at ca.sqlpower.matchmaker.swingui.LoginDialog$LoginAction.doStuff(LoginDialog.java:147)<br /> 	at ca.sqlpower.swingui.SPSwingWorker.run(SPSwingWorker.java:104)<br /> 	at java.lang.Thread.run(Unknown Source)<br /> Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Introducing FOREIGN KEY constraint 'step_output_input_fk' on table 'MM_MUNGE_STEP_INPUT' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1493)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:775)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:676)<br /> 	at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4874)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:179)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:154)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:649)<br /> 	at ca.sqlpower.sql.jdbcwrapper.StatementDecorator.execute(StatementDecorator.java:89)<br /> 	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:261)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createRepositorySchema(RepositoryUtil.java:302)<br /> 	... 7 more<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2667/5994.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2667/5994.page</link>
				<pubDate><![CDATA[Wed, 16 Jun 2010 10:20:00]]> GMT</pubDate>
				<author><![CDATA[ bretlowery]]></author>
			</item>
			<item>
				<title>InstantiationException when saving new project</title>
				<description><![CDATA[ Hi,<br /> <br /> I just downloaded the newest build of DQGuru. When creating a new project I get the following error:<br /> <br /> "Error in trying to update result table when saving"<br /> <br /> java.lang.InstantiationException<br /> 	at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(Unknown Source)<br /> 	at java.lang.reflect.Constructor.newInstance(Unknown Source)<br /> 	at java.lang.Class.newInstance0(Unknown Source)<br /> 	at java.lang.Class.newInstance(Unknown Source)<br /> 	at ca.sqlpower.architect.ddl.DDLUtils.createDDLGenerator(DDLUtils.java:182)<br /> 	at ca.sqlpower.matchmaker.swingui.MMSUtils.createResultTable(MMSUtils.java:226)<br /> 	at ca.sqlpower.matchmaker.swingui.ProjectEditor.applyChanges(ProjectEditor.java:626)<br /> 	at ca.sqlpower.matchmaker.swingui.ProjectEditor$4.actionPerformed(ProjectEditor.java:234)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2530/5656.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2530/5656.page</link>
				<pubDate><![CDATA[Tue, 27 Oct 2009 12:56:20]]> GMT</pubDate>
				<author><![CDATA[ Benjamin]]></author>
			</item>
			<item>
				<title>New bug tracking database</title>
				<description><![CDATA[ Hi everyone,<br /> <br /> The DQguru development team has decided to try out using the Google Code Issues database for tracking bugs for the DQguru project. The reasoning for this is that we feel that the Google Code Issues user interface is simpler and friendlier to end users, and will help make it easier for users to report bugs more effectively. The new system is located at <a class="snap_shots" href="http://code.google.com/p/power-matchmaker/issues/list" target="_blank" rel="nofollow">http://code.google.com/p/power-matchmaker/issues/list</a><br /> <br /> There is a list of older bugs still in our Bugzilla database. These will remain there for reference, but you will no longer be able to enter new bugs through that interface. Instead, please report bugs in the new system (<a class="snap_shots" href="http://code.google.com/p/power-matchmaker/issues/list" target="_blank" rel="nofollow">http://code.google.com/p/power-matchmaker/issues/list</a>). Over time, we may transfer the bug reports from Bugzilla over to the new system.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2326/4904.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2326/4904.page</link>
				<pubDate><![CDATA[Mon, 11 May 2009 13:09:42]]> GMT</pubDate>
				<author><![CDATA[ Jeff]]></author>
			</item>
			<item>
				<title>Possible bug with Translate Word munge</title>
				<description><![CDATA[ hello,<br /> <br /> When I try to add a translate word munge I have this error:<br /> [code]java.lang.RuntimeException: Error generating munge step component: ca.sqlpower.matchmaker.swingui.munge.TranslateWordMungeComponent. Possibly caused by an error thrown in the constructor.<br /> 	at ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.getMungeComponent(SwingSessionContextImpl.java:612)<br /> 	at ca.sqlpower.matchmaker.swingui.munge.MungePen$MungePenMungeProcessListener.mmChildrenInserted(MungePen.java:812)<br /> 	at ca.sqlpower.matchmaker.event.MatchMakerEventSupport.fireChildrenInserted(MatchMakerEventSupport.java:219)<br /> 	at ca.sqlpower.matchmaker.event.MatchMakerEventSupport.fireChildrenInserted(MatchMakerEventSupport.java:175)<br /> 	at ca.sqlpower.matchmaker.AbstractMatchMakerObject.addImpl(AbstractMatchMakerObject.java:106)<br /> 	at ca.sqlpower.matchmaker.munge.MungeProcess.addImpl(MungeProcess.java:280)<br /> 	at ca.sqlpower.matchmaker.munge.MungeProcess.addImpl(MungeProcess.java:38)<br /> 	at ca.sqlpower.matchmaker.AbstractMatchMakerObject.addChild(AbstractMatchMakerObject.java:77)<br /> 	at ca.sqlpower.matchmaker.swingui.munge.MungePen.addMungeStep(MungePen.java:586)<br /> 	at ca.sqlpower.matchmaker.swingui.munge.MungePen.drop(MungePen.java:1067)<br /> 	at java.awt.dnd.DropTarget.drop(Unknown Source)<br /> 	at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(Unknown Source)<br /> 	at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(Unknown Source)<br /> 	at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(Unknown Source)<br /> 	at sun.awt.dnd.SunDropTargetEvent.dispatch(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processDropTargetEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> Caused by: java.lang.reflect.InvocationTargetException<br /> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br /> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)<br /> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)<br /> 	at java.lang.reflect.Constructor.newInstance(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.getMungeComponent(SwingSessionContextImpl.java:610)<br /> 	... 30 more<br /> Caused by: java.lang.RuntimeException: Failed to refresh step Translate Words<br /> 	at ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.&lt;init&gt;(AbstractMungeComponent.java:255)<br /> 	at ca.sqlpower.matchmaker.swingui.munge.TranslateWordMungeComponent.&lt;init&gt;(TranslateWordMungeComponent.java:49)<br /> 	... 35 more<br /> Caused by: java.lang.NumberFormatException: null<br /> 	at java.lang.Long.parseLong(Unknown Source)<br /> 	at java.lang.Long.valueOf(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.munge.TranslateWordMungeStep.doOpen(TranslateWordMungeStep.java:152)<br /> 	at ca.sqlpower.matchmaker.munge.AbstractMungeStep.open(AbstractMungeStep.java:502)<br /> 	at ca.sqlpower.matchmaker.munge.AbstractMungeStep.open(AbstractMungeStep.java:480)<br /> 	at ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.&lt;init&gt;(AbstractMungeComponent.java:251)<br /> 	... 36 more[/code]<br /> <br /> The munge component doesn't appear at the screen but it is created in my repository database. I have to remove the row manually because each time I try to open my transformation process the error appear.<br /> <br /> Here is my config :<br /> [quote]DQguru 0.9.5<br /> Copyright 2003-2009 SQL Power Group Inc.<br /> <br /> Operating System:<br /> Windows XP 5.1 (x86)<br /> <br /> Runtime Environment:<br /> Java(TM) SE Runtime Environment<br /> 1.6.0_12-b04<br /> <br /> VM info:<br /> Java HotSpot(TM) Client VM<br /> 11.2-b01<br /> Sun Microsystems Inc.<br /> <br /> Memory:<br /> 337MiB allocated (1488MiB max); 39MiB free[/quote]<br /> <br /> Thanks in advance for your help.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2309/4840.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2309/4840.page</link>
				<pubDate><![CDATA[Wed, 29 Apr 2009 03:24:24]]> GMT</pubDate>
				<author><![CDATA[ desbonns]]></author>
			</item>
			<item>
				<title>Sample table build fails for Postgres</title>
				<description><![CDATA[ Postgres 8.3.7<br /> DQ Guru 0.9.5-20090423135916<br /> Both running locally on Windows XP SP 2<br /> <br /> When attempting to generate a sample table, the first time I click the 'Create' button, nothing happens (create button remains active).  Second time I click the 'Create' button, I receive the following error messages:<br /> <br /> ca.sqlpower.sqlobject.SQLObjectException: The table Demo_DB.JK.Demo_table already exists<br /> 	at ca.sqlpower.sqlobject.SQLObjectUtils.addSimulatedTable(SQLObjectUtils.java:294)<br /> 	at ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog.generateTableSQL(BuildExampleTableDialog.java:306)<br /> 	at ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$2.actionPerformed(BuildExampleTableDialog.java:248)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.Dialog$1.run(Unknown Source)<br /> 	at java.awt.Dialog$3.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.awt.Dialog.show(Unknown Source)<br /> 	at java.awt.Component.show(Unknown Source)<br /> 	at java.awt.Component.setVisible(Unknown Source)<br /> 	at java.awt.Window.setVisible(Unknown Source)<br /> 	at java.awt.Dialog.setVisible(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.swingui.action.BuildExampleTableAction.actionPerformed(BuildExampleTableAction.java:44)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.AbstractButton.doClick(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2303/4795.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2303/4795.page</link>
				<pubDate><![CDATA[Mon, 27 Apr 2009 10:27:31]]> GMT</pubDate>
				<author><![CDATA[ argyllsock]]></author>
			</item>
			<item>
				<title>My findings</title>
				<description><![CDATA[ Here are my findings, I post them in the forum as discussed earlier.<br /> <br /> [b]Manual[/b]<br /> Page 2: Old screenshot / labels<br /> Page 3: Not all transformations listes<br /> Page 6: Old link for address database<br /> Page 8: Old screenshot<br /> Page 9: Old link<br /> Page 11: Old screenshot<br /> Page 13: Old screenshot<br /> Page 14: Old link<br /> Page 27: Missing reference (bottom of page)<br /> Page 29: Missing reference (below screenshot)<br /> No information about Script Console<br /> Not all transformations listed and explained (input/output)<br /> <br /> [b]Handling[/b]<br />     * Why menu item "Translate Words Manage" since it is in tree already.<br />     * Database Schema has to be selected twice (Create example table)<br />     * Preview can't be enabled<br />     * Debug for cleansing doesn't work<br />     * The Audit information is empty<br />     * I would rename option 'New folder' to 'New project folder'<br />     * Need of Shorter default name for example table so default values can be used for address correction (now default result table has more than 30 characters)<br />     * in Address correction, exception pops up when clicking on 'Validate addresses' and no correction database exists<br />     * Naming of 'Universal SQL Access' is not consistent in manual (SQL Query) and GUI (Universal SQL Access)<br />     * Drag&Drop in SQL Query doesn't work<br />     * Missing feature to backup repository (Manual recommends copying of folder)<br />     * Enable option to rearrange order of projects <br />     * What is the use of folder "Backup Projects"?<br />  <br /> [b]Transformation steps[/b]<br /> Google Address Lookup: Background exception because of missing Google API. Cant't start editor of transformation after adding the transformation step.<br /> <br /> Translate Words: Exception "Failed to refresh step Translate words", Cant't start editor of transformation after adding the transformation step.<br /> <br /> Extensions: Is it possible to extend DQguru with pluggable transformation steps?<br /> <br /> [b]Bugzilla[/b]<br /> Update naming from Matchmaker to DQguru<br /> <br /> Benjamin]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2294/4750.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2294/4750.page</link>
				<pubDate><![CDATA[Wed, 22 Apr 2009 14:23:38]]> GMT</pubDate>
				<author><![CDATA[ Benjamin]]></author>
			</item>
			<item>
				<title>Run buttons</title>
				<description><![CDATA[ Hi,<br /> <br /> First of all:<br /> MatchMaker version: 0.9.5-20090219170003<br /> Os: Windows XP Pro SP3<br /> <br /> It is possible to click two times on the "Run Match Engine" or "Run Merge Engine" button. This button become locked after the second click. This is not an important problem but the result is that the match will run two times and the "Abort!" button become locked after the first one (make sure to abort during the first run if you don't want to wait 2 times the duration of the run).<br /> <br /> I tried to write this bug on Bugzilla but can you tell me in which section I should put it? (There is no "MatchMaker" section).<br /> <br /> Sorry if my english is not really good!<br /> <br /> Simon  ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2272/4675.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2272/4675.page</link>
				<pubDate><![CDATA[Thu, 2 Apr 2009 11:03:26]]> GMT</pubDate>
				<author><![CDATA[ desbonns]]></author>
			</item>
			<item>
				<title>Munge Create Failure on Postres</title>
				<description><![CDATA[ Match Maker version 0.9.5 build #217, first spotted in 0.9.4<br /> JRE 1.6.0_11<br /> MatchMaker provided postgres JDBC driver<br /> Accessing PostgreSQL 8.2<br /> ===================<br /> <br /> Munge creation dialog accepts all required data for step creation, correctly finds the source table and creates the RESULTs table, but fails when displaying the munge design panel.<br /> <br /> The contents of the java error stack suggests that an attempt is being made to open the source table with the right table name, but the wrong case.  Postgres object names are case sensitive as I recall.  <br /> <br /> It looks like the munge creation dialog found the source table in uppercase (public.MDM_CUSTOMER), but then tries to access it by referencing the table with a lower case table name (public.mdm_customer), and therefore does not find the table.  <br /> <br /> How about "public"."MDM_CUSTOMER"?<br /> <br /> <br /> Alert panel messages follow ======================================<br /> <br /> java.lang.RuntimeException<br /> <br /> Could not setup the input Munge step!<br /> <br /> <br /> Java error stack follows =========================================<br /> <br /> java.lang.RuntimeException: Could not set up the input munge step!<br /> 	at ca.sqlpower.matchmaker.swingui.action.NewMungeProcessAction.actionPerformed(NewMungeProcessAction.java:91)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> Caused by: org.postgresql.util.PSQLException: ERROR: relation "public.mdm_customer" does not exist<br /> 	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)<br /> 	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)<br /> 	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)<br /> 	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)<br /> 	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:337)<br /> 	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:236)<br /> 	at ca.sqlpower.sql.jdbcwrapper.StatementDecorator.executeQuery(StatementDecorator.java:92)<br /> 	at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205)<br /> 	at ca.sqlpower.matchmaker.munge.SQLInputStep.doOpen(SQLInputStep.java:190)<br /> 	at ca.sqlpower.matchmaker.munge.AbstractMungeStep.open(AbstractMungeStep.java:483)<br /> 	at ca.sqlpower.matchmaker.swingui.action.NewMungeProcessAction.actionPerformed(NewMungeProcessAction.java:87)<br /> 	... 25 more<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2207/4477.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2207/4477.page</link>
				<pubDate><![CDATA[Thu, 5 Feb 2009 07:01:43]]> GMT</pubDate>
				<author><![CDATA[ donn]]></author>
			</item>
			<item>
				<title>MatchMaker Repository Build is incomplete for Postgres</title>
				<description><![CDATA[ Match Maker version 0.9.5 build #217, first spotted in 0.9.4 <br /> JRE 1.6.0_11 <br /> MatchMaker provided postgres JDBC driver<br /> Accessing PostgreSQL 8.2<br /> ===================<br /> <br /> The SQL generated for Postgres repository generation correctly qualifies all CREATE and ALTER commands with 'database_name.schema_name.', but fails to do so for the INSERT statements that populate initial table values.  This results in a failure when a repository connection is later attempted by MatchMaker.<br /> <br /> Exporting the generated SQL, making corrections and re-execution is an effective workaround.<br /> <br /> The code subset below shows one correctly qualified object reference in an ALTER TABLE call, followed by INSERT statements with incomplete table qualifications as generated by the MatchMaker create repository dialog.<br /> <br /> <br /> incorrecty generated code subset follows ==================================<br /> <br /> ...<br /> ALTER TABLE data_quality.matchmaker.mm_munge_step_input ADD CONSTRAINT step_output_input_fk<br /> FOREIGN KEY (munge_step_output_oid)<br /> REFERENCES data_quality.matchmaker.mm_munge_step_output (munge_step_output_oid)<br /> ON DELETE CASCADE<br /> ON UPDATE CASCADE<br /> DEFERRABLE INITIALLY DEFERRED;<br /> <br /> insert into mm_schema_info values ('schema_version', '6.0.1')<br /> ;<br /> <br /> INSERT INTO pl_group(group_name,group_desc,last_update_date,last_update_user,create_date)<br /> VALUES('PL_ADMIN','Special PL group with ALL privileges',CURRENT_TIMESTAMP,'postgres',CURRENT_TIMESTAMP)<br /> ;<br /> <br /> INSERT INTO pl_user (user_id, last_update_date, last_update_user, <br /> default_kpi_frequency, show_red_ind, show_yellow_ind, show_green_ind, show_grey_ind)<br /> VALUES (upper('postgres'), CURRENT_TIMESTAMP, 'postgres', 'MONTHLY', 'Y', 'Y', 'Y', 'Y')<br /> ;<br /> <br /> INSERT INTO user_group (user_id, group_name, last_update_date, last_update_user) <br /> VALUES (upper('postgres'), 'PL_ADMIN', CURRENT_TIMESTAMP, 'postgres')<br /> ;<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2206/4473.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2206/4473.page</link>
				<pubDate><![CDATA[Wed, 4 Feb 2009 14:45:26]]> GMT</pubDate>
				<author><![CDATA[ donn]]></author>
			</item>
			<item>
				<title>Match Engine Failure - OJDBC invalid colum type on INSERT</title>
				<description><![CDATA[ Match Maker version 0.9.5 build #217, first spotted in 0.9.4<br /> JRE 1.6.0_11<br /> JDBC Driver ojdbc14.jar<br /> Accessing Oracle 9.2<br /> ===================<br /> <br /> <br /> Match Engine finds matches successfully, but fails when inserting the Match Pool into the RESULTs table.<br /> <br /> Failing Oracle calls follow =====================================<br /> <br /> Error in SQL Query while storing the Match Pool!<br /> Message: Invalid column type<br /> SQL State: null<br /> Query: INSERT INTO DC_METRICS.MDM_CUSTOMER_RESULT (DUP_CANDIDATE_10, DUP_CANDIDATE_20, MATCH_PERCENT, GROUP_ID, MATCH_STATUS, DUP1_MASTER_IND, MATCH_DATE, MATCH_STATUS_DATE, MATCH_STATUS_USER, DUP_ID0, MASTER_ID0)<br />  VALUES (?, ?, ?, ?, ?, ?, TO_DATE('2009-02-04 14:57:14','YYYY-MM-DD HH24:MI:SS'), TO_DATE('2009-02-04 14:57:14','YYYY-MM-DD HH24:MI:SS'), 'SA', ?, ?)<br /> <br /> Error in SQL Query while storing the Match Pool!<br /> Message: Invalid column type<br /> SQL State: null<br /> Query: INSERT INTO DC_METRICS.MDM_CUSTOMER_RESULT (DUP_CANDIDATE_10, DUP_CANDIDATE_20, MATCH_PERCENT, GROUP_ID, MATCH_STATUS, DUP1_MASTER_IND, MATCH_DATE, MATCH_STATUS_DATE, MATCH_STATUS_USER, DUP_ID0, MASTER_ID0)<br />  VALUES (?, ?, ?, ?, ?, ?, TO_DATE('2009-02-04 14:58:53','YYYY-MM-DD HH24:MI:SS'), TO_DATE('2009-02-04 14:58:53','YYYY-MM-DD HH24:MI:SS'), 'SA', ?, ?)<br /> <br /> <br /> Leading log messages and Java error stack follow =========================<br /> <br /> 2009-02-04 14:26:56,133 INFO Checking Match Engine Preconditions<br /> 2009-02-04 14:27:26,429 INFO Starting Match Engine<br /> 2009-02-04 14:27:28,600 INFO Clearing Match Pool<br /> 2009-02-04 14:27:29,600 INFO Searching for matches<br /> 2009-02-04 14:27:30,553 INFO Munge Process 'MDM_CUSTOMER Munge' found 3 matches<br /> 2009-02-04 14:27:30,553 INFO Match Engine found a total of 3 matches<br /> 2009-02-04 14:27:30,553 INFO Storing matches<br /> 2009-02-04 14:27:31,460 ERROR 800/900: Match Engine failed<br /> 2009-02-04 14:27:31,538 ERROR Error during engine run<br /> java.lang.RuntimeException: java.sql.SQLException: Invalid column type<br /> 	at ca.sqlpower.matchmaker.MatchEngineImpl.call(MatchEngineImpl.java:258)<br /> 	at ca.sqlpower.matchmaker.swingui.engine.EngineWorker.doStuff(EngineWorker.java:107)<br /> 	at ca.sqlpower.swingui.SPSwingWorker.run(SPSwingWorker.java:73)<br /> 	at java.lang.Thread.run(Unknown Source)<br /> Caused by: java.sql.SQLException: Invalid column type<br /> 	at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)<br /> 	at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)<br /> 	at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)<br /> 	at oracle.jdbc.driver.OracleStatement.get_internal_type(OracleStatement.java:6411)<br /> 	at oracle.jdbc.driver.OraclePreparedStatement.setNull(OraclePreparedStatement.java:1358)<br /> 	at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:2795)<br /> 	at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:3221)<br /> 	at ca.sqlpower.sql.jdbcwrapper.PreparedStatementDecorator.setObject(PreparedStatementDecorator.java:323)<br /> 	at ca.sqlpower.matchmaker.MatchPool.store(MatchPool.java:599)<br /> 	at ca.sqlpower.matchmaker.MatchPool.store(MatchPool.java:368)<br /> 	at ca.sqlpower.matchmaker.MatchEngineImpl.call(MatchEngineImpl.java:239)<br /> 	... 3 more]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2205/4472.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2205/4472.page</link>
				<pubDate><![CDATA[Wed, 4 Feb 2009 14:24:03]]> GMT</pubDate>
				<author><![CDATA[ donn]]></author>
			</item>
			<item>
				<title>Match Statistics -  Status UNMATCH</title>
				<description><![CDATA[ Currently, if a user was to automatch a specific munge process, in the match validation screen it shows a specific number of rows now marked as matched, and then it also shows the remainder as UNMATCH.  <br /> The user would assume that the match validation screen should mark the remainder as NO-MATCH.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2053/3901.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2053/3901.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 17:01:05]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
			<item>
				<title>Translation Groups - Not Refreshing</title>
				<description><![CDATA[ OS: Windows<br /> Version: Nightly Build 20080828<br /> <br /> Multiple people logged onto the same repository.  User 1 creates a Translation group.  User 2 cannot see the translation group in the tree, but User 2 can see the translation group in the drop down of the Translate Word munge process.  The Translate group tree is not update for User 2 until they log out and back into the match maker.<br /> <br /> There is a Refresh option on the Translate Groups folder in the tree, but when clicked on it does not refresh the list.<br /> <br /> I would expect the refresh option to refresh the list with all new translation groups.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2051/3899.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2051/3899.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 16:54:32]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
			<item>
				<title>MatchMaker bugs</title>
				<description><![CDATA[ 1. There should be a Progress Bar or a message displayed when performing an Automatch<br /> <br /> 2. 'Use Regular Expression' should be clicked by default in Munge Process definitions. ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2050/3897.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2050/3897.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 11:52:57]]> GMT</pubDate>
				<author><![CDATA[ misha]]></author>
			</item>
			<item>
				<title>Can not save Munge process</title>
				<description><![CDATA[ Get this error message when trying to save a munge process:<br /> <br /> org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: ca.sqlpower.matchmaker.munge.MungeProcess<br /> 	at org.hibernate.engine.ForeignKeys.getEntityIdentifierIfNotUnsaved(ForeignKeys.java:219)<br /> 	at org.hibernate.collection.AbstractPersistentCollection.getOrphans(AbstractPersistentCollection.java:889)<br /> 	at org.hibernate.collection.PersistentBag.getOrphans(PersistentBag.java:120)<br /> 	at org.hibernate.engine.CollectionEntry.getOrphans(CollectionEntry.java:350)<br /> 	at org.hibernate.engine.Cascade.deleteOrphans(Cascade.java:340)<br /> 	at org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:324)<br /> 	at org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:242)<br /> 	at org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:219)<br /> 	at org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:169)<br /> 	at org.hibernate.engine.Cascade.cascade(Cascade.java:130)<br /> 	at org.hibernate.event.def.AbstractFlushingEventListener.cascadeOnFlush(AbstractFlushingEventListener.java:130)<br /> 	at org.hibernate.event.def.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:121)<br /> 	at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:65)<br /> 	at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26)<br /> 	at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.AbstractMatchMakerDAOHibernate.save(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.dao.hibernate.AbstractMatchMakerDAOHibernate.save(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.save(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.undo.AbstractUndoableEditorPane.applyChanges(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.swingui.MungeProcessEditor.applyChanges(Unknown Source)<br /> 	at ca.sqlpower.matchmaker.swingui.MungeProcessEditor$5.actionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2049/3894.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2049/3894.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 11:09:41]]> GMT</pubDate>
				<author><![CDATA[ misha]]></author>
			</item>
	</channel>
</rss>
