search for: easysoft

Displaying 20 results from an estimated 24 matches for "easysoft".

2009 Feb 12
4
Rails & unixODBC
Hello, I decided to embrace getting a new Rails application to see an existing MSSQL database and trying to get unixODBC, freeTDS, and ActiveRecord able to query my MSSQL database. I''m following the procedure outlined at http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux but my system (Ubuntu 8.10 - Intrepid Ibex, Rails 2.3, Ruby 1.8.7)
2008 Nov 28
1
RODBC - problems connecting to oracle through linux
Hi I'm presently trying to connect to Oracle through RODBC / UnixODBC on linux (Red Hat 5). I've successfully connected through the easysoft drivers but the trial license has run out and I'm trying to connect via the default Oracle 11G driver. However I'm getting the following error > library(RODBC) > setwd (paste("/home/oracle/scripts/R")) > channel <- odbcConnect("test", uid="prod&qu...
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
...bcinst.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 = 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
2004 May 12
1
Asterisk not loading data into table using cdr_odbc
Hi I have problems trying to load asterisk call data into the cdr table using cdr_odbc config. My unixODBC is properly configured and it's working fine (able to connect, load data, query tables, etc.). unixodbc is configured to use easysoft Oracle ODBC library. Table cdr was created following instructions in asterisk wiki site. My /etc/asterisk/cdr_odbc.conf is configured as follow: [global] dsn=oracle username=asterisk password=manager ;loguniqueid=yes I don't use uniqueid ! I noticed that /usr/lib/asterisk/modules/cdr_odbc.s...
2004 Jun 18
0
Asterisk does not start when cdr_odbc ist configured
Hi, i want to load the cdr into oracle using unixODBC. I'm using RH 9 2.4.20-30.9smp, unixODBC 2.2.6, easysoft odbc driver for oracle 1.3.1. My unixODBC is working well. With isql i can connect to the database, do selects, inserts and so on. I created the table cdr as described on the asterisk wiki site. When i configure the cdr_odbc.conf with the needed values, then * does not start any more. My cdr_od...
2002 Aug 02
1
R to Oracle via RODBC
Howdy, I'm trying to use R to access Oracle 8i using the RODBC package On Linux Red Hat 7.3. Specs R version 1.51 Driver: Easysoft ODBC - Oracle driver Driver Manager: unixODBC I get the following error when trying to executing RODBC commands. Can anybody give me pointers as to what I'm missing or doing wrong > library(RODBC) > channel <- ("DSNName") > sqlQuery(channel,"select * from tableX...
2006 Jul 26
2
RODBC on linux
Anyone out there using Linux RODBC and unixODBC to connect to a Microsoft SQL server? If possible can someone post a sample .odbc.ini file? I saw a few discussions on the archives a few years ago, but no config file details were available. Thanks, Whit This e-mail message is intended only for the named recipient(s) above. It may contain confidential information. If you are not the intended
2003 Jan 03
2
R talking to Oracle, ODBC drivers available ?
...e database running on Solaris from R on my linux desktop. I have had a look at the R Data Import/Export manual, and downloaded RODBC and unixODBC, but I am still quite confused about how to proceed. It appears to me that I still need to get an Oracle ODBC driver, and the only one I can find is from Easysoft for 880 euros, which is not available for this project. Is there any free software which will enable R on linux to talk to Oracle on Solaris (both reading and writing data) ? My R setup is as follows: platform i386-pc-linux-gnu arch i386 os linux-gnu system i386...
2002 Aug 20
0
RODBC/Solaris/Oracle - No Data
Hi, Version info: R: 1.5.1 RODBC: 0.8.3 Oracle: 8.1.7 unixODBC: 2.2.2 Easysoft ODBC driver: 1.0.0.6 SunOS/Solaris: 5.7 I'm trying to get RODBC working with Oracle on Solaris. I've installed unixODBC and the Easysoft ODBC driver. There are no problems connecting to the DB and executing queries using unixODBC's isql interactive client. Using R and RODBC however, I...
2003 May 14
0
RODBC and SQL Server
All, I have a set of users who are currently using RODBC on Solaris (2.6 and up) to connect to SQL Server databases. We use unixODBC for a driver manager and Easysoft's ODBC-ODBC bridge underneath. R 1.6.2 is our standard R version. While moving to Linux (RedHat 9) I have become eager to phase out our use of Easysoft, but am tied to SQL Server for the time being. I am curious as to whether others have had experience using alternative drivers for SQL Ser...
2005 Feb 23
0
Oracle Driver for Linux?
I have a Zope + DCOracle2 setup, and I was thinking of moving to Zope + eGenix ODBC (which will use unixODBC) however that still leaves me lacking a driver to connect this to the Oracle server. There are a number of variously priced commercial drivers out there like EasySoft, Merant, OpenLink, etc. Someone built upon a previous open source EasySoft driver: http://fndapl.fnal.gov/~dbox/oracle/odbc/ Anyone have any suggestions/experience? -Mike
2004 Mar 29
0
UNION
Hi, I have a problem, can you help? When i type: > library(RODBC) > a<-odbcConnect("oracle") > sqlQuery(a,"(select VALFACT>500 from EPISGDHS) UNION (select VALFACT<1000 from EPISGDHS)") Comes the error: [1] "S1000 923 [unixODBC][Easysoft][Oracle]ORA-00923: FROM keyword not found where expected at offset 15" [2] "[RODBC] ERROR: Could not SQLPrepare" Margarida Igreja. using WinNT [[alternative HTML version deleted]]
2004 Mar 29
0
BETWEEN
Hi, I have another problem, can you help? When i type: > library(RODBC) > a<-odbcConnect("oracle") > sqlQuery(a,"select DISTINCT(DOENT_ID) from EPISGDHS where (VALFACT BETWEEN 100 AND 50)") Comes the error: [1] "S1000 904 [unixODBC][Easysoft][Oracle]ORA-00904: \"DOENT_ID\": invalid identifier at offset 16" [2] "[RODBC] ERROR: Could not SQLPrepare" Margarida Igreja. using WinNT [[alternative HTML version deleted]]
2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
...cording to the source tarball for >> unixODBC-2.2.11. The makefiles are a little over my head to figure >> out though. Anyone know how I can force libodbc.so.1.0.0 to export >> the __post_internal_error function? > > > > Get the 2.2.12 snapshot, > ftp://ftp.easysoft.com/pub/unixODBC/unixODBC-2.2.12.tar.gz that should > fix this. >
2005 Aug 13
0
Re: Asterisk-Users Digest, Vol 13, Issue 86
...r (on Windows). writing by Perl. I have download and install UnixODBC, DBI, DBD from CPAN, when i tested isql -DSN -UID - PWD, that's successful, but when run by perl, message alert could not loaded driver database, .... anybody used ODBC for linux, connect to MS SQL Sevre, please help me? easysoft and openlink have trial license, run with iODBC, run on 30 days, could you like help me don't used iODBC, free tools. any advice? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050813/...
2001 Oct 25
0
SQL server DB acces
I try to use BusinessLine98 on my Linux. The database is store on a Win2000 server with SQL server. So I install unixODBC but now I need a ODBC-ODBC bridge to connect my Linux to Win2k/SQLserver!?? EasySoft solution is not free. Is there any free solution?? Perhaps there is another solution without the use of UnixOdbc? Perhaps I can use odbc driver from my windows install via Wine?? Have got any information? Thanks, Hugues.
2008 Sep 25
0
WINE Odbc Configuration
...eceive the below error message err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 But ODBC driver is working correctly in terminal window ( i used EASYSOFT ODBC DRIVER) any help me , i need urgent solution Regards Arun
2008 Dec 16
0
Wine + ODBC Sql Server = fixme:winsock:WSAIoctl unsupported
...329d38 L"select name from master.dbo.syscharsets where id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset'))") ret=4e498820? fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004) ? WINEDEBUG is set to +file, +relay, +ntdll. I have tested the connection with Easysoft ODBC Sql driver, and the connection is OK, but my app cannot run with this driver. Do you know if I made something wrong? Is wine totally compatible with ODBC Sql Server? Thanks for your reply!
2012 Feb 02
2
use wine odbc in ubuntu php application
Hi, I got a big project where i need to read an visual fox pro database, got this working on a windows server running php. But i would like to run this app on a linux machine(ubuntu 11.10). My idea was to use wine to setup the odbc driver and connect to it using php running on my linux machine. Now my question is if this is posible? Many thanks, Ricardo
2008 Feb 29
17
Is SQL Server not supported in RoR on the Mac?
Hi -- I''ve been having problems connecting to a SQL Server database that I thought might be related to the fact I was upgrading Rails to 2.0. However, I also was moving the project to my shiny new macbook. Anyway, after jumping through a few hoops (instaling DBI, etc.), I finally get to my latest error message: <error> DBI::InterfaceError: Could not load driver (no such file to