search for: odbcinst

Displaying 20 results from an estimated 65 matches for "odbcinst".

2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi Greetings to all Is my first post in this forum sorry for my english Many compliment to all developers for great work in Wine Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models. Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success This software use an mdb file First I have installed Profili download in this web site
2015 Feb 03
2
Problem with odbc connector with cdr
...a call that was supposed to be stored in mysql cdr: Unable to retrieve database handle. CDR failed. This kept popping up every time I was trying to have a call be stored in my mysql cdr table, and I traced the problem to the odbc connector, where my knowhow is about to end. One problem may be that odbcinst -j outputs wrong ini files, I believe I need these to be under /etc/ instead of /usr/local/etc/, but I'm unsure about how to change those permanently. # odbcinst -j unixODBC 2.3.2 DRIVERS............: /usr/local/etc/odbcinst.ini SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini FILE DATA SOURCES..:...
2015 Feb 03
0
Problem with odbc connector with cdr
...e stored in mysql cdr: Unable to retrieve database handle. > CDR failed. > This kept popping up every time I was trying to have a call be stored in > my mysql cdr table, and I traced the problem to the odbc connector, where > my knowhow is about to end. > > One problem may be that odbcinst -j outputs wrong ini files, I believe I > need these to be under /etc/ instead of /usr/local/etc/, but I'm unsure > about how to change those permanently. > > # odbcinst -j > unixODBC 2.3.2 > DRIVERS............: /usr/local/etc/odbcinst.ini > SYSTEM DATA SOURCES: /usr/local...
2010 Jan 12
1
FW: Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
.... However, for various reasons I want to make a "DSN-less" connection using odbcDriverConnect. However, everything I've tried generated a "data source not found" message (see below for details) After reading through various documents, I tried doing following. (1) Put an odbcinst.ini file in my home directory with following lines [MySQL] Description = ODBC for MySQL Driver=/usr/lib64/libmyodbc3.so Setup = /usr/lib/libodbcmyS.so FileUsage = 1 (2) Install it with odbcinst -i -f. This seems to work as when I type odbcinst -j I get DRIVERS............: /home/jmarcus/odbcins...
2019 Oct 12
3
setting up ODBC for cdr logging into MariaDB
Hello, I am trying to set up cdr logging into MariaDB through ODBC. I have installed unixodbc unixodbc-dev and now I am struggling with configuring /etc/odbcinst.ini All the examples online use non-existent libraries, ie: [MySQL] Description = MySQL ODBC MyODBC Driver Driver = /usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so FileUsage = 1 I have these odbc related libraries on my system. Which of those do I...
2017 Apr 17
3
How to build with cdr_adaptive_odbc ?
Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev But I get the same need for "generic odbc(E)". On 17/04/2017 10:48, Marcelo Terres wrote: > You need unixodbc and odbcinst packages too, to configure the odbc. > > []s > Marcelo H. Terres <mhterres at gmail.com> > IM: mhterres...
2017 Apr 19
3
How to build with cdr_adaptive_odbc ?
...ail.com> > IM: mhterres at jabber.mundoopensource.com.br > https://www.mundoopensource.com.br > https://twitter.com/mhterres > https://linkedin.com/in/marceloterres > > > On 17 April 2017 at 23:36, nous <pierre at couderc.eu> wrote: >> Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev >> >> But I get the same need for "generic odbc(E)". >> >> >> >> On 17/04/2017 10:48, Marcelo Terres wrote: >>> You need unixodbc and odbcinst packages too, to configure the odbc. >>> >>>...
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
...SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") Warning message: In odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") : ODBC connection failed I don't really know whether this is the right syntax. I copy-paste files "odbc.ini" and "odbcinst.ini": ## file odbc.ini [ORACLE] Driver = ORACLE Database = //IP_address:PORT/MAGNUS User = my_username Password = my_password METADATA_ID = 0 ENABLE_USER_CATALOG = 1 ENABLE_SYNONYMS = 1 ## file odbcinst.ini [ORACLE] Description = Easyso...
2010 Jan 12
0
Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
.... However, for various reasons I want to make a "DSN-less" connection using odbcDriverConnect. However, everything I've tried generated a "data source not found" message (see below for details) After reading through various documents, I tried doing following. (1) Put an odbcinst.ini file in my home directory with following lines [MySQL] Description = ODBC for MySQL Driver=/usr/lib64/libmyodbc3.so Setup = /usr/lib/libodbcmyS.so FileUsage = 1 (2) Install it with odbcinst -i -f. This seems to work as when I type odbcinst -j I get DRIVERS............: /home/jmarcus/odbcins...
2005 Oct 04
1
IODBC instead of UNIXODBC
Hello. It's possible to use IODBC instead UNIXODBC with realtime? As I see, the res Makefile load a odbcinst.h file, but in IODBC there's not this file. I change the res Makefile (iodbcinst.h instead odbcinst.h) and the make create the res_odbc.so. But when asterisk boot it don't start showing: [res_odbc.so]Oct 4 10:24:43 WARNING[9748]: loader.c:314 __load_resource: libiodbc.so.2: cannot open s...
2017 Apr 13
2
How to build with cdr_adaptive_odbc ?
I use debian stretch and I have installed unixodbc-dev but I have a dependency on genreric_odbc in make menuselect What am I missing ? Is there an howto ? Thanks PX
2005 Feb 22
6
rodbc or unixodbc error
Hi, I'm trying to establish a connection to a MySQL database, and am using the rodbc package for it. This is in a GNU/Debian Linux box, with the corresponding Debian unstable packages. I can login to my MySQL databases from any shell and directory, so the problem is probably not there. Here's an example of what I'm doing: R> odbcConnect("test",
2016 May 27
2
asterisk odbc segfaults
...833 my current combination is centos 6 32-bit, unixODBC 2.3.2 (recompiled from fedora20), mysql 5.1.73, mysql-connector-odbc 5.1.5, asterisk 13.9.1 i tried update to mysql-connector-odbc 5.3.6 from oracle but it segfaults every time can you share your working mysql+odbc combination? thanks odbcinst.ini [ODBC] Trace=No Pooling=Yes Threading=0 [MySQL ODBC 5.3 Unicode Driver] Driver=/usr/lib/libmyodbc5w.so UsageCount=1 odbc.ini [pbxdb-connector] Description = MySQL connection to 'pbxdb' database Driver = MySQL ODBC 5.3 Unicode Driver Database =...
2010 Mar 10
2
Windows API to connect UnixOdbc is not functional in Wine
Hello, I have configured Wine in Ubuntu 9.04 to use the built-in odbc32.dll which in turn uses the Linux's unixodbc package. When I am trying to run my windows application which actually uses Windows API connecting to Unix ODBC is not working. The API uses is SQLDriverConnect (), that returns me error [unixODBC][Driver Manager]Can't open lib '/usr/lib/libtdsodbc.so' file not
2012 Jun 18
4
Asterisk 1.8.13.0 / problem with cdr logging (mysql, odbc)
...mysql database. But with no success. Do you have any hint for me? cat /etc/odbc.ini ------------------ [MySQL-asterisk] Description = MySQL ODBC Driver Driver = MySQL Socket = /var/run/mysqld/mysqld.sock Server = localhost User = xxx Password = xxx Database = asterisk Option = 3 Port = and /etc/odbcinst.ini -------------------- [MySQL] Description = MySQL ODBC MyODBC Driver Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so FileUsage = 1 When testing this setup I can see, that this basic setup ist fine: ~$ isql MySQL-asterisk asterisk qpalym -v +---------------------------------------+ | Conne...
2004 Jan 09
1
R and Postgresql (DBI)
Hi, I'm running Debian (Sid), Postgres (7.3.4) and R (1.8.1). I get the following error when I tri to use DBI >library("DBI") > p <- dbDriver("PostgreSQL") Error in do.call(as.character(drvName), list(...)) : couldn't find function "PostgreSQL" Is there any other package I need in order to interface between R and Postgres ?
2009 Apr 28
1
Asterisk 1.6 and CDR/MySQL
HI, I am trying to setup CDR with ODBC and MySQL but get the following error :- [Apr 28 21:30:01] ERROR[14567]: cdr_odbc.c:133 odbc_log: Unable to retrieve database handle. CDR failed. I can successfully connect with iSQL so ODBCINST and ODBC ini files must be okay. I have modified /etc/asterisk/cdr_odbc.conf to include :- [global] dsn=asterisk username=asterisk password=******* ;loguniqueid=yes ;dispositionstring=yes table=cdr ;"cdr" is default table name usegmtime=yes ; set to "yes&qu...
2009 May 05
1
Asterisk cdr_odbc problems
I'm trying to get asterisk cdr_odbc configured, but it can't connect through my odbc driver. switchboard*CLI> module load cdr_odbc [May 4 20:06:04] ERROR[17758]: cdr_odbc.c:358 odbc_load_module: cdr_odbc: Unable to connect to datasource: asterisk /etc/odbcinst.ini: [MySQL] Description = MySQL driver Driver = /usr/lib/odbc/libmyodbc.so Setup = /usr/lib/odbc/libodbcmyS.so /etc/odbc.ini: [asterisk] Description = asterisk ODBC Driver = MySQL Socket = /var/run/mysqld/mysqld.sock Server = localhost...
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
..."UTF-8" 1> use pubs 2> go 1> select count(*) from authors 2> go 23 1> cat .odbc.ini [pubs] Description = pubs database Driver = remote_server Servername = TDS Database = pubs UID = name PWD = password Port = 1433 cat .odbcinst.ini [TDS] Description = FreeTDS Driver = /usr/local/lib/libtdsodbc.so UsageCount = 1 cat /usr/local/etc/freetds.conf [remote_server] host = 90.0.0.73 port = 1433 tds version = 8.0 -- ------------------------------ Apple MacBook. Black. It''s...
2008 Nov 28
1
RODBC - problems connecting to oracle through linux
...se 'memory not mapped' Traceback: 1: .Call(C_RODBCDriverConnect, as.character(connection), id, as.integer(believeNRows)) 2: odbcDriverConnect(st, ...) 3: odbcConnect("test", uid = "prod", pwd = "passwd") aborting ... The below shows the changes in the odbcinst.ini file. [ORACLE] Description = Easysoft ODBC Oracle Driver #Driver = /usr/local/easysoft/oracle/libesoracle.so Driver = /u01/app/oracle/product/11.1.0/db_1/lib/libsqora.so.11.1 #Setup = /usr/local/easysoft/oracle/libesoraclesetup.so DontDLClose...