<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "SQL Power Architect Technical Support"]]></title>
		<link>http://www.sqlpower.ca/forum/forums/show/2.page</link>
		<description><![CDATA[The newest discussed topics in the forum "SQL Power Architect Technical Support"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Power Architect format and GIT</title>
				<description><![CDATA[ Hello,<br /> <br /> I'm using Power Architect (PA) to design data models, however I'm not soing it by myself. So I use git, the VCS I use for many other stuff, to share the files and maintain history and editors. So far so good.<br /> <br /> The issue is when there is a conflict, which, in the case of PA format, happens if a user touches the same file I'm about to edit. This other user does not have to had made any changes to the file, just opening the file alter a lot of the structure.<br /> <br /> So I have to improvise a locking system to no other user edit the same file I'm working on. Seams a little ancient this technique and at the same time totally breaks the development workflow.<br /> <br /> Anyone has any suggestion on how to achieve what I want?<br /> <br /> Does SQL Power plans to do something in the future to avoid this situations? Like trying to make a cleaner file format, if possible?<br /> <br /> Thanks in advance<br /> <br /> Best regards,<br /> <br /> RS]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2808/6360.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2808/6360.page</link>
				<pubDate><![CDATA[Tue, 17 Jan 2012 10:27:25]]> GMT</pubDate>
				<author><![CDATA[ rsilva4]]></author>
			</item>
			<item>
				<title>Connect to SQL Server named instance</title>
				<description><![CDATA[ Can SQL Power Architect be connected to a SQL Server *Named Instance*?  If so, how do I fill this form out?<br /> <br /> For the non windows folks, normally when you connect to a SQL Server named instance, you specify the SQL Server like this <br /> <br /> mywindowsserver\mysqlservernamedinstance<br /> <br /> This is not a firewall or sql server issue, all other windows-friendly client applications can connect to the sql server instance both locally and remotely.<br /> <br /> Thanks<br /> <br /> [img]<br /> <a class="snap_shots" href="http://matthewjamesbriggs.com/imghost/SqlServerNamedInstance.PNG" target="_blank" rel="nofollow">http://matthewjamesbriggs.com/imghost/SqlServerNamedInstance.PNG</a><br /> [\img]<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2807/6355.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2807/6355.page</link>
				<pubDate><![CDATA[Sat, 31 Dec 2011 16:12:35]]> GMT</pubDate>
				<author><![CDATA[ Webern]]></author>
			</item>
			<item>
				<title>Problem with foreign keys</title>
				<description><![CDATA[ Hi<br /> <br /> I have a problem with foreign keys. I tried to search, but couldn't find any solutions. <br /> <br /> Maybe I'm doing something wrong, but sometimes when I add a relationship SQL power architect adds all foreign keys from referenced table.<br /> <br /> Let's say I have comment_rating table and comment table. In comment_rating table I have cmnt_id which is foreign key of column cmnt_id in comment table. But when I want to make FK of the cmnt_id, I end up with usr_id FK, st_id FK and ent_id FK which are foreign keys from comment table...<br /> <br /> Is this some kind of bug, or am I doing something wrong? Please help me, 'cos otherwise SQL Power Architect rocks]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2806/6354.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2806/6354.page</link>
				<pubDate><![CDATA[Thu, 29 Dec 2011 18:24:35]]> GMT</pubDate>
				<author><![CDATA[ riffmaker]]></author>
			</item>
			<item>
				<title>Cannot forward engineer or compare data models</title>
				<description><![CDATA[ I am unable to generate any SQL for my data model.  Any time I do, I get a null pointer exception, as in the trace below.<br /> <br /> Note I also had an anomaly with a column -- I created a new (non-PK) column on a table, and later noticed that it was in several tables, including in the original table as both a PK and a non-PK column.  It took me a while to clear this bad column out -- it would not let me delete.  Instead, I found I could create a dummy table, move the column to that table, and then delete the dummy table.  I repeated that until it was gone everywhere, and then recreated the column in the table where it should have been.<br /> <br /> Is my data model corrupt now?  Any way to fix it if so?<br /> <br /> Thanks,<br /> ken<br /> <br /> Error stack trace for compare:<br /> <br /> [code]java.lang.NullPointerException<br /> 	at ca.sqlpower.architect.ddl.GenericDDLGenerator.addRelationship(GenericDDLGenerator.java:341)<br /> 	at ca.sqlpower.architect.swingui.CompareDMFormatter.sqlScriptGenerator(CompareDMFormatter.java:276)<br /> 	at ca.sqlpower.architect.swingui.CompareDMFormatter.formatForSQLOutput(CompareDMFormatter.java:190)<br /> 	at ca.sqlpower.architect.swingui.CompareDMPanel$StartCompareAction$1.cleanup(CompareDMPanel.java:1373)<br /> 	at ca.sqlpower.swingui.SPSwingWorker$1.run(SPSwingWorker.java:114)<br /> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(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)[/code]]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2799/6343.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2799/6343.page</link>
				<pubDate><![CDATA[Wed, 16 Nov 2011 09:56:08]]> GMT</pubDate>
				<author><![CDATA[ Ken Clark]]></author>
			</item>
			<item>
				<title>Cannot connect to SQL Server 2005 database</title>
				<description><![CDATA[ hi<br /> it's my first use of power architect<br /> and i am trying to connect to sql server 2005 (Express) db on a remote machine (i can connect to it successfully from Microsoft sql server management studio express)<br /> <br /> here's what i tried:<br /> <br /> Database Type: SQL Server 2005<br /> Hostname: 192.168.1.56<br /> Port:1433<br /> JDBC URL:jdbc:sqlserver://192.168.1.56:1433<br /> Username:***<br /> Password:***<br /> <br /> when i try to test the connection, i get following exception:<br /> <br /> <br /> [code]com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host 192.168.1.56, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:170)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1049)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)<br /> 	at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)<br /> 	at ca.sqlpower.sql.JDBCDataSource.createConnection(JDBCDataSource.java:296)<br /> 	at ca.sqlpower.swingui.JDBCDataSourcePanel$1.actionPerformed(JDBCDataSourcePanel.java:168)<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.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.awt.EventQueue$2.run(Unknown Source)<br /> 	at java.awt.EventQueue$2.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(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)[/code]<br /> <br /> please advise.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2798/6341.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2798/6341.page</link>
				<pubDate><![CDATA[Sun, 13 Nov 2011 04:33:26]]> GMT</pubDate>
				<author><![CDATA[ msaleh]]></author>
			</item>
			<item>
				<title>Could not Launch the SQL Power Architect-XML parsing error in project file</title>
				<description><![CDATA[ So I'm sorry if this has been answered before I did a quick skim, but probably not the most thorough.  <br /> It should be noted that I am very new to SQL and Power Architect.  I'm working on a simple project in which we are simply improving a classmates logical model.  While completing this process I somehow messed things up huge.  I get the following error code-<br /> <br /> "Could Not Launch the SQL Power Architect<br /> <br /> Exception type: ca.sqlpower.sqlobject.SQLObjectException<br /> <br /> Detail string: There is an XML parsing error in project file at LIne:9 Column:41<br /> <br /> Root Cause: Error at (9, 41:null<br /> <br /> Followed by...<br /> <br /> ca.sqlpower.sqlobject.SQLObjectException: There is an XML parsing error in project file at Line:9 Column:41<br /> 	at ca.sqlpower.architect.ProjectLoader.load(ProjectLoader.java:209)<br /> 	at ca.sqlpower.architect.swingui.SwingUIProjectLoader.load(SwingUIProjectLoader.java:195)<br /> 	at ca.sqlpower.architect.swingui.ArchitectSwingSessionContextImpl.createSession(ArchitectSwingSessionContextImpl.java:211)<br /> 	at ca.sqlpower.architect.swingui.ArchitectFrame$11.run(ArchitectFrame.java:819)<br /> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$3.run(Unknown Source)<br /> 	at java.awt.EventQueue$3.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(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.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 41; Error at (9, 41: null<br /> 	at org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)<br /> 	at org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)<br /> 	at org.apache.commons.digester.Digester.startElement(Digester.java:1276)<br /> 	at ca.sqlpower.xml.UnescapingDefaultHandler.startElement(UnescapingDefaultHandler.java:235)<br /> 	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)<br /> 	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)<br /> 	at ca.sqlpower.xml.UnescapingXMLReader.parse(UnescapingXMLReader.java:99)<br /> 	at org.apache.commons.digester.Digester.parse(Digester.java:1567)<br /> 	at ca.sqlpower.architect.ProjectLoader.load(ProjectLoader.java:198)<br /> 	... 17 more<br /> Caused by: java.lang.NullPointerException<br /> 	at ca.sqlpower.sqlobject.SQLDatabase.setDataSource(SQLDatabase.java:464)<br /> 	at ca.sqlpower.architect.ProjectLoader$TargetDBFactory.createObject(ProjectLoader.java:472)<br /> 	at org.apache.commons.digester.FactoryCreateRule.begin(FactoryCreateRule.java:429)<br /> 	at org.apache.commons.digester.Digester.startElement(Digester.java:1273)<br /> 	... 31 more<br /> <br /> Anyone have any ideas on A. What I did wrong?  B. How to fix it?<br /> <br /> Thank you for help.<br /> <br /> Edit: where the emoticon appears should read (ProjectLoader.java:198.) (without the period after the 8.)<br /> <br /> Edit 2: Trying to attach files, but Attach Files Button is not responding, not sure if I lack sufficient clearance to post files, but if anyone is able to help I can send those to you. <br /> <br /> After searching some more, it seems that this solution might be some help<br /> <a class="snap_shots" href="http://www.sqlpower.ca/forum/posts/list/2136.page" target="_blank" rel="nofollow">http://www.sqlpower.ca/forum/posts/list/2136.page</a><br /> <br /> However I am still struggling a bit in finding the empty table-ref ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2797/6337.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2797/6337.page</link>
				<pubDate><![CDATA[Mon, 31 Oct 2011 15:18:51]]> GMT</pubDate>
				<author><![CDATA[ Ineedsqlhelpplease]]></author>
			</item>
			<item>
				<title>Connection to Firebird</title>
				<description><![CDATA[ Hello Together,<br /> <br /> is their a possibility to connect the Power Architect with a Firebird embedded Database?<br /> <br /> Thanks for your help.<br /> <br /> Balian]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2790/6324.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2790/6324.page</link>
				<pubDate><![CDATA[Tue, 30 Aug 2011 14:24:49]]> GMT</pubDate>
				<author><![CDATA[ Balian]]></author>
			</item>
			<item>
				<title>Error while containing to oracle 10g server using SQL power Architect</title>
				<description><![CDATA[ Hi All,<br /> <br /> ca.sqlpower.sqlobject.SQLObjectException: Couldn't connect to database: JDBC Driver "oracle.jdbc.OracleDriver" not found.<br /> 	at ca.sqlpower.sqlobject.SQLDatabase.getConnection(SQLDatabase.java:685)<br /> 	at ca.sqlpower.sqlobject.SQLDatabase.populateImpl(SQLDatabase.java:153)<br /> 	at ca.sqlpower.sqlobject.SQLObject.populate(SQLObject.java:186)<br /> 	at ca.sqlpower.sqlobject.SQLObject.getChildCount(SQLObject.java:332)<br /> 	at ca.sqlpower.architect.swingui.DBTree$PokeDBWorker.pokeDatabase(DBTree.java:814)<br /> 	at ca.sqlpower.architect.swingui.DBTree$PokeDBWorker.doStuff(DBTree.java:799)<br /> 	at ca.sqlpower.swingui.SPSwingWorker.run(SPSwingWorker.java:104)<br /> 	at java.lang.Thread.run(Unknown Source)<br /> Caused by: java.sql.SQLException: JDBC Driver "oracle.jdbc.OracleDriver" not found.<br /> 	at ca.sqlpower.sql.JDBCDataSource.createConnection(JDBCDataSource.java:309)<br /> 	at ca.sqlpower.sql.JDBCDSConnectionFactory.createConnection(JDBCDSConnectionFactory.java:42)<br /> 	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)<br /> 	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1140)<br /> 	at ca.sqlpower.sqlobject.SQLDatabase.getConnection(SQLDatabase.java:683)<br /> 	... 7 more<br /> Caused by: java.lang.ClassNotFoundException: Could not locate class oracle.jdbc.OracleDriver in any of the JDBC Driver JAR files: []<br /> 	at ca.sqlpower.sql.JDBCDataSourceType$JDBCClassLoader.findClass(JDBCDataSourceType.java:239)<br /> 	at java.lang.ClassLoader.loadClass(Unknown Source)<br /> 	at java.lang.ClassLoader.loadClass(Unknown Source)<br /> 	at java.lang.ClassLoader.loadClassInternal(Unknown Source)<br /> 	at java.lang.Class.forName0(Native Method)<br /> 	at java.lang.Class.forName(Unknown Source)<br /> 	at ca.sqlpower.sql.JDBCDataSource.createConnection(JDBCDataSource.java:274)<br /> 	... 11 more<br /> <br /> <br /> I am facing above error while connecting to oracle 10g server using SQL power Architect ,pls advise in this regard.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2786/6319.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2786/6319.page</link>
				<pubDate><![CDATA[Fri, 12 Aug 2011 03:53:17]]> GMT</pubDate>
				<author><![CDATA[ Ram s]]></author>
			</item>
			<item>
				<title>Table Appearances -&gt; default for new models?</title>
				<description><![CDATA[ You can right-click on a table (or a group of selected tables), right-click, and choose various Table Appearance options.<br /> <br /> Is there a way to define a default of these settings, for all new models?  I don't see anything under the Preferences.<br /> <br /> thanks.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2783/6314.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2783/6314.page</link>
				<pubDate><![CDATA[Mon, 18 Jul 2011 14:36:50]]> GMT</pubDate>
				<author><![CDATA[ dougtmw]]></author>
			</item>
			<item>
				<title>Table sort order in Playpen?</title>
				<description><![CDATA[ After reverse-engineering a database, the list of tables in the Playpen tree (on the left-hand pane) appears to be in no particular order.  Is there a way to force it to be sorted in alphabetical order?<br /> <br /> <br /> This is with 1.0.6]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2782/6313.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2782/6313.page</link>
				<pubDate><![CDATA[Mon, 18 Jul 2011 14:27:57]]> GMT</pubDate>
				<author><![CDATA[ dougtmw]]></author>
			</item>
			<item>
				<title>Unable to show referential constraints when reverse engineering</title>
				<description><![CDATA[ Hi,<br /> <br /> I tried to reverse engineer an exisiting MySQL schema by dragging it to the work area. Power Architect displays all the entities but not any of the referential constraints. Is this normal? Thank you.<br /> <br /> Cheers,<br /> Xiao<br /> <br /> SQL Power Architect 1.0.6<br /> Copyright 2003-2010 SQL Power Group Inc.<br /> <br /> Operating System:<br /> Windows 7 6.1 (amd64)<br /> <br /> Runtime Environment:<br /> Java(TM) SE Runtime Environment<br /> 1.6.0_25-b06<br /> <br /> VM info:<br /> Java HotSpot(TM) 64-Bit Server VM<br /> 20.0-b11<br /> Sun Microsystems Inc.<br /> <br /> Memory:<br /> 27MiB allocated (580MiB max); 15MiB free]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2777/6303.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2777/6303.page</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 22:45:27]]> GMT</pubDate>
				<author><![CDATA[ xyang]]></author>
			</item>
			<item>
				<title>Profile = &quot;Invalid Object Error&quot; in SQL Server</title>
				<description><![CDATA[ I am trying to use this tool for the sole purpose of data profiling, but cannot get past strange "Invalid Object Error"s on every single table.<br /> <br /> I cannot understand how the tool can be connected successfully, show the tables/properties, etc, but not able to profile the same tables?<br /> The fully-qualified table names listed in the errors are correct in every case.<br /> <br /> What am I missing here?<br /> <br /> Thanks in advance!<br /> <br /> Configs and details on the error below:<br /> <br /> I followed the instructions on JDBC driver installation and connected to the database successfully using URL:<br /> jdbc:sqlserver://127.0.0.1:1433;integratedSecurity=true;<br /> <br /> <br /> Software used:<br /> SQL Power Architect 1.0.6<br /> Copyright 2003-2010 SQL Power Group Inc.<br /> <br /> Operating System:<br /> Windows 2003 5.2 (x86)<br /> <br /> Runtime Environment:<br /> Java(TM) SE Runtime Environment<br /> 1.6.0_25-b06<br /> <br /> Microsoft SQL Server Management Studio						9.00.4035.00<br /> Microsoft Analysis Services Client Tools						2005.090.4035.00<br /> Microsoft Data Access Components (MDAC)						2000.086.3959.00 (srv03_sp2_rtm.070216-1710)<br /> Microsoft MSXML						2.6 3.0 4.0 6.0 <br /> Microsoft Internet Explorer						6.0.3790.3959<br /> Microsoft .NET Framework						2.0.50727.1433<br /> Operating System						5.2.3790<br /> <br /> Details on the error:<br /> java.lang.Exception: java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'CorporateSuppression'.<br /> 	at ca.sqlpower.architect.profile.RemoteDatabaseProfileCreator.doProfileImpl(RemoteDatabaseProfileCreator.java:225)<br /> 	at ca.sqlpower.architect.profile.AbstractTableProfileCreator.doProfile(AbstractTableProfileCreator.java:54)<br /> 	at ca.sqlpower.architect.profile.ProfileManagerImpl$ProfileResultCallable.call(ProfileManagerImpl.java:246)<br /> 	at ca.sqlpower.architect.profile.ProfileManagerImpl$ProfileResultCallable.call(ProfileManagerImpl.java:188)<br /> 	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)<br /> 	at java.util.concurrent.FutureTask.run(Unknown Source)<br /> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)<br /> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)<br /> 	at java.lang.Thread.run(Unknown Source)<br /> Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'CorporateSuppression'.<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:4575)<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.executeQuery(SQLServerStatement.java:611)<br /> 	at ca.sqlpower.sql.jdbcwrapper.StatementDecorator.executeQuery(StatementDecorator.java:117)<br /> 	at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208)<br /> 	at ca.sqlpower.architect.profile.RemoteDatabaseProfileCreator.doTableProfile(RemoteDatabaseProfileCreator.java:265)<br /> 	at ca.sqlpower.architect.profile.RemoteDatabaseProfileCreator.doProfileImpl(RemoteDatabaseProfileCreator.java:210)<br /> 	... 8 more<br /> <br /> 	at ca.sqlpower.dao.session.SessionPersisterSuperConverter.convertToComplexType(SessionPersisterSuperConverter.java:304)<br /> 	at ca.sqlpower.architect.profile.generated.AbstractProfileResultPersisterHelper.commitProperty(AbstractProfileResultPersisterHelper.java:49)<br /> 	at ca.sqlpower.architect.profile.generated.TableProfileResultPersisterHelper.commitProperty(TableProfileResultPersisterHelper.java:66)<br /> 	at ca.sqlpower.dao.SPSessionPersister.commitProperties(SPSessionPersister.java:1198)<br /> 	at ca.sqlpower.dao.SPSessionPersister.commit(SPSessionPersister.java:478)<br /> 	at ca.sqlpower.dao.SPPersisterListener.commit(SPPersisterListener.java:529)<br /> 	at ca.sqlpower.dao.SPPersisterListener.transactionEnded(SPPersisterListener.java:374)<br /> 	at ca.sqlpower.dao.SPPersisterListener.persistObject(SPPersisterListener.java:252)<br /> 	at ca.sqlpower.architect.profile.ProfileManagerImpl$ProfileResultCallable$1.run(ProfileManagerImpl.java:267)<br /> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(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/2774/6295.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2774/6295.page</link>
				<pubDate><![CDATA[Tue, 17 May 2011 16:14:31]]> GMT</pubDate>
				<author><![CDATA[ tgardecki]]></author>
			</item>
			<item>
				<title>Unable to connect to the server</title>
				<description><![CDATA[ Just Downloaded the SQL Power Architect, able to start the server. However, client has grayed out the Enterprise --&gt; Configure Server Connection. Also, unable to start the client from starter home when I click on client from starter home it opens a dialogue box and ask to open in what program.<br /> <br /> Please help<br /> thanks<br /> Raj]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2771/6288.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2771/6288.page</link>
				<pubDate><![CDATA[Mon, 2 May 2011 21:53:07]]> GMT</pubDate>
				<author><![CDATA[ Jalwa]]></author>
			</item>
			<item>
				<title>forward engineering wrong with column comment</title>
				<description><![CDATA[ A column with NOT NULL and DEFAULT VALUE and comment is created in the forward engineering for mysql like this (some columns omitted):<br /> <br /> [code]CREATE TABLE t_establishment (<br />                 estab_id INT AUTO_INCREMENT NOT NULL,<br />                 estab_name VARCHAR(200) NOT NULL,<br />                 estab_company VARCHAR(200),<br />                 estab_taxnumber VARCHAR(100),<br />                 estab_numlike NUMERIC(6) DEFAULT 0 NOT NULL,<br />                 PRIMARY KEY (estab_id)<br /> );<br /> <br /> ALTER TABLE t_establishment MODIFY COLUMN estab_numlike NUMERIC(6) COMMENT 'my comment';<br /> [/code]<br /> As you can see, the alter table statement wipes out the NOT NULL and DEFAULT setting, so in the database the column can be null and has no default value.<br /> <br /> SQL Power Architect 1.0.6<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2769/6284.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2769/6284.page</link>
				<pubDate><![CDATA[Mon, 25 Apr 2011 10:02:45]]> GMT</pubDate>
				<author><![CDATA[ bcn]]></author>
			</item>
			<item>
				<title>Posisble bug or enhancement request</title>
				<description><![CDATA[ Not sure if it is a bug since I just got started, but I'm seeing the following:<br /> Columns id: INTEGER and device_id: INTEGER related by FK constraint have different types, scale, or precision<br /> The cause is that the foreign key allows NULLs which is valid in at least MySQL (right now I'm exporting to postgres which seems to take it fine as well).  Not sure if this is valid SQL in the pure sense but it makes a lot of sense to have a zero or one mapping implemented this way (i.e. if it is not NULL it points to the PK of another table.<br /> Version: 1.0.6 on Windows<br /> Database Postgresql version 9 on ubuntu (not connected -- copying sql files around)<br /> Thanks.  And by the way, you have done a great job.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2767/6281.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2767/6281.page</link>
				<pubDate><![CDATA[Tue, 19 Apr 2011 22:14:49]]> GMT</pubDate>
				<author><![CDATA[ kenw]]></author>
			</item>
	</channel>
</rss>
