From:             jr07766 at hotmail dot com
Operating system: IRIX 6.5.19f
PHP version:      4.3.2
PHP Bug Type:     *Database Functions
Bug description:  Cannot Connect to Ingres II Database

Description:
------------
I have successfully compiled and installed php 4.3.2 with Ingres II
support using Apache 2.0.46. I cannot get the ingres_connect function to
work. I would greatly appreciate any help in identifying why this is
happening and what I need to do to fix the problem

These are the messages I am getting when I try to connect to the ingres
database using:

$link = ingres_connect("$host" . "::" . "$database", "$user",
"$password")
    or trigger_error("Could not connect to Ingres database '" . $database
. "'",E_USER_ERROR);

Warning: ingres_connect(): Ingres II: Server or API error : Unable to
authenticate client's user ID. in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php
on line 36

Warning: ingres_connect(): Ingres II: SQLSTATE : 08004 in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line 36

Warning: ingres_connect(): Ingres II: Unable to connect to database
(192.168.1.103::arsr4) in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line
36

Fatal error: Could not connect to Ingres database 'arsr4' in
/usr/freeware/apache2/htdocs/ing/ingpgtableinfo.php on line 37




-- 
Edit bug report at http://bugs.php.net/?id=24227&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24227&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24227&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24227&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24227&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24227&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24227&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24227&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24227&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24227&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24227&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24227&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24227&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24227&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24227&r=gnused

Reply via email to