Cannot log in to DBI ProxyServer (Need Help fast)

2006-01-12 Thread said . laoui
Hi, I spend a long time reading faq but i didn't find a solution. I trying to connect from a server A to a remote server B (which contains Ingres database). 1 - proxy is up and running on the remote server (B) 2 - Telnet on server B works : #telnet "server B" 12400 (port : 12400 is on Listen,

Re: DBD DBI Problem

2005-11-10 Thread said . laoui
Thank you for your answer. I have checked that LD_LIBRARY_PATH is set, and it includes $II_SYSTEM/ingres/lib. I check that DBD::Ingres is present (version 0.30). And i have the following line in my .profile : LD_LIBRARY_PATH=/lib:/usr/ccs/lib:/usr/ucblib:/usr/local/lib:$II_SYSTEM/ingres/lib:$LD_LI

DBD DBI Problem

2005-11-09 Thread said . laoui
Hello, I'm having a trouble when i try to execute a simple perl program. Perl version : 5.6.1. OS : SunOS 5.8 The source code: #!/usr/local/bin/perl -w use DBI; use Sys::Hostname; $dbh = DBI->connect( "dbi:Ingres:kpreprod::maj", "kmaj" ); $dbh->commit ; I get the following message : insta