Skip to Content.
Sympa Menu

freetds - Re: StarOffice, unixODBC, FreeTDS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: StarOffice, unixODBC, FreeTDS
  • Date: Wed, 20 Nov 2002 17:02:07 -0500


> From: Martin Spott [mailto:mas AT plesnik.de]
> Sent: November 20, 2002 3:26 PM
>
> > Martin, do the FreeTDS logs show anything interesting?
>
> I already set:
>
> dump file = /tmp/freetds.log
> debug level = 10
>
> in 'freetds.conf' and usually I get tons of stuff written
> into that file.
> Unfortunately the thing crashes before a single byte was
> transmitted to the server, to 'freetds.log' is left empty.

OK, then I think we'll have to make odbc.c a little more communicative. You
don't mind modifying the source, do you?

The "Could not find Servername" message is src/odbc/odbc.c line 234, as you
alluded to. Could you add something like:

tdoParseConnectString( szConnStrIn, connect_info );

if ( tds_dstr_isempty(&connect_info->server_name) )
{
odbc_LogError( "Could not find Servername or server
parameter" );
+ if (szConnStrIn)
+ odbc_LogError( szConnStrIn );

and see what we see?

HTH.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page