Need some help connectiing to MSSQL with tsql
Vince ODea <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi Guys, First time configuring TDS (& this is on HPUX) & trying to connect to an MSSQL 2005 DB server. I can telnet to the host IP address & port number fine but can not, when I try tsql. It always seems to coredump # TDSVER=7.0 /usr/local/freetds/bin/tsql -H X.X.X.X -p 20482 -U User -P Pass locale is "C C C C C C" locale charset is "roman8" Memory fault(coredump) # Here's the log file: log.c:190:Starting log file for FreeTDS 0.83.dev.20081111 on 2008-11-24 18:08:11 with debug flags 0x4fff. iconv.c:337:tds_iconv_open(4000f080, roman8) iconv.c:197:local name for ISO-8859-1 is iso81 iconv.c:197:local name for UTF-8 is utf8 iconv.c:197:local name for UCS-2LE is (null) iconv.c:197:local name for UCS-2BE is ucs2 iconv.c:365:setting up conversions for client charset "roman8" iconv.c:367:preparing iconv for "roman8" <-> "UCS-2LE" conversion iconv.c:404:preparing iconv for "ISO-8859-1" <-> "UCS-2LE" conversion iconv.c:407:tds_iconv_open: done net.c:204:Connecting to X.X.X.X port 20482 (TDS version 7.0) net..c:258:tds_open_socket: connect(2) returned "Operation now in progress" net.c:296:tds_open_socket() succeeded util.c:162:Changed query state from DEAD to IDLE login.c:734:quietly sending TDS 7+ login packet Any ideas? Cheers Vince