<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.db.tds.freetds">
    <title>gmane.comp.db.tds.freetds</title>
    <link>http://blog.gmane.org/gmane.comp.db.tds.freetds</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14519"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14514"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14507"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14504"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14502"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14500"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14497"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14496"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14488"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14487"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14486"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14480"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14479"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14475"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14461"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.db.tds.freetds/14460"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14524">
    <title>AIX 6.1 make failure</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14524</link>
    <description>&lt;pre&gt;I have downloaded and freetds-0.91 and when I run ./configure I get no errors.  However when I try to make I get the following:
 
Making all in include
        make  all-am
        echo '#define FREETDS_SYSCONFDIR "/usr/local/etc"' &amp;gt;freetds_sysconfdir.h
Target "all-am" is up to date.
Making all in src
Making all in replacements
        source='iconv.c' object='iconv.lo' libtool=yes  DEPDIR=.deps depmode=aix /bin/sh ../../depcomp  /bin/sh ../../libtool --tag=CC    --mode=compile cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../../include   -I../../include -I../../src/replacements -D_FREETDS_LIBRARY_SOURCE -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_THREAD_SAFE  -g -c -o iconv.lo iconv.c
libtool: compile:  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../src/replacements -D_FREETDS_LIBRARY_SOURCE -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_THREAD_SAFE -g -c -M iconv.c  -DPIC -o .libs/iconv.o
"iconv.c", line 484.7: 1506-356 (W) Compilation unit is empty.
        source='gettimeofday.c' obje&lt;/pre&gt;</description>
    <dc:creator>Kevin Coyle</dc:creator>
    <dc:date>2012-05-25T18:01:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14519">
    <title>Using dbwritetext against Ms-Sql</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14519</link>
    <description>&lt;pre&gt;Hi

We are doing a test using FreeTDS  on Solaris moving a Fortran/C application from Sybase to MS-Sql server.
Recently we ran into a problem I'm hoping to get a hint on how to solve.

Simplified we are doing:

-          Update IMAGECOLTAB set IMAGECOL=NULL

-          Select IMAGECOL from IMAGECOLTAB

-          Get Pointer to IMAGECOL from dbtextptr

-          Get TimeStamp from dbtexttimestamp

-          Do dbwritetext with length of image to be written and NULL in last parameter

-          Loop text and do dbmoretext
The problem is that we are getting
tds_put_string: "writetext bulk IMAGECOLTAB.IMAGECOL 0x00000000000000000000000000000000 timestamp = 0x0000000000000000 with log"
Invalid text, ntext, or image pointer value 0x00000000000000000000000000000000.

Any idea on what we are doing wrong? I have checked code that we have in another program where we used dblib against Ms-Sqlserver, and I see more or less the same code.

Below is a simplified C code for my function, and the resulting tds log file.&lt;/pre&gt;</description>
    <dc:creator>Trygve Liland</dc:creator>
    <dc:date>2012-05-25T12:15:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14515">
    <title>Handling TDS errors from PHP</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14515</link>
    <description>&lt;pre&gt;Hello.

Is there any way to handle TDS errors from PHP code?

Here's what I'm trying to do: I'm working on user authorization using 
MsSql database login and password. The same login that is used to 
connect to MsSql database. Currently I'm just connecting to database and 
checking if the connection worked. If credentials are correct, 
everything works fine. But, if either login of password is wrong, my PDO 
connection just dies with this error:
FreeTDS: db-lib: exiting because client error handler returned INT_EXIT 
for msgno 20002
And that also crashes my php session.

Is there any way I can implement that client error handler on my PHP 
side, or it should had already been dealt by PDO_DBLIB?
&lt;/pre&gt;</description>
    <dc:creator>Николай Кудрявцев</dc:creator>
    <dc:date>2012-05-24T10:32:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14514">
    <title>Question on TDS and compatibility on SQL 2012</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14514</link>
    <description>&lt;pre&gt;Hello,

