search for: usagecount

Displaying 12 results from an estimated 12 matches for "usagecount".

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
2016 May 27
2
asterisk odbc segfaults
...tor-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 = pbxdb Server = localhost UserName = top Password = secret Port...
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
...ABLE_USER_CATALOG = 1 ENABLE_SYNONYMS = 1 ## file odbcinst.ini [ORACLE] Description = Easysoft ODBC Oracle Driver Driver = /usr/local/easysoft/oracle/libesoracle.so Setup = /usr/local/easysoft/oracle/libesoraclesetup.so DontDLClose = 1 FileUsage = 1 UsageCount = 1 Thanks in advance
2008 Jul 10
1
odfWeave problem in 7.1?
...expected input in "" > Above case works fine under 2.6.2: Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term xml(label=MissingTable) 2 : term xml(label=UnusualTable) 3 : term verbatim(label=MembCounts) 4 : term verbatim(label=UsageCounts) 5 : term verbatim(label=SessionsCounts) 6 : term verbatim(label=SR_MembershipCounts) 7 : term verbatim(label=MiscCounts) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Removing content.Rnw Removing styles.xml Renaming styles_2...
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
...> 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 the new White! ------------------------------ Peter Fitzgibbons -------------- next part ----...
2005 Mar 11
1
Trouble with Realtime
...mysqld.sock Server = 10.10.15.30 User = voip Password = temp123 Database = voip Option = 3 #Port = and odbcinst.ini: [MySQL] Description = MySQL ODBC MyODBC Driver Driver = /usr/lib/libmyodbc3.so FileUsage = 1 UsageCount = 2 If I've missed some relevant part of the configuration, let me know, but I think I got all of it. I'm pretty mistified at the moment, after a few hours of working on it. Thanks, Nathan
2009 Feb 12
4
Rails & unixODBC
...= ip_of_server Port = 1433 Database = DB_Name My /etc/odbcinst.ini: [FreeTDS] Description = TDS driver (Sybase/MS SQL) Driver = /usr/lib/odbc/libtdsodbc.so Setup = /usr/lib/odbc/libtdsS.so CPTimeout = CPReuse = UsageCount = 2 My /usr/lib/odbc directory: total 680 -rw-r--r-- 1 root root 9516 2008-09-01 03:14 libesoobS.so -rw-r--r-- 1 root root 5360 2008-09-01 03:14 libmimerS.so -rw-r--r-- 1 root root 67604 2008-09-01 03:14 libnn.so -rw-r--r-- 1 root root 5336 2008-09-01 03:14 libodbcdrvcfg1S.so -...
2012 Nov 30
0
Oracle database connction from R in Linux
...problem is, If i try to connect oracle from R its not connecting. So, pls guide me how to connect from R to oracle. how, i tried:-- odbcinst.ini file code is [ORACLE2] Description = oracle driver Driver = /ibexis/app/oracle/product/11.2.0/db_1/lib/libsqora.so.11.1 DontDLClose = 1 FileUsage = 1 UsageCount = 1 I tried in R ... >library(RODBC) >con <- odbcConnect("data source name", uid="username", pwd="password") after this line i got error, > odbcConnect("india", uid="data_quality", pwd="data_quality") [1] -1 Warning message...
2016 May 27
2
asterisk odbc segfaults
...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 = pbxdb >> Server = localhost &g...
2010 Jun 19
2
Voicemail ODBC
...Servername = ms-sql UID = TestDatabaseDemo database = TestDatabaseDemo Port = 1364 odbcinst.ini [ms-sql] Description = TDS connection Driver = /usr/lib/odbc/libtdsodbc.so Setup = /usr/lib/odbc/libtdsS.so UsageCount = 1 FileUsage = 1 freetds.conf [ms-sql] host = 192.168.1.10 port = 1364 tds version = 8.0 dump file = /var/log/freetds.log I reloaded module and restarted asterisk also, but with no success. What can be wrong? Regards Andra? -----...
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
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to