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: Huw Edwards <huw.edwards AT talk21.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] can not connect to my Netcool server
  • Date: Thu, 20 Dec 2007 13:33:30 +0000 (GMT)

Hi
We are currently using freeTDS (together with a python/sybase module) to
connect Netcool on a number of platforms (Win XP, Centos 3 and 4, and
Solaris) - you will certainly need to set the TDS version to 5.0 - but also
take a look at the changes in the ftds-nco-0.63.patch that's available at

http://netcoolusers.org/Downloads

We're still using 0.63 - but the patch changes should be easily applicable to
0.65

Regards
Huw



"James K. Lowden" <jklowden AT freetds.org> wrote: 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
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds



---------------------------------
Support the World Aids Awareness campaign this month with Yahoo! for Good




Archive powered by MHonArc 2.6.24.

Top of Page