I am new to FREETDS.  I'm working on as DBA Admin and owner of database on SQL 2000 sp3
We are currently using PHP version is 5.2.6  running on OSX Server  using FreeTDS&amp;lt;http://www.freetds.org/&amp;gt; (ver 0.82) to communicate with MS SQL Server 2000.


Can someone confirm my understanding of TDSfree?  It's an API that works with SQL Server... Underneath the hood -  it uses TDS specification to access the SQL Server database.   (Therefore it does not need to have SQL Server Native Client drives, etc installed on machine housing webserver/php )

Separately:
I wanted to ask the group if anyone has setup TDSfree with SQL 2012?

Thank you for any help and info




This message is the property of Kamehameha Schools and any attachments are confidential to the intended recipient at the e-mail address to which it has been addressed. If you are not the intended recipient, you may not copy, forward, disclose or use any part of this message or its attachments. If you received this transmission in error please notify &lt;/pre&gt;</description>
    <dc:creator>Norman Chan</dc:creator>
    <dc:date>2012-05-24T00:15:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14507">
    <title>New freetds repo... MARS are coming!</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14507</link>
    <description>&lt;pre&gt;Hi,
   I created a new freetds repo at
https://gitorious.org/~freddy77/freetds/mars-freetds.

No, I'm not mad and it's not a fork. However I don't like to have my
personal branches on the official repo.

One of the main reason is to share mars branch (actually the only
additional branch).

Currently all tests passes even with mars code !!! But not all
enabling mars... and upper layers do not currently support it and
there are no specific tests! So... quite useless branch :)

Apart from odbc support (the only library which support it) blob1 test
fails with mars enabled due to the fact that if client does not limit
packets sending speed server drop connection. I think this is another
point to add to the James page on why do not use mars !! The other
test that fails is cursor4 due to different protocol for transaction
if mars is enabled (perhaps another small point to add to above page).

Currently another problem is error reporting. If server drop
connection all sessions should receive a network error.

Fredia&lt;/pre&gt;</description>
    <dc:creator>Frediano Ziglio</dc:creator>
    <dc:date>2012-05-19T16:53:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14504">
    <title>git push #1</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14504</link>
    <description>&lt;pre&gt;For anyone interested in the git repository, I just pushed my first
commit with

git push ssh://git&amp;lt; at &amp;gt;gitorious.org/freetds/freetds.git

It seemed work.  I'm still getting the hang of git.  

There are two changes:

1.  fix code that induces warnings in clang.  All innocuous.  
2.  remove txt2man.

All man pages are now in -mdoc format.  It was a few hours' work.  The
man pages now look a little better and we lose one dependency.  With a
little cleverness, we could have them in PDF format, too.  

The warnings were mostly about using // as a comment, something I'm
guilty of.  These became either /**/ or #if 0.  

The most significant changes are to md4.c and md5.c.  Each had a line 

memset(ctx, 0, sizeof(ctx));
now
memset(ctx, 0, sizeof(*ctx));

The line intends to clear memory before returning to prevent sensitive
data from remaining in memory.  It was clearing sizeof(void*) instead of
the whole structure.  

--jkl
&lt;/pre&gt;</description>
    <dc:creator>James K. Lowden</dc:creator>
    <dc:date>2012-05-18T21:50:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14502">
    <title>FreeTDS SYBUNIQUE Bug / Patch</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14502</link>
    <description>&lt;pre&gt;Hi!


I think there is a bug in FreeTDS regarding SYBUNIQUE column type...

I'm accessing a MS SQLServer 2008 using freetds-0.91/ctlib. The server
table has "uniqueidentifier" columns (which correspond to SYBUNIQUE /
CS_UNIQUE_TYPE).

