Skip to Content.
Sympa Menu

freetds - Re: [freetds] can not connect to my Netcool server

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] can not connect to my Netcool server
  • Date: Wed, 19 Dec 2007 11:24:48 -0500

Yulei Liu wrote:
> I am trying to connect my freetds 0.65 to a IBM/TIVOLI Netcool
> Omnibus, which is a memory based database, build on sybase protocals.
...
> log.c:190:Starting log file for FreeTDS 0.65.dev.20070731

(I suggest you update your snapshot.)

> net.c:556:Received header
> 0000 ad 14 00 00 04 02 00 00-0a 4f 70 65 6e 53 65 72 |........ .OpenSer|
> 0010 76 65 72 0c 05 01 00 fd-00 00 00 00 00 00 00 00 |ver..... ........|

http://www.freetds.org/tds.html#173

Looks like a login failure:

> 0000 ad 14 00 00 04 02 00 00-0a 4f 70 65 6e 53 65 72 |........ .OpenSer|

ad login ack
14 00 length
00 ack (not success)
04 02 00 00 TDS version
0a namelen
4f 70 65 6e 53 65 72 76 65 72 "OpenServer"
0c 05 01 00 server version (12.5.1.0?)

Normal servers return a login error message. Perhaps yours doesn't, or
perhaps it doesn't accept TDS 4.2 connections. You might try 5.0 instead.
Otherwise from all appearances the account you're using is not allowed to
log in to that server.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page