Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Designer Pro - hang when create new data connection definition
tjstuart
Currently evaluating iHub and Designer Pro.<br />
<br />
Having a problem with Data Connection Definitions for Progress OpenEdge DataDirect JDBC driver. Driver works fine when used via "New Data Source" ie. where select driver and type in connection string etc. It's only when attempt to use via the "New Data Connection Definition" that it hangs Eclipse (specifically when pressing Test Connection). I believe I have defined the DataSource correctly in the datasources.xml. <br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><ConnectionType Name="ProgressOpenEdge">
<JDBCDriver DriverName="com.ddtek.jdbc.openedge.OpenEdgeDriver">
<ConnectionString>
jdbc:mysql://%server%:%port%/%database%
jdbc:datadirect:openedge://%server%:%port%;databaseName=%database%
</ConnectionString>
<ConnectionProperties>
<Property Name="user">%username%</Property>
<Property Name="password">%password%</Property>
</ConnectionProperties>
<LibraryPath>
<!-- Fill in JAR location below -->
<Location>F:\Progress\OpenEdge\java\openedge.jar</Location>
</LibraryPath>
</JDBCDriver>
<ConnectionParams>
<ConnectionParam Name="server"
Display="Server"
Type="string"
ValueIsCaseSensitive="false"/>
<ConnectionParam Name="database"
Display="Database"
Type="string"
ValueIsCaseSensitive="false"/>
<ConnectionParam Name="username"
Display="User name"
Type="string"/>
<ConnectionParam Name="password"
Display="Password"
Type="masked"/>
<ConnectionParam Name="port"
Display="Port"
Type="integer"
Optional="true"
DefaultValue="2402"/>
</ConnectionParams>
</ConnectionType></pre>
<br />
Eclipse just hangs and must be killed via task manager. A dialog is sometimes thrown with Java exit code 805306369. I have tried editing eclipse.bat to try other javaw.exe but no luck.<br />
<br />
Any ideas?
Find more posts tagged with
Comments
tjstuart
I may have just spotted my problem - double definition. <br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><ConnectionString>
jdbc:mysql://%server%:%port%/%database%
jdbc:datadirect:openedge://%server%:%port%;databaseName=%database%
</ConnectionString></pre>
tjstuart
Yep - that was it. I'm a goose!
Close this thread.