With "ct_bind" i set the datatype to CS_UNIQUE_TYPE. However,
"ct_fetch" doesnt return any data (copied=0) :-(

Using "tdsdump", i see the following lines in the tracefile:

  01:19:57.072719 7027 (ct.c:1736):_ct_bind_data(): column 25 is type 36 and has length 16
  01:19:57.072725 7027 (ct.c:1907):_ct_get_client_type(type 36, user 0, size 16)
  01:19:57.072730 7027 (cs.c:523):cs_convert(0x8d8d2e0, 0xbfc76fcc, 0xb74a1bc4, 0xbfc76f20, 0x8e85438, 0x8e85450)
  01:19:57.072735 7027 (ct.c:2018):_ct_get_server_type(40)
  01:19:57.072740 7027 (ct.c:2018):_ct_get_server_type(40)
  01:19:57.072745 7027 (cs.c:569):converting type 36 (16 bytes) to type = 36 (16 bytes)
  01:19:57.072750 7027 (cs.c:583):cs_convert() srctype == desttype
  01:19:57.072755 7027 (cs.c:697):error: unrecognized t&lt;/pre&gt;</description>
    <dc:creator>Willi Langenberger</dc:creator>
    <dc:date>2012-05-16T10:52:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14500">
    <title>Buffer overflow in FreeTDS code</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14500</link>
    <description>&lt;pre&gt;Hi,
  some days ago I discovered (and fixed) a small buffer overflow in
both 0.91 and development code.

Change at https://gitorious.org/freetds/freetds/commit/e5fe918627ab00e99faadd2c2ee0022f0be7dc98.

It's a small read overflow (probably leading only to a crash) but
still a buffer overflow.

Frediano
&lt;/pre&gt;</description>
    <dc:creator>Frediano Ziglio</dc:creator>
    <dc:date>2012-05-15T17:14:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14497">
    <title>MSSQL Server 2005 - select [field] AS [name] does notwork?</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14497</link>
    <description>&lt;pre&gt;Hi guys,

I have a unix server which has PHP 5.2.13 installed, and it has access to two SQL servers (one is running MSSQL SERVER 2000 and the other MSSQL 2005).

It uses FreeTDS - details:
*         Version: freetds v0.91
*         freetds.conf directory: /usr/local/etc
*         MS db-lib source compatibility: no
*         Sybase binary compatibility: no
*         Thread safety: yes
*         iconv library: yes
*         TDS version: 7.1
*         iODBC: no
*         unixodbc: yes
*         SSPI "trusted" logins: no
*         Kerberos: no

And I'm using unixODBC-2.3.1

The MSSQL 2000 server is fine, I can run all SQL statements and use mssql_num_rows and mssql_fetch_assoc much as you would with MySQL.

However, the MSSQL 2005 server won't work with mssql_num_rows or mssql_fetch_assoc - you have to use odbc_fetch_row.

That's not really an issue, I assume it's just due to the different server versions.

However, I have a huge issue with the MSSQL 2005 server connection: I cannot select a field AS another nam&lt;/pre&gt;</description>
    <dc:creator>Neil Whitaker</dc:creator>
    <dc:date>2012-05-15T10:56:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14496">
    <title>MSSQL Server 2005 - select [field] AS [name] does notwork?</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14496</link>
    <description>&lt;pre&gt;I have a unix server which has PHP 5.2.13 installed, and it has access to
two SQL servers (one is running MSSQL SERVER 2000 and the other MSSQL 2005).

It uses FreeTDS - details:

   - Version: freetds v0.91
   - freetds.conf directory: /usr/local/etc
   - MS db-lib source compatibility: no
   - Sybase binary compatibility: no
   - Thread safety: yes
   - iconv library: yes
   - TDS version: 7.1
   - iODBC: no
   - unixodbc: yes
   -
   - SSPI "trusted" logins: no
   - Kerberos: no

And I'm using unixODBC-2.3.1

The MSSQL 2000 server is fine, I can run all SQL statements and use
mssql_num_rows and mssql_fetch_assoc much as you would with MySQL.

However, the MSSQL 2005 server won't work with mssql_num_rows or
mssql_fetch_assoc - you have to use odbc_fetch_row.

That's not really an issue, I assume it's just due to the different server
installs.

However, I have a huge issue with the MSSQL 2005 server connection: I
cannot select a field AS another name!

For example:

SELECT
   [EnquiryID] AS "The_Key"
   FRO&lt;/pre&gt;</description>
    <dc:creator>neil&lt; at &gt;hencam.co.uk</dc:creator>
    <dc:date>2012-05-15T10:50:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14488">
    <title>Misinterpereting instance as part of server</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14488</link>
    <description>&lt;pre&gt;I have a FreeTDS/odbc source that appears to be trying to resolve the server and instance of "servername.domain\db1" as a server instead of a server called "servername.domain"
and an instance "db1"



I know this should work because I have two linux servers using the same exact odbc source.
Server A works.
Server B doesn't.

SERVER A:
-------------------------------------------------------
A Redhat server.
Using a data source in odbc.ini, I can connect to a particular MS SQL server and instance with the following server name in the source definition:

Server = Servername.domain\db1

Some info from that server:

$ tsql -C
Compile-time settings (established with the "configure" script):
                           Version: freetds v0.64
    MS db-lib source compatibility: yes
       Sybase binary compatibility: unknown
                     Thread safety: yes
                     iconv library: yes
                       TDS version: 4.2
                             iODBC: no
                          unixodbc: &lt;/pre&gt;</description>
    <dc:creator>Dave Schultz</dc:creator>
    <dc:date>2012-05-08T18:43:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14487">
    <title>tsql -S works but tsql -H times out</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14487</link>
    <description>&lt;pre&gt;Have freetds 0.91 compiled on a CentOS box
and trying to connect to SQL Server 2008 
in freetds.conf have
[shortname]
  host=123.123.123.123
  instance = tester
  tds version = 8.0

tsql -S shortname -U user   will connect right away
however

tsql -H 123.123.123.123 -U user
just ticks away until I get a timeout error

Is it because I'm not passing the instance when I use -H? --is there a way to do that? 

What I really want to do is talk to the DB server using an ant build script, but it was breaking. 

Any help appreciated,
&lt;/pre&gt;</description>
    <dc:creator>Morizono, Hiroki</dc:creator>
    <dc:date>2012-05-08T13:58:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14486">
    <title>Nested Select Statements</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14486</link>
    <description>&lt;pre&gt;Hello,

I am connecting to a Microsoft SQL Server 2008 database using unixODBC and
FreeTDS on PHP. Everything was going well until the ORM library that I'm
using (Doctrine) attempted to perform a select statement while cycling
through the result set of another query. I received the error:
"SQLSTATE[24000]: Invalid cursor state: 0 [FreeTDS][SQL Server]Invalid
cursor state (SQLExecute[0] at ../pdo_odbc/odbc_stmt.c:254)"

After doing some research, it appears that this behavior is by-design in
FreeTDS (http://www.freetds.org/faq.html#pending). Is this error that I'm
getting because of this implementation detail? If so, are there any plans
to change this behavior? If not, does anyone have any recommendations for a
driver I could use with PHP that would allow this behavior?

Under normal circumstances, I would simply adjust the code myself. However,
since I'm using someone else's library, I don't exactly have this luxury.

Any suggestions are appreciated.
Thank you!
&lt;/pre&gt;</description>
    <dc:creator>Jeremy Livingston</dc:creator>
    <dc:date>2012-05-08T03:18:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14480">
    <title>headers for odbc functions</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14480</link>
    <description>&lt;pre&gt;
I'm having some trouble figuring out how to use ODBC functions like SQLConnect() with freetds.  
I've looked through the FAQ, and searched the web for examples, and even grep'd through the freetds tarball I downloaded (freetds-stable.tgz) for a header with the SQLConnect function prototype, but I can't find anything.
I feel I'm missing something obvious, but I can't quite figure out what.  
Can someone point me in the right direction here?

Thanks,
eric
&lt;/pre&gt;</description>
    <dc:creator>Haszlakiewicz, Eric</dc:creator>
    <dc:date>2012-05-07T17:20:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14479">
    <title>SQL_NO_TOTAL error on text larger than 4096 bytes</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14479</link>
    <description>&lt;pre&gt;I am using haskell bindings to unixodbc and freetds.
They work fine with freetds 0.82 and unixodbc 2.3.0

But upgrade to freetds 0.91 and unixodbc 2.3.1 breakes it. Now it gives me a 
SQL_NO_TOTAL error on text larger than 4096 bytes.
I submitted bug to hdbc-odbc lib here: https://github.com/hdbc/hdbc-
odbc/issues/4

I looked through the code of haskell bindings and it does not handle 
SQL_NO_TOTAL. Just returns an error.

Can anyone tellme what changed either in freetds or in unixodbc to cause it to 
return SQL_NO_TOTAL instead of just the length of the field ?

Can we bring the old functionality back ? Or if not, how to correctly respond 
to SQL_NO_TOTAL ?

Regards,
Vagif Verdi
&lt;/pre&gt;</description>
    <dc:creator>Vagif Verdi</dc:creator>
    <dc:date>2012-05-07T04:42:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14475">
    <title>clang static analysis</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14475</link>
    <description>&lt;pre&gt;http://www.freetds.org/scan-build/

The above analysis was produced by the Clang "static-build" tool based
on a recent version of the development branch.  A spot-check shows
several false positives but some bona fide errors e.g.

http://www.freetds.org/scan-build/report-06549p.html#EndPath

There are 206 potential errors indicated.  If you would like to
contribute to the project, it would be very helpful simply to sort
those 206 into two kinds:

1.  errors
2.  non-errors

If several people do this, we will have good feedback for both the
FreeTDS and Clang projects.  In the case of Clang, perhaps we can
classify the non-errors.  For instance, I noticed that variables
initialized as a function output parameter isn't recognized as
initialization, and a pointer is detected as NULL after being tested
with assert(3) (although arguably the assert is insufficient).  

Patches are also welcome, of course.  :-)

FreeTDS is an interesting test case for the Clang static analyzer
by virtue of its portability.  Recent AIX&lt;/pre&gt;</description>
    <dc:creator>James K. Lowden</dc:creator>
    <dc:date>2012-05-03T22:36:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14468">
    <title>OpenClient message: LAYER = (0) ORIGIN = (0) SEVERITY =(78) NUMBER = (35)</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14468</link>
    <description>&lt;pre&gt;Hi,

I am new to freetds and have some questions about intermittent error
below that we get from our monitoring system that uses freetds for
SQLServer connect check:

ALERT                  : Unable to connect to instance
ERROR TEXT             : OpenClient message: LAYER = (0) ORIGIN = (0)
SEVERITY = (78) NUMBER = (35)
Server &amp;lt;server_name_here&amp;gt;, database Message String: SQL Server
connection timed out.

Every time when I get above alert
- I can successfully connect to SQLServer
- do not see any errors around that time in SQLServer log
- moreover even SQLServer default trace file does not show any
activity happening around that time for some affected servers
- issue affects different servers at different times (I do not see any pattern)
- other databases on the affected instance that are checked also by
monitoring system do not have same connection issue
- it is always one-off and intermittent issue (next run of monitoring
check scheduled every 15 mins does not have this connection issue)

Question are
1) Wh&lt;/pre&gt;</description>
    <dc:creator>box.eugene</dc:creator>
    <dc:date>2012-05-01T01:33:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14465">
    <title>Support for AIX 7.1</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14465</link>
    <description>&lt;pre&gt;Hi all,

