HI,
i find the problem in db2diag.log.
The file (/opt/ibm/db2/V9.1/lib32/libdb2gcf.so.1) is there and also i
/home/db2inst2/sqllib/lib.
How can i correct this problem ?
2007-07-25-23.45.07.008383 +120 I302018G390 LEVEL: Info
PID : 25738 TID : 3079657152
FUNCTION: DB2 Common, Fault Monitor Facility, fmGetGcfModuleN ame, probe:30
MESSAGE : ECF=0x90000373 The gcf module to...
User Profile
Collapse
-
Hi, I know that, but all DB2 t works fine without using PHP. I wrote that in my problemdescript ion.
Thanks Gert... -
HI,
This is the code. Works on Testserver.
[code=php]
<?php function dbconnect($verb ose) {
// _GET Variabelen
//include 'initial.inc';
$dbname = 'ATC';
$username = 'db2inst2';
$password = 'xxxxxxxx';
// db2_connect returns 0 if the connection attempt fails;
// otherwise it returns a connection ID used by other functions
$pconn = db2_pconnect($d bname,...Leave a comment:
-
db2_pconnect SQL10007N Reason code: "3"
Hi All.
I have a big problem to connect to my DB2 with (ZEND) PHP.
On commadline and wit DB2CC everything works fine.
If start my Webpage a-t-c.ch in some links i did a connect to DB2 in a PHP script iget this error.
All is well configured. (see http://www.a-t-c.ch/phpinfo.php)
db2 error description did not help. DB2INSTANCE and others is set.
all files have premission 777... -
db2_pconnect SQL10007N Reason code: "3"
Hi All.
I have a big problem to connect to my DB2 with (ZEND) PHP.
On commadline and wit DB2CC everything works fine.
If start my Webpage a-t-c.ch in some links i did a connect to DB2 in a PHP script iget this error.
All is well configured. (see http://www.a-t-c.ch/phpinfo.php)
db2 error description did not help. DB2INSTANCE and others is set.
all files have premission 777...
No activity results to display
Show More
Leave a comment: