similar to: What can we do to help?

Displaying 20 results from an estimated 2000 matches similar to: "What can we do to help?"

2002 Nov 01
0
Could you use some help with Samba on AIX ?
First we wish to thank everyone at 'samba' for working so hard to produce a great package. It has proven invaluable to our business. I was checking for downloads and updates on your web site today and notice you did not have any one helping support or provide binaries for AIX systems. We are a Solaris, AIX, Informix and Novel shop and if I can help with providing some binaries or what
2006 Mar 27
0
Informix adapter for Ruby on Rails
We can now use Informix as back-end for our Rails applications. Here''s the code of the adapter: http://rubyforge.org/cgi-bin/viewcvs.cgi/rails-informix/?root=rails-informix It has been tested succesfully on Solaris 9/Informix 9.40/Rails 1.0.0. Since Informix doesn''t allow quoting a value for a [CB]LOB in a query, I had to override some methods of ActiveRecord::Base to accept a
2006 Jun 08
2
PHP Extensions
Hi all, I have a problem, I'm running CentOS 4.3 and I just installed php with yum, later I realize that I nedd LDAP support so I download the php-ldap rpm with yum, everything was OK...but now..the problem is that I need Informix support, so I search for a php-ifx module to see if it exist...but no. So, what are my options? recompile a fresh new php with informix support...loosing the
2007 Oct 21
0
Rails/Informix 1.0.0 released
This is the last release for Ruby on Rails 1.x. The next one will be released as a rubygem named activerecord-informix-adapter alongside Ruby on Rails 2.0 when it reaches final. Thanks to Jeremy Kemper for including it in the Ruby on Rails repository. Web site: http://rails-informix.rubyforge.org Rails/Informix is the Informix adapter for ActiveRecord that provides O/RM to Ruby on Rails. --
2008 May 28
1
raw device change back to root after reboot
We are setup new DELL 6800 server fro Informix database. We create "raw" partitions and change "raw" partitions owner to "informix:informix". After reboot owner change back to "root". we don't have problem on CENTOS 3.X, but this problem happen on CENTOS 4.6. I double check "SELINUX" is "disable". does anyone know why it work on
2006 Mar 09
1
I wanna use INFORMIX DB in Ruby on Rails
I have the INFORMIX ODBC Driver(INFORMIX connected by RUBY-ODBC) on Windows but I don''t have one for on RAILS. That''s my big problem at this moment!!! I''m trying to find a solution to connnect INFORMIX DB using Rails very badly! Could you help me fix my trouble? I need your tips!!!! help me ;-( -- Posted via http://www.ruby-forum.com/.
2012 Jan 19
1
R connect to Informix Database
Hi, I am new to R and wondering if it is possible for it to connect to an Informix database. I tried google but nothing came back that I could figure out. Can somebody tell me if its possible (which I believe it is) and how to connect to an Informix database using R. Thanks! -- View this message in context: http://r.789695.n4.nabble.com/R-connect-to-Informix-Database-tp4310594p4310594.html
2007 Oct 14
5
Ruby/Informix 0.6.1 released
This is a maintenance release to fix a bug triggered while working with Ruby on Rails and Informix. Web site: http://ruby-informix.rubyforge.org Changelog: 0.6.1 13/10/2007 ------------------ Bugs fixed: * Database#columns was returning an empty array from within the Informix ActiveRecord adapter (ActiveRecord::ConnectionAdapters::InformixAdapter#columns) if
2004 May 03
0
Samba 3.0.3 bugs
I have encountered some bunch of bugs in Samba 3.0.3 (downloaded today). 1. passdb.tdb doesn't creating automatically, creating zero-length file and constantly reported "Failed to open TDB file passdb.tdb". I make to create it manually through tdbtool (autoconvert when smbpasswd adding user). 3.0.2 has similar bug, but in 3.0.2 this bug was eliminated, when I erase
2004 Nov 18
2
Informix database
We use Informix database. I was able to connect to the database with S-PLUS by using its CONNECT/Java through the JDBC driver. How can I connect to Informix with R, wither using JDBC or any other method? we run Linux so I prefer a method other than ODBC. Thankx for the help
2006 May 17
2
Installing a RPM with yum
Hi all, this is my first post... Here the situation, I've installed php 4 with yum, using the default CentOS repositories, but now I realize that I need the Informix extensions and others like unixodbc, gd etc. This last two packages where in the repository so I search with yum and I found them, and install them, but not the Informix one. So here my question, when I install a RPM package,
2010 Sep 21
1
Need Help
Dear Sir, I have been struggling to get bold letters in informix for CentoS 4.8 and I came across your article on PCL Command Sequences and I felt you could help. I have the following declarations and print command in my informix-4gl but things don't seem to get right. BoldOn CHAR(6), BoldOff CHAR(6) ----LET BoldOn = ASCII 27, ASCII
2007 Dec 07
1
Wine Problem
I dont know if this is the wright mailing list but here it goes I wanted to use wine so that i can avoid purchasing 70 XP licences I installed a software that talks with the informix client 2.7.0 everything was running fine, the instalation went with minor problems. Until now when i stated a connection to the informix server wine simply stops the comand
2010 Aug 17
11
EVERYONE USING DOVECOT PLEASE SIGN: Thanks, Administrators of Dovecot!
With the release of dovecot 2.0, the community of the Dovecot mailling list, and us at Shelton Computers, would sincerely like to thank the developers of Dovecot. For, if it were not for you, we would be stuck with Courier and would not have the impressive features of Sieve, as opposed to the unmanageable scripts, by end users, of maildrop. *Our gratitude goes to, but not limited to:* *Timo
2007 Jun 12
1
php + Informix IDS via IFX Module Howto for Centos5
Dear all I've come out with a howto that I wish to contribute back to the community. This howto is actually a sort of a draft that I made for my own "self-reminder". It was an interesting experience collating the data to eventually come out with the stuffs. I hope it is useful enough to someone not to go through the same "hell/happy hunting grounds" The said howto is
2003 Dec 01
0
No subject
through the guest account. This is my smb.conf on the linux side: ; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany. ; [global] workgroup =3D SYAC guest account =3D winuser ; guest account =3D nobody keep alive =3D 30 os level =3D 2 kernel oplocks =3D false ; security =3D user ; Uncomment the following, if you want to use an existing ; NT-Server to authenticate users, but
2005 Dec 18
1
Informix adapter testing
I''ve just written an ActiveRecord adapter for Informix. It lacks a pair of features that I will add later, but it works for me. I found this on the web: http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActiveRecordAdapter and followed it, but when I get to $ rake test_informix I get the following error messages: -----------------------8<-----------------------
2007 Dec 10
0
Informix adapter gem missing
I can''t find activerecord-informix-adapter in gems.rubyonrails.org. Is there any chance it can be uploaded? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2010 Jan 27
0
Updating the Informix adapter for ActiveRecord
What is the repository for the ActiveRecord adapters? I''ll need to update the Informix adapter. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2008 May 20
0
HELP/ADVICE Needed
I have a Solaris Environment and Informix database with Containers The server /Informix DB is slow. My question is Does Dtrace have any better tools for monitoring or using UNIX commands with scripts for I/O monitoring/ Top 10 commands,Idle Time, is better I am new to this blog and Dtrace. -- This message posted from opensolaris.org