Sorry if this question was asked before in this mailing list, but
we need to install FreeTDS on an AIX 7.1.

So far we could only compile on AIX 6.1, configure does not seem
to be prepared for AIX 7.1 ...

What is the status about AIX 7.1 support?

Is it legal to compile on AIX 6.1 and copy the binaries on 7.1?

Is there any guide to build FreeTDS on AIX 6.1?

Thanks!
Seb
&lt;/pre&gt;</description>
    <dc:creator>Sebastien FLAESCH</dc:creator>
    <dc:date>2012-04-27T14:41:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14461">
    <title>FreeTDS and out of Memor Error when trying to readdiacritics</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14461</link>
    <description>&lt;pre&gt;Hello,

 

    I was wondering if someone might be able to help me.  We are using
SUSE 11 SP1 64 bit, SQL Server 2008 R2, unixODBC 2.2.12 driver and
FreeTDS 0.91 and PHP 5.3.8.  When retrieving a row with diacritics we
get a php out of memory error where it is trying to read all of the
memory in the system.  Looking at the logs for FreeTDS we are getting
the following error:

 

util.c:104:logic error: cannot change query state from IDLE to PENDING

 

If we skip reading any fields with diacritics the data is read without
any issue. I've searched around and could not find any information about
this.  We do have the text size set in the config file but this does not
seem to resolve the issue.

 

