|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-18 14:20 UTC] sniper@php.net
[2003-06-18 16:07 UTC] jr07766 at hotmail dot com
[2003-06-18 16:08 UTC] jr07766 at hotmail dot com
[2003-06-18 18:15 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 16:00:01 2025 UTC |
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