<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813523#M4844366</link>
    <description>&lt;P&gt;As I understand it, Sybase Central uses &lt;CODE&gt;jodbc4.jar&lt;/CODE&gt; as a driver (&lt;CODE&gt;ianywhere.ml.jdbcodbc.jdbc4.IDriver&lt;/CODE&gt;) and the line connecting him:&lt;BR /&gt;
&lt;CODE&gt;jdbc:ianywhere:UID=sa;PWD=123456;DSN=arena-site;ASTART=No;host=192.168.5.5:2638&lt;/CODE&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;But this raises another problem: a shortage of &lt;CODE&gt;dbjdbc12&lt;/CODE&gt; in java CLASS_PATH, and after adding the call to create a connection gives an error: &lt;CODE&gt;[Sybase][ODBC Driver Manager] Unable to load resource file&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2011 03:27:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-22T03:27:49Z</dc:date>
    <item>
      <title>sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaq-p/13813514</link>
      <description>&lt;P&gt;When connecting to a Sybase SQL Anywhere server via jdbc java hangs.
License Sybase SQL Anywhere Web Edition.
&lt;STRONG&gt;Driver:&lt;/STRONG&gt; &lt;CODE&gt;sajdbc4.jar -&amp;gt; sybase.jdbc4.sqlanywhere.IDriver&lt;/CODE&gt;&lt;BR /&gt;
The &lt;STRONG&gt;jdbc connection string:&lt;/STRONG&gt;&lt;BR /&gt;
&lt;CODE&gt;sqlanywhere:DSN=database;UID=sa;PWD=123456;
DBF=database;host=192.168.5.5;port=2638;charset=utf8&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;The server is configured under Linux.&lt;BR /&gt;
Connected via Sybase Central under Windows is stable.&lt;BR /&gt;
SQL Anywhere Network Server Version 12.0.1.3152&lt;BR /&gt;
Web edition, licensed only for web use.&lt;BR /&gt;
Running Linux 2.6.38-11-server #50-Ubuntu SMP Mon Sep 12 21:34:27 UTC 2011 on X86_64&lt;BR /&gt;
Server built for X86_64 processor architecture&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Tell me please, maybe I need to use a different driver, or the connection string?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 06:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaq-p/13813514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T06:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813515#M4844358</link>
      <description>&lt;P&gt;Try removing the space in the connection string, and also remove "DSN=database;". Since it is a type 2 JDBC driver, it does not require a DSN. See the note at end of the "New SQL Anywhere TYPE-2 JDBC driver" topic  &lt;A href="http://dcx.sybase.com/index.html#1201/en/sachanges/newinnsbruck-sectc-37891023.html"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813515#M4844358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813516#M4844359</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Once loaded, connections using the SQL Anywhere JDBC driver can be made by using the URL jdbc:sqlanywhere:connection-string-parameters. The connection-string-parameters are the standard connection parameters required to connect to SQL Anywhere. &lt;STRONG&gt;Note that the application no longer needs to specify DRIVER= or DSN= in connection-string-parameters when using the SQL Anywhere JDBC driver.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, the doc part seem to imply you don't &lt;STRONG&gt;need&lt;/STRONG&gt; to specify a DSN - does it really mean you &lt;STRONG&gt;mustn't&lt;/STRONG&gt; specify a DSN?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(I always had the impression most non-ODBC-bases client interfaces can still use an ODBC DSN to collect connection parameters.)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2011 08:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813516#M4844359</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-19T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813517#M4844360</link>
      <description>&lt;P&gt;In the connection string I have no spaces. Simply did not fit with spaces on the page. Without the use of DSN java also hangs on connecting.
&lt;BR /&gt;&lt;BR /&gt;
Now the connection string is: &lt;CODE&gt;jdbc:sqlanywhere:UID=sa;PWD=123456;DBF=/opt/bin/sqlanywhere/12/arena-site.db;host=192.168.5.5;port=2638;charset=utf8&lt;/CODE&gt;
&lt;BR /&gt;&lt;BR /&gt;
By the way if the connection string &lt;CODE&gt;jdbc:sqlanywhere:charset=utf8&lt;/CODE&gt;, or any other correct connection string, java hangs too.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 05:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813517#M4844360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T05:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813518#M4844361</link>
      <description>&lt;P&gt;Is that database already running on a database server? If so (and I would suggest that), you should specify the name of the running database (DBN=) instead of specifying the database file location (DBF=).&lt;/P&gt;
&lt;P&gt;Is there any error you are getting? - Adding the client log with LOG= may help.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 06:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813518#M4844361</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-21T06:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813519#M4844362</link>
      <description>&lt;P&gt;If there is a DSN in the URL, the &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbprogramming/jdbc-url-driver.html"&gt;driver may get connection parameters from it&lt;/A&gt;. I thought it might be simpler to diagnose the problem if connection parameters only came from the the URL.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 10:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813519#M4844362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813520#M4844363</link>
      <description>&lt;P&gt;Thanks to confirm my understanding - and I agree that for diagnosis, explicit connection params are much easier:)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 10:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813520#M4844363</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-21T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813521#M4844364</link>
      <description>&lt;P&gt;Note also that the DBF parameter should only be used when the client, database server, and database file are &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/databasefileparameter.html*d5e18785"&gt;all on the same computer&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You mentioned that Sybase Central can connect from a Windows computer, but I assume (from your DBF path) that your Java application is running on Linux. Can Sybase Central connect when run on the same computer as your Java application?&lt;/P&gt;
