Skip to Content.
Sympa Menu

freetds - RE: [freetds] About 0.61 version

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: ZIGLIO Frediano <Frediano.Ziglio AT vodafoneomnitel.it>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] About 0.61 version
  • Date: Fri, 7 Mar 2003 10:51:20 +0100

> > > Hi!
> > > Al least, it runs "tsql" good but when I run "make check"
> it tries to
> > access
> > > to 157.88.17.129 IP address. It recognizes host but the IP adress
> changes
> > > itself!
> > > In tdsconfig.log:
> > > ...
> > > Found host entry XXX.XX.X.XXX (being XXX.XX.X.XXX my
> server's IP
> > > address)
> > > IP addr is 157.88.17.129
> > >
> > > I don't understand it because with "tsql" the IP addess
> is correct but
> > "make
> > > check" IP address changes!
> > >
> > > Thanks and regards!
> > > Jose
> > >

There are no relationship between tsql and make check
Make check read a file PWD from source to read:

UID=user
PWD=password
SRV=server
DB=dbname

server is related to freetds server (not name of real server but section in
freetds.conf)

So:
- configure your freetds.conf (or ~/.freetds.conf if you prefer)
- test with tsql
$ tsql -S server -U user -P password
- edit PWD file
(with same values you call tsql above)
- do make check
Some test require admin authorization (sa or a user configured with admin
role in database you specify)

freddy77

=================================
"STRICTLY PERSONAL AND CONFIDENTIAL

This message may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.
The contents of this message that do not relate to the official business of
our company shall be understood as neither given nor endorsed by it."

=================================



  • [freetds] About 0.61 version, José Luis Lasalle, 03/07/2003
    • <Possible follow-up(s)>
    • RE: [freetds] About 0.61 version, ZIGLIO Frediano, 03/07/2003

Archive powered by MHonArc 2.6.24.

Top of Page