Any help would be greatly appreciated.

 

Thanks,

-Nate

 

Nathan Sarr

Senior Software Engineer

River Campus Libraries

University of Rochester

Rochester, NY  14627

(585) 275-0692

nsarr&amp;lt; at &amp;gt;library.rochester.edu &amp;lt;mailto:nsarr&amp;lt; at &amp;gt;library.rochester.edu&amp;gt; 
&lt;/pre&gt;</description>
    <dc:creator>Sarr, Nathan</dc:creator>
    <dc:date>2012-04-26T14:14:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14460">
    <title>fisql segmentation fault with AIX 6.1 Freetds 0.91</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14460</link>
    <description>&lt;pre&gt;Hello –

We have compiled 0.91 Free TDS on AIX 6.1.

Freebcp is working, but fisql and tsql are both coring with a segmentation fault.

Here are the steps we did:

◄

cd /datatransfer/ftp/freetds_0.91/freetds-0.91









◄

./configure CC=xlc_r --prefix=/rating/freetds --disable-debug --disable-shared



◄

rm -rf /rating/freetds



◄

make &amp;amp;&amp;amp; make install




There are some linker warnings occurring with the compile:

(ld): resolve
ld: 0711-224 WARNING: Duplicate symbol: .bcopy
ld: 0711-228 WARNING: Duplicate symbols were found while resolving symbols.
The following duplicates were found:
Symbol Source-File(Object) OR Import-File{Shared-object}
------------------------- -------------------------------------------------
.bcopy {/usr/lib/libreadline.a[libreadline.so.6]}
** Duplicate ** moveeq.s(/usr/lib/libc.a[moveeq.o])