&lt;P&gt;FYI, you can see the connection string for a DSN by using:
&lt;/P&gt;&lt;PRE&gt;ddsn -b -g &amp;lt;dsn_name&amp;gt;&lt;/PRE&gt; It might be helpful to run that on the Windows computer you used for Sybase Central, with the &amp;lt;dsn_name&amp;gt; that worked in Sybase Central.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Have you tried running the Java program in a debugger, eg. to get a stack trace where you application is hanging?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813521#M4844364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813522#M4844365</link>
      <description>&lt;P&gt;FWIW, the tool is called &lt;EM&gt;dbdsn&lt;/EM&gt;, so the command would be&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;dbdsn -b -g &amp;lt;dsn_name&amp;gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 22 Nov 2011 03:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813522#M4844365</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-22T03:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813523#M4844366</link>
      <description>&lt;P&gt;As I understand it, Sybase Central uses &lt;CODE&gt;jodbc4.jar&lt;/CODE&gt; as a driver (&lt;CODE&gt;ianywhere.ml.jdbcodbc.jdbc4.IDriver&lt;/CODE&gt;) and the line connecting him:&lt;BR /&gt;
&lt;CODE&gt;jdbc:ianywhere:UID=sa;PWD=123456;DSN=arena-site;ASTART=No;host=192.168.5.5:2638&lt;/CODE&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;But this raises another problem: a shortage of &lt;CODE&gt;dbjdbc12&lt;/CODE&gt; in java CLASS_PATH, and after adding the call to create a connection gives an error: &lt;CODE&gt;[Sybase][ODBC Driver Manager] Unable to load resource file&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 03:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813523#M4844366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T03:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813524#M4844367</link>
      <description>&lt;P&gt;In Windows, where Sybase Central&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;dbdsn.exe -b -g arena-site&lt;BR /&gt;
SQL Anywhere Data Source Utility Version 12.0.1.3152&lt;BR /&gt;
Cannot find user data source "arena-site"&lt;BR /&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The connection string I looked in the profile of Sybase Central connection&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 03:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813524#M4844367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T03:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813525#M4844368</link>
      <description>&lt;P&gt;Yes Sybase Central and other SQL Anywhere Java administration tools use our internal JDBC-ODBC bridge driver to access ODBC datasources. I wasn't suggesting you switch to use that driver, just that you could use &lt;CODE&gt;dbdsn&lt;/CODE&gt; to see a connection string that worked, albeit via ODBC.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813525#M4844368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T10:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813526#M4844369</link>
      <description>&lt;P&gt;Yes, sorry for the typo.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813526#M4844369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813527#M4844370</link>
      <description>&lt;P&gt;For those small things, sometimes it would be easier if one just could edit comments like questions and answers...&lt;/P&gt;
&lt;P&gt;Graeme, is that a feature TBD?:)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813527#M4844370</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-22T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813528#M4844371</link>
      <description>&lt;P&gt;If it's a system DSN use &lt;CODE&gt;-gs&lt;/CODE&gt; instead of &lt;CODE&gt;-g&lt;/CODE&gt; or &lt;CODE&gt;-gu&lt;/CODE&gt; (&lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/dbdsn-data-dbutilities.html*d5e53656"&gt;dbdsn syntax&lt;/A&gt;). You may also &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/da-running-vista-considerations.html*d5e9990"&gt;need to run in an elevated command prompt&lt;/A&gt; with the same bitness as the DSN (eg. &lt;CODE&gt;%SQLANY12%\\bin32\\dbdsn.exe&lt;/CODE&gt; or &lt;CODE&gt;%SQLANY12%\\bin64\\dbdsn.exe&lt;/CODE&gt; as Volker has also suggested).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813528#M4844371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813529#M4844372</link>
      <description>&lt;P&gt;You might also check for system DSNs (and possibly have to use the 32-bit or 64-bit version of dbdsn, according to the bitness of your application / Sybase Central):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"%SQLANY12%bin32dbdsn.exe" -b -gs arena-site&lt;BR /&gt;
"%SQLANY12%bin64dbdsn.exe" -b -gs arena-site&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813529#M4844372</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-22T10:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813530#M4844373</link>
      <description>&lt;P&gt;Agreed. Comments are editable, but only for a limited time (60 minutes). However one can still delete and re-comment as a workaround.&lt;/P&gt;
&lt;P&gt;Graeme said that timeout doesn't seem to be an editable setting. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813530#M4844373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-22T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: sybase.jdbc4.sqlanywhere.IDriver problems, java hangs when connecting</title>
      <link>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813531#M4844374</link>
      <description>&lt;P&gt;The 60 minutes timespan is useful to edit one's own comments. (At least I'm a "heavy user" of that feature.)&lt;/P&gt;
&lt;P&gt;Nevertheless, one is not allowed to edit other's comments, even in the first 60 minutes.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;Now and then, I convert comments to answers temporarily to edit then and convert them back...however, this doesn't work well for such hierarchical comments as in this thread, so I would not dare to do so here...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sybase-jdbc4-sqlanywhere-idriver-problems-java-hangs-when-connecting/qaa-p/13813531#M4844374</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-11-22T11:35:01Z</dc:date>
    </item>
  </channel>
</rss>

