Displaying 20 results from an estimated 70000 matches similar to: "xen & database sybase ASE"
2006 Mar 16
0
getting ActiveRecord with Sybase ASE 12.5 going in Windows
Anyone have any success getting the edge version of Active Record going
with Sybase ASE 12.5 in a windows environment?
I guess my main problem is that I''m not sure how to build (and properly
configure for) the sybct library.
Thanks!
Dominique
--
Posted via http://www.ruby-forum.com/.
2010 Apr 28
1
Trying to get Rails working with Sybase ASE
Hi
I''m trying to use the activerecord-sybase-adapter to be able to use ASE with
my rails applications.
But, I am struggling...
I followed (most of) the steps on this informative page:
http://trevoke.net/blog/2009/09/11/connecting-to-sybase-with-rails-on-windows-xp/
Initially I had Rails 2.3.5 installed.
I copied the "Ruby Sybase files" as instructed and the Sybase dll files
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
Here''s what I have:
Ruby 1.8.7
Rails 2.3.3 (activerecord 2.3.3, etc)
activerecord-sybase-adapter ( http://itsignals.cascadia.com.au/?p=23 )
Here is the base code (login info was changed to protect me)
require ''rubygems''
require ''activerecord''
a = ActiveRecord::Base.establish_connection(
:adapter => "sybase",
:host =>
2006 Mar 09
0
Sybase/FreeTDS and RoR
Hi there !
I''m drilling for some framework/apserver solution and come to RoR. After
using InstantRails, I would try to run it on my test platform (Solarix
10 x86 on 1 machine, Sybase ASE on another, FreeTDS for the join).
I could not manage to have the sybase driver for ruby compile with
FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin,
unixODBC working with
2008 Feb 06
0
Xen and SYBASE
Hello
We plan to setup a several Sybase SQL servers using Xen.
any infos, links, tricks would be greatly appreciated.
Thanks a lot.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks,
I try to get the sybase adapter installed. I downloaded the
sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib
and now want to build the stuff on my winxp machine somehow. I decided
to eclipse/cdt and downloaded mingw32-make, gdp and gcc.
I created a new project and imported the sybase-ctlib sources. With the
extconf.rb I created the makefile and after cleaning up some
2004 Nov 12
3
xen dies on Linux agpgart interace
Xen appears to kernel panic. Boot up terminates and hangs with the
message "agpgart: Maximum main memory to use for agp memory: 152 M. "
This is a compiled Xen-2.0 latest snapshot with agp support in the kernel.
Has anyone else had similar problems with agp?
Nate
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express
2006 Feb 01
5
Sybase ctlib Adapter
Hi,
I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass
unit tests on Rails 1.0. It''s been a slow, sloggy process for me so
far, as I''ve been learning Ruby, Rails, and Sybase administration all
in one go. (c: It''s been a saving grace to have a good starting
point (thanks Will!).
http://dev.rubyonrails.org/ticket/2030
2013 Aug 23
0
[xen-unstable test] 18753: regressions - FAIL
flight 18753 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/18753/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-xl-win7-amd64 8 guest-saverestore fail REGR. vs. 18750
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail
2002 May 30
2
RODBC & Problems with Sybase Database
Hello,
i would like import Data from Sybase DataBase to R-1.5.0 via RODBC.
With this i get a connection without problems !
channel <- odbcConnect("ODBCName","LoginName","LoginPass")
dataSybase <- sqlFetch(channel,"EPORT_XYZ")
,but when i try this i get a message error ?
(Perhaps the _ is a problem, i know that's i.e. not usual to name
2010 Feb 16
1
RODBC missing values in integer columns
Hello,
We are having some strange issues with RODBC related to integer columns.
Whenever we do a sql query the data in a integer column is 150 actual data
points then 150 0's then 150 actual data points then 150 0's. However, our
database actually has numbers where the 0's are filled in. Furthermore,
other datatypes do not have this problem: double and varchar are correct and
do not
2009 Oct 14
18
sybase in rails2?
Has anyone actually gotten the activerecord-sybase-adapter to work in
Rails2?
I can''t seem to, and can''t figure out why. I am on RedHat linux.
I have the sybase client libraries installed, I have the adapter
installed. After installing the patch at
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2455-update-for-sybase_adapter#ticket-2455-4
to get a slightly
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2009 Aug 28
0
Error connecting to Sybase (odd)
I have activerecord-sybase-adapter installed -- and Sybase itself, so I
have the drivers.
In irb or in the rails console, this works:
ActiveRecord::Base.establish_connection(
:adapter => “sybase”,
:database => “mydb”,
:host => “myhost”,
:myport => myport,
:username => “read_only”,
:password => “read_only”)
In Rails, I have this in my database.yml:
pacs:
adapter: sybase
2014 Nov 05
0
why RODBC on windows 7 with Sybase, returns garbage?
Hi James,
Is your server name correct in the string below? Looks like you are using incorrect server name. If you don't give full server name, then the server has to be registered with ODBC management tool so that it can be picked up automatically.
Regards,
Alok
From: James Mathew [via R] [mailto:ml-node+s789695n4699208h81 at n4.nabble.com]
Sent: Wednesday, November 05, 2014 5:04 AM
To:
2004 Oct 27
0
Xen Demo CD 2.0 ?
hi!
on the download page, the README and the README.CD files already seem to be for Xen 2.0 - but the downloadable iso-image is still
1.2 .
can someone tell when/if a Xen 2.0 iso-image will be released ?
regards
roland
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader''s
2004 Nov 08
0
RE: xen networking
> I''ve been fighting last two days with networking in xen-2.0.
> Problem is with the xen-br0.
> There is two NICs in the machine, eth1 is for internet, and
> eth0 is for local network use which isn''t in use yet.
Things should work fine with two NICs.
> When xen-br0 is done using eth0 as netdev, it shows correct
> HWaddr of eth0. eth1 keeps correct IP to
2012 Jul 30
1
why querying Sybase IQ using RODBC returns error ?
Hello,
I am not able to query Sybase IQ database from R using RODBC package.
Check the below code
R> sybaseiq.query <- function (sql, ..., as.is = FALSE)
{
connstr <- "Driver={Sybase
IQ};UID=ajadhav2;PWD=*****;ServerName=PSGSESHR01A_IQ;CommLinks=SharedMemory,TCPIP{host=psgseshr01_iq.sg.csfb.com;port=3051}"
chan <- odbcDriverConnect(connstr)
2003 Dec 18
1
R and Sybase
Hi,
I'm trying to get R connected to Sybase on a Linux
machine. I'm relatively new to databases,
particularly the connectivity side.
Do I have to use RODBC and install ODBC support on the
system (a huge pain with Sybase, as you have to
install a scaled-down version of Sybase itself on the
system to get it to work with ODBC), or can I somehow
use DBI to do it. Other processes on the
2007 Jul 05
0
Sybase and gfs in a cluster
Is there someone with experience in the following scenario?
can it be done?
Centos 5 in a two node active-passive scenario
both nodes run centos 5 with gfs
data is in a SAN
Servers are HP DL 380 connected to a MSA 1000 san storage
servers will run on top of centos 5, the ServiceGuard software from HP.
Is sybase compatible with this structure?
I contacted sales support with this question but so