Discussion:
[freetds] FreeTDS registration with unixODBC
Gopi
2013-04-30 17:22:29 UTC
Permalink
Hi All,

I installed unixODBC and FreeTDS on a solaris server. I m trying to
register the FreeTDS driver with unixODBC.

cat tds.driver.template
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so

odbcinst -i -d -f tds.driver.template
odbcinst: iniOpen failed on tds.driver.template.


This is the error I come across on trying to register. Can anyone advice
how to move ahead on this?

Thanks,
Kriskon
Frediano Ziglio
2013-04-30 18:16:08 UTC
Permalink
There should be a section name in the file, something like

[FreeTDS]
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so

Frediano



2013/4/30 Gopi <gopi519 at gmail.com>
Post by Gopi
Hi All,
I installed unixODBC and FreeTDS on a solaris server. I m trying to
register the FreeTDS driver with unixODBC.
cat tds.driver.template
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so
odbcinst -i -d -f tds.driver.template
odbcinst: iniOpen failed on tds.driver.template.
This is the error I come across on trying to register. Can anyone advice
how to move ahead on this?
Thanks,
Kriskon
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
surya rangavajhala
2013-04-30 20:41:28 UTC
Permalink
Can anybody provide a link to a compiled FreeTDS version that works on AIX.
I am seeing varying degree of open source tools needed link unixodbc/gnu
c++ etc for this and have a hard time finding them. Please help
Post by Frediano Ziglio
There should be a section name in the file, something like
[FreeTDS]
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so
Frediano
2013/4/30 Gopi <gopi519 at gmail.com>
Post by Gopi
Hi All,
I installed unixODBC and FreeTDS on a solaris server. I m trying to
register the FreeTDS driver with unixODBC.
cat tds.driver.template
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so
odbcinst -i -d -f tds.driver.template
odbcinst: iniOpen failed on tds.driver.template.
This is the error I come across on trying to register. Can anyone advice
how to move ahead on this?
Thanks,
Kriskon
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
Kriskon
2013-05-01 19:10:30 UTC
Permalink
Post by Frediano Ziglio
There should be a section name in the file, something like
[FreeTDS]
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so
Frediano
2013/4/30 Gopi <gopi519 <at> gmail.com>
Post by Gopi
Hi All,
I installed unixODBC and FreeTDS on a solaris server. I m trying to
register the FreeTDS driver with unixODBC.
cat tds.driver.template
Description = v0.91 with protocol v4.2
Driver = /usr/local/lib/libtdsodbc.so
odbcinst -i -d -f tds.driver.template
odbcinst: iniOpen failed on tds.driver.template.
This is the error I come across on trying to register. Can anyone advice
how to move ahead on this?
Thanks,
Kriskon
_______________________________________________
FreeTDS mailing list
FreeTDS <at> lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
Hi Ziglio,

Thanks for your valuable suggestion. As I made that change, after running
the odbcinst it came up with error ..

odbcinst: SQLInstallDriverEx failed with Unable to find component name.

Any idea on this.
Greatly appreciate your help.

Thanks,
Kriskon

Loading...