php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25889 Informix error -439
Submitted: 2003-10-16 11:41 UTC Modified: 2003-10-17 11:20 UTC
From: donnie dot rivera at doc dot state dot co dot us Assigned:
Status: Not a bug Package: Informix related
PHP Version: Irrelevant OS: Solaris 5.6
Private report: No CVE-ID: None
 [2003-10-16 11:41 UTC] donnie dot rivera at doc dot state dot co dot us
Description:
------------
Our current production environment is as follows:
	Apache 1.3.26
	PHP 4.2.3
	Informix 7.24 UC8

About a year ago, we went into production with our Intranet web site. Initially we ran into the Informix error -439, which we were able to control by starting and stopping Apache every six hours. This seemed to resolve the problem, but now it is recurring again. Has anybody resolved what the problem is? We have an instance of Informix 9.30.UC3, but do not know if this will resolve the problem. Also, we were wondering if the PHP php_ifx.dll has been update with the newer versions. Our long term goal is to migrate to DB2, but take considerable time to accomplish. Any suggestions on how to resolve this problem would be greatly appreciated. 

Thanks,

Donnie Rivera

Reproduce code:
---------------
ifx_query("SELECT * FROM ANNOUNCEMENT", $id);

Expected result:
----------------
25 records

Actual result:
--------------
Database server is currently processing an SQL task. 

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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-16 23:39 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

See bug #14254
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC