<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[SQL Power Software Forum - Latest forum topics]]></title>
		<link>http://www.sqlpower.ca/forum/recentTopics/list.page</link>
		<description><![CDATA[The newest discussed topics in the entire board]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Multiple Play Pens in 1 Project file</title>
				<description><![CDATA[ Hi,<br /> <br /> Can someone please tell me if there is any feature in Power Architect similar to that of multiple Subject Areas in Erwin or multiple Pages in Visio.<br /> <br /> For example, I have a database/schema with 100 tables in it. When I reverse engineer the same in Power Architect, all 100 tables get loaded in the same Play Pen. But, I want to divide these 100 tables into lets say multiple logical groups of 10 tables each, with some tables being shared across these groups. So, how do I do that?<br /> <br /> If I create multiple projects, then I will not be able to use the data model comparision feature, because 10 tables in one project file will never match with 100 tables in the database.<br /> <br /> In Erwin or Visio, one can load all the 100 tables in the project file and then lay them out logically in multiple diagrams. How can I achieve this in Power Architect?<br /> <br /> Thanks & regards,<br /> Mustanshir Hussain]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2812/6369.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2812/6369.page</link>
				<pubDate><![CDATA[Sat, 4 Feb 2012 02:05:20]]> GMT</pubDate>
				<author><![CDATA[ mustanshir]]></author>
			</item>
			<item>
				<title>Data model diff as SQL to recreate changes should by built in order of dependencies added</title>
				<description><![CDATA[ I ran into this issue today:<br /> - SQL diff, see ALTER fields to add a fistful of new fields<br /> - Execute SQL, watch some statements fail due to dependent fields not present<br /> - EITHER Execute SQL again, ignoring dup fields, repeating for each field dependency now allowed<br /> - OR manually sort the ALTER statements to make sure that missing fields are inserted first<br /> <br /> Ex:<br /> [code]ALTER TABLE sfstaging_account ADD COLUMN field_payopt_creditcode VARCHAR(255) AFTER field_home_addresszip;<br /> ALTER TABLE sfstaging_build ADD COLUMN company_rep_email VARCHAR(255) AFTER field_company_subpartnerno;<br /> ALTER TABLE sfstaging_build ADD COLUMN field_installation_county VARCHAR(255) AFTER field_installation_addresszip;<br /> ALTER TABLE sfstaging_build ADD COLUMN paymentoption_id INT AFTER account_id;<br /> ALTER TABLE sfstaging_lease ADD COLUMN field_payopt_prepaytime VARCHAR(255) AFTER field_payopt_srecowner;<br /> ALTER TABLE sfstaging_lease ADD COLUMN field_payopt_srecowner VARCHAR(255) AFTER field_quoted_leaserate;<br /> ALTER TABLE sfstaging_lease ADD COLUMN qe_api_taxamount DECIMAL(10,2) AFTER qe_api_taxrate;<br /> ALTER TABLE sfstaging_lease ADD COLUMN qe_api_taxrate DECIMAL(10,2) AFTER field_payopt_prepaytime;[/code]<br /> <br /> should be:<br /> [code]ALTER TABLE sfstaging_account ADD COLUMN field_payopt_creditcode VARCHAR(255) AFTER field_home_addresszip;<br /> ALTER TABLE sfstaging_build ADD COLUMN company_rep_email VARCHAR(255) AFTER field_company_subpartnerno;<br /> ALTER TABLE sfstaging_build ADD COLUMN field_installation_county VARCHAR(255) AFTER field_installation_addresszip;<br /> ALTER TABLE sfstaging_build ADD COLUMN paymentoption_id INT AFTER account_id;<br /> ALTER TABLE sfstaging_lease ADD COLUMN field_payopt_srecowner VARCHAR(255) AFTER field_quoted_leaserate;<br /> ALTER TABLE sfstaging_lease ADD COLUMN field_payopt_prepaytime VARCHAR(255) AFTER field_payopt_srecowner;<br /> ALTER TABLE sfstaging_lease ADD COLUMN qe_api_taxrate DECIMAL(10,2) AFTER field_payopt_prepaytime;ALTER TABLE sfstaging_lease ADD COLUMN qe_api_taxamount DECIMAL(10,2) AFTER qe_api_taxrate;[/code]<br /> <br /> Notice in the above example that the order of the first four or so ALTERs didn't matter, because the "AFTER fields" already exist, but the last four items had to be rearranged because the AFTER fields were to be inserted by this same SQL diff script.<br /> <br /> Cheers<br /> -Bronius]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2811/6368.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2811/6368.page</link>
				<pubDate><![CDATA[Fri, 3 Feb 2012 12:08:33]]> GMT</pubDate>
				<author><![CDATA[ bronius]]></author>
			</item>
			<item>
				<title>Performance using JDBC, OSX 10.7 and Oracle 11g</title>
				<description><![CDATA[ I have Wabit Community Edition <br /> <br /> - running on OSX 10.7 (Lion)<br /> - using JDBC for Oracle (tried both ojdbc14 and ojdbc5)<br /> - have Oracle 11g<br /> <br /> The JDBC test connect is fine, the DB is found, the tables show ... so all the setup and connections seem ok.<br /> <br /> However, whenever trying to add a table to the QueryPen it can take 30 minutes before it has updated. If I run an SQL instead, same problem to view results.<br /> <br /> Can anyone give me a pointer as to why this would be and how to fix it ?<br /> <br /> Thanks in advance<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2810/6367.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2810/6367.page</link>
				<pubDate><![CDATA[Thu, 2 Feb 2012 17:49:35]]> GMT</pubDate>
				<author><![CDATA[ TL009]]></author>
			</item>
			<item>
				<title>Oracle 8i JDBC connect issue</title>
				<description><![CDATA[ Oracle 8i connect does NOT correctly to linked tables...not matter what<br /> ODJDBC.jar driver i use....I am able to correctly connect to my<br /> oracle 8i database...but any use off foriegn key linked tables<br /> does not show up on the sql edit tab and when i manually put it in<br /> DOES NOT run the SQL stmt...running with the latest/greatest wabbit<br /> under windows XP....thanx dave]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2809/6362.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2809/6362.page</link>
				<pubDate><![CDATA[Tue, 31 Jan 2012 08:44:27]]> GMT</pubDate>
				<author><![CDATA[ bitdoger]]></author>
			</item>
			<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>Newbie connecting Power Architect to PostgreSQL on Mac OSX Lion Server</title>
				<description><![CDATA[ I have spent several days trying to access the embedded PostgeSQL database on my Mac OSX Lion Server without success.  The server is static ip at 192.168.1.20.<br />  <br /> I have tried following  <a class="snap_shots" href="https://discussions.apple.com/thread/3199015?start=15&tstart=0" target="_blank" rel="nofollow">https://discussions.apple.com/thread/3199015?start=15&tstart=0</a><br />   as much as possible, but the solutions seem to vary wildly.<br />  <br /> What I have done is:<br /> 1. edit file/system/library/LaunchDaemons/org.postgresql.postgres.plist<br />  <br />      deteted lines<br />                 &lt;string&gt;-c&lt;/string&gt;<br />                &lt;string&gt;listen_addresses=&lt;/string&gt;<br /> 2. edit file /var/pgsql/pg_hba.conf<br />  <br />      add lines<br />                host    all             all             192.168.1.0/24          trust<br />       have also tried instead<br />                host     all          all               samenet                    trust<br /> 3. edit file /var/pgsql/postgresql.conf<br />    <br />      edit lines<br />                #listen_addresses = 'localhost'<br />                listen_addresses = '*'<br />  <br />                #port = 5432<br />                port = 5432<br /> 4. restart mac os x server<br />  <br /> I am able to access the server via terminal locally -<br />      sudo -u _postgres psql template 1<br />  <br /> When I type in terminal locally -<br />      sudo serveradmin fullstatus postgres<br /> I get the following<br />   postgres:dataDirHasBeenInitialized = yes<br />   postgres:PG_VERSION = "9.0.4"<br />   postgres:dataDir = "/var/pgsql"<br />   postgres:postgresIsResponding = yes<br />   postgres:dataDirIsDirectory = yes<br />   postgres:PGserverVersion = 90004<br />   postgres:dataDirExists = yes<br />   postgres:setStateVersion = 1<br />   postgres:state = "RUNNING"<br />  <br /> When I try to connect from my laptop on the same network with SQL Power Architect, I setup a new connection with the following:<br />      Database Type - PostgreSQL<br />      Hostname - 192.168.1.20  (also tried my hostname (mini-server))<br />      Port - 5432<br />      Database - template1<br />      JDBC URL is auto assembled as - jdbc:postgresql://192.168.1.20:5432/template1<br />      Username - _postgres  (also tried postgres)<br />      password - &lt;my admin password&gt;   (also tried not password)<br />  <br /> When I test the connection I get a connection refused error.<br />  <br /> When I start up Network Utility on my laptop and scan open ports, it finds nothing at 192.168.1.20:5432<br />  <br /> It seems like I am close, but not cigar.  Unfortunately, I come from a Microsoft Access background and have no familiarity with these client/server type of databases.<br />  <br /> Thanks.......]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2805/6353.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2805/6353.page</link>
				<pubDate><![CDATA[Fri, 23 Dec 2011 09:43:07]]> GMT</pubDate>
				<author><![CDATA[ askoog66]]></author>
			</item>
			<item>
				<title>Export Excel &amp; Interactive Reporting</title>
				<description><![CDATA[ Hi,<br /> <br /> a) Is it possible to export reports to excel?<br /> <br /> b) Is it possible to master-detail reporting (interactive reporting)?]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2804/6352.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2804/6352.page</link>
				<pubDate><![CDATA[Thu, 22 Dec 2011 06:03:33]]> GMT</pubDate>
				<author><![CDATA[ haydarcavus]]></author>
			</item>
			<item>
				<title>university</title>
				<description><![CDATA[ I found a report as what you’re looking <a class="snap_shots" href="http://www.fastmr.com/prod/284058_pulmonary_edema_global_clinical_trials_review_h2.aspx" target="_blank" rel="nofollow">http://www.fastmr.com/prod/284058_pulmonary_edema_global_clinical_trials_review_h2.aspx</a><br /> . But I’m not sure about the publisher and other details. But it’s worth to read]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2803/6351.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2803/6351.page</link>
				<pubDate><![CDATA[Thu, 22 Dec 2011 04:35:00]]> GMT</pubDate>
				<author><![CDATA[ brent31976]]></author>
			</item>
			<item>
				<title>Wrong interpretation of PK in H2-table</title>
				<description><![CDATA[ I have a hibernate generated H2 database. Two tables are connected via a third in a many-to-many relationship. The connection table has it's own primary key, which is not including any of the FK fields in the connection table. This is verified in the DDL generated by hibernate and by inspecting the connection table in a different database tool.<br /> <br /> The connection table also has a value field called ROLE.<br /> <br /> When the three tables are opened in Power Architect, ROLE and one of the FK fields are included in the PK.<br /> <br /> Hibernate 3.6.1, Power Architect 1.0.6, java 1.6.0_26, Linux 2.6.38-12-generic (amd64) (Ubuntu 11.04), H2 database 1.3.153 (2011-03-14).<br /> <br /> *Hibernate DDL:<br /> <br /> create table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION (<br />         ADDITIONAL_PARTY_ID bigint generated by default as identity,<br />         ROLE varchar(25) not null,<br />         INV_ACCOUNT_ID bigint not null,<br />         INV_ACCOUNT_PARTY_ID bigint not null,<br />         primary key (ADDITIONAL_PARTY_ID)<br />     )<br /> <br /> alter table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION <br />         add constraint FKD34AAEF7B6A3C6C6 <br />         foreign key (INV_ACCOUNT_PARTY_ID) <br />         references T03InvestmentAccountParty<br /> <br /> alter table T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION <br />         add constraint FKD34AAEF7E45C1F6F <br />         foreign key (INV_ACCOUNT_ID) <br />         references T03InvestmentAccount<br /> <br /> *SQL Power Architect DDL (for DB2) generated after reverse engineering the H2 database (And this is also what is shown in ER diagram and in the database explorer). Note definition of PK.<br /> <br /> CREATE TABLE T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION (<br />                 ADDITIONAL_PARTY_ID BIGINT DEFAULT (NEXT VALUE FOR PUBLIC.SYSTEM_SEQUENCE_80D5D060_7F1A_44C1_82C0_CEFE74EE462E) NOT NULL,<br />                 INV_ACCOUNT_PARTY_ID BIGINT NOT NULL,<br />                 ROLE VARCHAR(25) NOT NULL,<br />                 INV_ACCOUNT_ID BIGINT NOT NULL,<br />                 CONSTRAINT T03INVESTMENT_ACCOUNT_ADDITIONAL_PARTY_ASSOCIATION_pk PRIMARY KEY (ADDITIONAL_PARTY_ID, INV_ACCOUNT_PARTY_ID, ROLE)<br /> );<br /> <br /> ....]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2802/6347.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2802/6347.page</link>
				<pubDate><![CDATA[Wed, 23 Nov 2011 03:28:53]]> GMT</pubDate>
				<author><![CDATA[ forumsareforsissyboysandgirliemen]]></author>
			</item>
			<item>
				<title>Installation error</title>
				<description><![CDATA[ When running the installation for version 1.3.4 on Windows 7 Enterprise 64bit I get the following error at the installation directory step.<br /> <br /> "This directory cannot be written! Please choose another directory!."<br /> <br /> Any clues? I am an administrator on my machine.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2801/6345.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2801/6345.page</link>
				<pubDate><![CDATA[Fri, 18 Nov 2011 11:10:07]]> GMT</pubDate>
				<author><![CDATA[ wshazlett]]></author>
			</item>
			<item>
				<title>Power Architect hungs with Java 6-29</title>
				<description><![CDATA[ I've just download the latest version of Java (6-29) on my machine.<br /> <br /> PA now hungs when I connect to the DB.  I cannot connect (or test the connection) as it hungs with no error codes: the application is completely hung.<br /> <br /> I've tried to re-install PA and re-install Java to no avail.<br /> <br /> ++++UPDATE++++<br /> I found JRE 6-27 in one of my systems.  I've disinstalled 6-29 and installed 6-27 [u]and now PA is back to work[/u]!!!!<br /> <br /> It begs the question why??<br /> <br /> Many thanks in advance for any help<br /> <br /> Lou]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2800/6344.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2800/6344.page</link>
				<pubDate><![CDATA[Thu, 17 Nov 2011 07:13:25]]> GMT</pubDate>
				<author><![CDATA[ Lourence108]]></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>
	</channel>
</rss>
