php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8267 Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-439]
Submitted: 2000-12-14 21:35 UTC Modified: 2001-11-14 06:42 UTC
From: mischoi at ez-i dot co dot kr Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.3pl1 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mischoi at ez-i dot co dot kr
New email:
PHP Version: OS:

 

 [2000-12-14 21:35 UTC] mischoi at ez-i dot co dot kr
Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-439]
--------------------------------------------------------
I don't use [ifx_pconnect] function in my scripts.

The reasons of -439 error code are as follows.(finderr -439)
(I can't understand the means of thr descriptions.)
--------------------------------------------------------
You attempted to call an SQL routine or attempted to execute an SQL
statement within a signal handling function/routine or a callback
function/procedure. Use only the sqldone() and sqlbreak() library
functions inside your INFORMIX-ESQL/C callback function. Use only the
ECO-SQD and ECO-SQB library routines inside your ESQL/COBOL callback
procedure. In addition, if you want to unregister your callback
function in INFORMIX-ESQL/C, you can invoke the sqlbreakcallback()
callback registration function within your callback procedure. If you
want to unregister your callback procedure in ESQL/COBOL, you can
invoke the ECO-SQBCB callback registration routine within your callback
procedure.     
------------------------------------------------------------

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 11:32 UTC] sniper@php.net
Does this happen with the latest CVS snapshot from http://snaps.php.net/ ?

 [2001-11-14 06:42 UTC] sander@php.net
No feedback. Closing.
 [2002-03-18 09:45 UTC] mauricio at prodesmaq dot com dot br
I am using PHP Version 4.0.6 and Apache 1.3.19 with Informix Dynamic Server Version 7.31.UD1 on Red Hat Linux and the error occurs eventually.
 [2003-04-25 12:24 UTC] jswinborne at nwc dot edu
We are using PHP 4.2.1 with Redhat 9 and we get this pesky error randomly.  It will come and stay for about 20 seconds after that you can refresh and the error is gone.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 12:01:30 2024 UTC