...

ld: 0711-768 WARNING: Object fisql.o, section 1, function .strcat:
The branch at address 0x78c is not followed by a reco&lt;/pre&gt;</description>
    <dc:creator>Mccabe, Lisa L</dc:creator>
    <dc:date>2012-04-25T15:00:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.db.tds.freetds/14453">
    <title>Trouble connection to TDS connection Pooling</title>
    <link>http://comments.gmane.org/gmane.comp.db.tds.freetds/14453</link>
    <description>&lt;pre&gt;

Hello !
I am trying to use Freetds Connection Pool but something is wrong and I 
can not get any result
back from the pool. I have the following configurations:

$cat /usr/local/etc/pool.conf
[global]
         min pool conn = 5
         max pool conn = 10
         max member age = 120

[mypool4]
         user = myuser
         password = myuser
         database = MyDatabase
         server = 1XX.1XX.X.XXX
         port = 6668
         TDS_Version = 4.2

$cat /usr/local/etc/freetds.conf


[hype]
         host            = 127.0.0.1
         port            = 6668
         tds version     =  4.2
And start the Pool server:

$tdspool mypool4 &amp;amp;

And seting up an entry in my .odbc:


[pool2]
Driver          = /usr/local/lib/libtdsodbc.so
Description     = Sybase JDBC Server
Trace           = Yes
ServerName      = hype
Port            = 6668
TDS_Version     = 4.2

When I run the following command:
$¨ isql -v pool2 myuser myuser

I never get a response from the Pooling server. I can see that the Pool 
server rec&lt;/pre&gt;</description>
    <dc:creator>freetds&lt; at &gt;mittran.com</dc:creator>
    <dc:date>2012-04-24T13:27:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.db.tds.freetds">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.db.tds.freetds</link>
  </textinput>
</rdf:RDF>

