Microsoft IIS - Fatal error: Call to undefined functiondb2_connect()
Microsoft IIS - Fatal error: Call to undefined functiondb2_connect()
am 03.01.2008 17:54:47 von Jason.McCallister
> *** When I run a PHP script that uses db2_connect, I get this error
> message:
>=20
> Fatal error: Call to undefined function db2_connect() in
> F:\Inetpub\wwwroot\jason2.php on line 5
>=20
>=20
>=20
> *** I also get this windows error on the IIS server
>=20
> CLI encountered a problem and needed to close.
>=20
>=20
>=20
> *** I am using Internet explorer on the client and IIS on the server.
>=20
>=20
>=20
> *** If I run "php -m" from the server's command line, I see ibm_db2 in
> the listing. So DB2 appears to be loading.
>=20
>=20
>=20
> *** If I try to run the php script from the command line on the
> server, I get no output:
>=20
> F:\INETPUB\WWWROOT>php -f jason2.php
>=20
> F:\INETPUB\WWWROOT>
Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate =
companies are not responsible for errors or omissions in this e-mail =
message. Any personal comments made in this e-mail do not reflect the views=
=
of Blue Cross Blue Shield of Florida, Inc. The information contained in =
this document may be confidential and intended solely for the use of the =
individual or entity to whom it is addressed. This document may contain =
material that is privileged or protected from disclosure under applicable =
law. If you are not the intended recipient or the individual responsible =
=66or delivering to the intended recipient, please (1) be advised that any =
use, dissemination, forwarding, or copying of this document IS STRICTLY =
PROHIBITED; and (2) notify sender immediately by telephone and destroy the =
document. THANK YOU.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefined function db2_connect()
am 03.01.2008 18:16:02 von Warren Vail
You might consider using ODBC to connect. I've had better luck with that on
windows using apache, no IIS experience.
Warren Vail
> -----Original Message-----
> From: McCallister, Jason [mailto:Jason.McCallister@bcbsfl.com]
> Sent: Thursday, January 03, 2008 8:55 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function
> db2_connect()
>
> > *** When I run a PHP script that uses db2_connect, I get this error
> > message:
> >
> > Fatal error: Call to undefined function db2_connect() in
> > F:\Inetpub\wwwroot\jason2.php on line 5
> >
> >
> >
> > *** I also get this windows error on the IIS server
> >
> > CLI encountered a problem and needed to close.
> >
> >
> >
> > *** I am using Internet explorer on the client and IIS on the server.
> >
> >
> >
> > *** If I run "php -m" from the server's command line, I see ibm_db2 in
> > the listing. So DB2 appears to be loading.
> >
> >
> >
> > *** If I try to run the php script from the command line on the
> > server, I get no output:
> >
> > F:\INETPUB\WWWROOT>php -f jason2.php
> >
> > F:\INETPUB\WWWROOT>
>
>
> Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate
> companies are not responsible for errors or omissions in this e-mail
> message. Any personal comments made in this e-mail do not reflect the
> views of Blue Cross Blue Shield of Florida, Inc. The information
> contained in this document may be confidential and intended solely for the
> use of the individual or entity to whom it is addressed. This document
> may contain material that is privileged or protected from disclosure under
> applicable law. If you are not the intended recipient or the individual
> responsible for delivering to the intended recipient, please (1) be
> advised that any use, dissemination, forwarding, or copying of this
> document IS STRICTLY PROHIBITED; and (2) notify sender immediately by
> telephone and destroy the document. THANK YOU.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefined
am 03.01.2008 18:20:16 von germana
My plan is using Apache and Mysql connection....
But one thing i want to have clear is about PHP and the connection with
the Serial Port..
Thanks!!!
On Thu, 2008-01-03 at 09:16 -0800, Warren Vail wrote:
> You might consider using ODBC to connect. I've had better luck with that on
> windows using apache, no IIS experience.
>
> Warren Vail
>
> > -----Original Message-----
> > From: McCallister, Jason [mailto:Jason.McCallister@bcbsfl.com]
> > Sent: Thursday, January 03, 2008 8:55 AM
> > To: php-windows@lists.php.net
> > Subject: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined function
> > db2_connect()
> >
> > > *** When I run a PHP script that uses db2_connect, I get this error
> > > message:
> > >
> > > Fatal error: Call to undefined function db2_connect() in
> > > F:\Inetpub\wwwroot\jason2.php on line 5
> > >
> > >
> > >
> > > *** I also get this windows error on the IIS server
> > >
> > > CLI encountered a problem and needed to close.
> > >
> > >
> > >
> > > *** I am using Internet explorer on the client and IIS on the server.
> > >
> > >
> > >
> > > *** If I run "php -m" from the server's command line, I see ibm_db2 in
> > > the listing. So DB2 appears to be loading.
> > >
> > >
> > >
> > > *** If I try to run the php script from the command line on the
> > > server, I get no output:
> > >
> > > F:\INETPUB\WWWROOT>php -f jason2.php
> > >
> > > F:\INETPUB\WWWROOT>
> >
> >
> > Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate
> > companies are not responsible for errors or omissions in this e-mail
> > message. Any personal comments made in this e-mail do not reflect the
> > views of Blue Cross Blue Shield of Florida, Inc. The information
> > contained in this document may be confidential and intended solely for the
> > use of the individual or entity to whom it is addressed. This document
> > may contain material that is privileged or protected from disclosure under
> > applicable law. If you are not the intended recipient or the individual
> > responsible for delivering to the intended recipient, please (1) be
> > advised that any use, dissemination, forwarding, or copying of this
> > document IS STRICTLY PROHIBITED; and (2) notify sender immediately by
> > telephone and destroy the document. THANK YOU.
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Microsoft IIS - Fatal error: Call to undefined functiondb2_connect()
am 03.01.2008 18:22:22 von Lester Caine
McCallister, Jason wrote:
>> *** When I run a PHP script that uses db2_connect, I get this error
>> message:
>>
>> Fatal error: Call to undefined function db2_connect() in
>> F:\Inetpub\wwwroot\jason2.php on line 5
You need to load the ibm_db2 package.
Check out phpinfo() if you think that it should be loaded.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefinedfunction db2_connect()
am 03.01.2008 18:31:01 von Jason.McCallister
I have this line in my php.ini file.
[PHP_IBM_DB2]
extension=3Dphp_ibm_db2.dll=20
Also, if I run php -m, I can see ibm_db2
-----Original Message-----
=46rom: Lester Caine [mailto:lester@lsces.co.uk]=20
Sent: Thursday, January 03, 2008 12:22 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined
=66unction db2_connect()
McCallister, Jason wrote:
>> *** When I run a PHP script that uses db2_connect, I get this error
>> message:
>>
>> Fatal error: Call to undefined function db2_connect() in=20
>> F:\Inetpub\wwwroot\jason2.php on line 5
You need to load the ibm_db2 package.
Check out phpinfo() if you think that it should be loaded.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/=3Fpage=3Dcontact
L.S.Caine Electronic Services - http://home.lsces.co.uk MEDW -
http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
=46irebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate =
companies are not responsible for errors or omissions in this e-mail =
message. Any personal comments made in this e-mail do not reflect the views=
=
of Blue Cross Blue Shield of Florida, Inc. The information contained in =
this document may be confidential and intended solely for the use of the =
individual or entity to whom it is addressed. This document may contain =
material that is privileged or protected from disclosure under applicable =
law. If you are not the intended recipient or the individual responsible =
=66or delivering to the intended recipient, please (1) be advised that any =
use, dissemination, forwarding, or copying of this document IS STRICTLY =
PROHIBITED; and (2) notify sender immediately by telephone and destroy the =
document. THANK YOU.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Microsoft IIS - Fatal error: Call to undefined functiondb2_connect()
am 03.01.2008 18:46:31 von Lester Caine
McCallister, Jason wrote:
> I have this line in my php.ini file.
>
> [PHP_IBM_DB2]
> extension=php_ibm_db2.dll
>
> Also, if I run php -m, I can see ibm_db2
>
>
>
> -----Original Message-----
> From: Lester Caine [mailto:lester@lsces.co.uk]
> Sent: Thursday, January 03, 2008 12:22 PM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined
> function db2_connect()
>
> McCallister, Jason wrote:
>>> *** When I run a PHP script that uses db2_connect, I get this error
>>> message:
>>>
>>> Fatal error: Call to undefined function db2_connect() in
>>> F:\Inetpub\wwwroot\jason2.php on line 5
>
> You need to load the ibm_db2 package.
> Check out phpinfo() if you think that it should be loaded.
I'd still be looking for the results from phpinfo() to show that the module is
actually running and what settings it has defaulted to. I believe that 'php
-m' only shows that a module is included, that that it actually started?
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefinedfunction db2_connect()
am 03.01.2008 18:52:24 von Warren Vail
Honestly haven't done this in PHP but understand you open it like a device
or drive extension "COM1:" "COM2:" etc, same with parallel port "PRN1:" (not
sure this last is spelled correctly).
Good luck,
> -----Original Message-----
> From: germana [mailto:germanaoliveirab@gmail.com]
> Sent: Thursday, January 03, 2008 9:20 AM
> To: Warren Vail
> Cc: 'McCallister, Jason'; php-windows@lists.php.net
> Subject: RE: [PHP-WIN] Microsoft IIS - Fatal error: Call to
> undefinedfunction db2_connect()
>
> My plan is using Apache and Mysql connection....
>
> But one thing i want to have clear is about PHP and the connection with
> the Serial Port..
>
> Thanks!!!
>
> On Thu, 2008-01-03 at 09:16 -0800, Warren Vail wrote:
> > You might consider using ODBC to connect. I've had better luck with
> that on
> > windows using apache, no IIS experience.
> >
> > Warren Vail
> >
> > > -----Original Message-----
> > > From: McCallister, Jason [mailto:Jason.McCallister@bcbsfl.com]
> > > Sent: Thursday, January 03, 2008 8:55 AM
> > > To: php-windows@lists.php.net
> > > Subject: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined
> function
> > > db2_connect()
> > >
> > > > *** When I run a PHP script that uses db2_connect, I get this error
> > > > message:
> > > >
> > > > Fatal error: Call to undefined function db2_connect() in
> > > > F:\Inetpub\wwwroot\jason2.php on line 5
> > > >
> > > >
> > > >
> > > > *** I also get this windows error on the IIS server
> > > >
> > > > CLI encountered a problem and needed to close.
> > > >
> > > >
> > > >
> > > > *** I am using Internet explorer on the client and IIS on the
> server.
> > > >
> > > >
> > > >
> > > > *** If I run "php -m" from the server's command line, I see ibm_db2
> in
> > > > the listing. So DB2 appears to be loading.
> > > >
> > > >
> > > >
> > > > *** If I try to run the php script from the command line on the
> > > > server, I get no output:
> > > >
> > > > F:\INETPUB\WWWROOT>php -f jason2.php
> > > >
> > > > F:\INETPUB\WWWROOT>
> > >
> > >
> > > Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
> affiliate
> > > companies are not responsible for errors or omissions in this e-mail
> > > message. Any personal comments made in this e-mail do not reflect the
> > > views of Blue Cross Blue Shield of Florida, Inc. The information
> > > contained in this document may be confidential and intended solely for
> the
> > > use of the individual or entity to whom it is addressed. This
> document
> > > may contain material that is privileged or protected from disclosure
> under
> > > applicable law. If you are not the intended recipient or the
> individual
> > > responsible for delivering to the intended recipient, please (1) be
> > > advised that any use, dissemination, forwarding, or copying of this
> > > document IS STRICTLY PROHIBITED; and (2) notify sender immediately by
> > > telephone and destroy the document. THANK YOU.
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefinedfunction db2_connect()
am 03.01.2008 21:14:42 von Jason.McCallister
*** I don't see it with phpinfo()
*** I have this in PHP.INI ([PHP_IBM_DB2] extension=3Dphp_ibm_db2.dll).
*** What else is need to load the DB2 extension=3F I have also rebooted.
*** These are the only entries that I see in PHP.INI with the word DB2.
CLASSPATH
..;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\S QLLIB\java\db
2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C :\PROGRA~1\I
BM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar =20
DB2INSTANCE DB2
DB2TEMPDIR C:\PROGRA~1\IBM\SQLLIB\=20
_ENV["CLASSPATH"]
..;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\S QLLIB\java\db
2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C :\PROGRA~1\I
BM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
_ENV["DB2INSTANCE"] DB2=20
_ENV["DB2TEMPDIR"] C:\PROGRA~1\IBM\SQLLIB\
-----Original Message-----
=46rom: Lester Caine [mailto:lester@lsces.co.uk]=20
Sent: Thursday, January 03, 2008 12:47 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined
=66unction db2_connect()
McCallister, Jason wrote:
> I have this line in my php.ini file.
>=20
> [PHP_IBM_DB2]
> extension=3Dphp_ibm_db2.dll
>=20
> Also, if I run php -m, I can see ibm_db2
>=20
>=20
>=20
> -----Original Message-----
> From: Lester Caine [mailto:lester@lsces.co.uk]
> Sent: Thursday, January 03, 2008 12:22 PM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined=20
> function db2_connect()
>=20
> McCallister, Jason wrote:
>>> *** When I run a PHP script that uses db2_connect, I get this error
>>> message:
>>>
>>> Fatal error: Call to undefined function db2_connect() in=20
>>> F:\Inetpub\wwwroot\jason2.php on line 5
>=20
> You need to load the ibm_db2 package.
> Check out phpinfo() if you think that it should be loaded.
I'd still be looking for the results from phpinfo() to show that the
module is actually running and what settings it has defaulted to. I
believe that 'php -m' only shows that a module is included, that that it
actually started=3F
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/=3Fpage=3Dcontact
L.S.Caine Electronic Services - http://home.lsces.co.uk MEDW -
http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
=46irebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate =
companies are not responsible for errors or omissions in this e-mail =
message. Any personal comments made in this e-mail do not reflect the views=
=
of Blue Cross Blue Shield of Florida, Inc. The information contained in =
this document may be confidential and intended solely for the use of the =
individual or entity to whom it is addressed. This document may contain =
material that is privileged or protected from disclosure under applicable =
law. If you are not the intended recipient or the individual responsible =
=66or delivering to the intended recipient, please (1) be advised that any =
use, dissemination, forwarding, or copying of this document IS STRICTLY =
PROHIBITED; and (2) notify sender immediately by telephone and destroy the =
document. THANK YOU.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Microsoft IIS - Fatal error: Call to undefined functiondb2_connect()
am 03.01.2008 21:26:11 von Lester Caine
McCallister, Jason wrote:
> *** I don't see it with phpinfo()
>
> *** I have this in PHP.INI ([PHP_IBM_DB2] extension=php_ibm_db2.dll).
>
> *** What else is need to load the DB2 extension? I have also rebooted.
This says that something is missing from the db2 setup. I don't use it ( or
IIS ;) ) but there SHOULD be an error message in the logs as to why
php_ibm_db2.dll has not loaded. Either it has not found the dll in the php
extensions directory, or - something I am used to with Firebird - it can't
find the client software for db2.
It is probably worth switching to
php-db@lists.php.net
There is more likely to be a db2 user listening there who can point you in the
right direction.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Microsoft IIS - Fatal error: Call to undefined
am 03.01.2008 21:34:45 von Jonathon Surratt
--=__PartE1C7D6F5.1__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Jason -
=20
You may want to make sure you have the proper IBM DB2 clients installed on =
machine. I had a hard time getting the oci8 for oracle function to load =
(I'm using IIS too) even though I had it correctly inputted in my php.ini =
file. It wouldn't show up in phpinfo(). The reason ended up being that my =
oracle client version was too old. Once I upgraded my oracle client...the =
oci8 loaded right up.
=20
Try reading these requirements for using ibm_db2 and make sure you meet =
them:
http://us.php.net/manual/en/ref.ibm-db2.php
=20
Also be sure to scroll down on the page and read the User Contributed =
notes.
=20
js
>>> "McCallister, Jason" 1/3/2008 3:14 PM =
>>>
*** I don't see it with phpinfo()
*** I have this in PHP.INI ([PHP_IBM_DB2] extension=3Dphp_ibm_db2.dll).
*** What else is need to load the DB2 extension? I have also rebooted.
*** These are the only entries that I see in PHP.INI with the word DB2.
CLASSPATH
..;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\S QLLIB\java\db
2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C :\PROGRA~1\I
BM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar =20
DB2INSTANCE DB2
DB2TEMPDIR C:\PROGRA~1\IBM\SQLLIB\=20
_ENV["CLASSPATH"]
..;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\S QLLIB\java\db
2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C :\PROGRA~1\I
BM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
_ENV["DB2INSTANCE"] DB2=20
_ENV["DB2TEMPDIR"] C:\PROGRA~1\IBM\SQLLIB\
-----Original Message-----
From: Lester Caine [mailto:lester@lsces.co.uk]=20
Sent: Thursday, January 03, 2008 12:47 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined
function db2_connect()
McCallister, Jason wrote:
> I have this line in my php.ini file.
>=20
> [PHP_IBM_DB2]
> extension=3Dphp_ibm_db2.dll
>=20
> Also, if I run php -m, I can see ibm_db2
>=20
>=20
>=20
> -----Original Message-----
> From: Lester Caine [mailto:lester@lsces.co.uk]
> Sent: Thursday, January 03, 2008 12:22 PM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Microsoft IIS - Fatal error: Call to undefined=20
> function db2_connect()
>=20
> McCallister, Jason wrote:
>>> *** When I run a PHP script that uses db2_connect, I get this error
>>> message:
>>>
>>> Fatal error: Call to undefined function db2_connect() in=20
>>> F:\Inetpub\wwwroot\jason2.php on line 5
>=20
> You need to load the ibm_db2 package.
> Check out phpinfo() if you think that it should be loaded.
I'd still be looking for the results from phpinfo() to show that the
module is actually running and what settings it has defaulted to. I
believe that 'php -m' only shows that a module is included, that that it
actually started?
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=3Dcontact
L.S.Caine Electronic Services - http://home.lsces.co.uk MEDW -
http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate =
companies are not responsible for errors or omissions in this e-mail =
message. Any personal comments made in this e-mail do not reflect the =
views of Blue Cross Blue Shield of Florida, Inc. The information =
contained in this document may be confidential and intended solely for the =
use of the individual or entity to whom it is addressed. This document =
may contain material that is privileged or protected from disclosure under =
applicable law. If you are not the intended recipient or the individual =
responsible for delivering to the intended recipient, please (1) be =
advised that any use, dissemination, forwarding, or copying of this =
document IS STRICTLY PROHIBITED; and (2) notify sender immediately by =
telephone and destroy the document. THANK YOU.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--=__PartE1C7D6F5.1__=--
Issues trying to connect to DB2 via PHP
am 08.01.2008 20:54:54 von Jason.McCallister
I found the solution.
This is from a DB2 UDB security document:
"Beginning in DB2 UDB Version 8.2, additional security was added to DB2
UDB in the Windows environment. A new option exists as part of the DB2
UDB installation to create two additional groups in the operating
system, DB2USERS and DB2ADMNS. Once these groups are created, only user
accounts that are members of these groups will have access to the DB2
UDB files on the system (including commands as well as user data files
created by DB2 UDB)."
The fix:
On your Windows server, go to >Control Panel >Administrative Tools
>Computer Management
On the tree view, go to >Computer Management (Local) >System Tools
>Local Users and Groups >Groups
Right-click on DB2USERS and select Properties
Add the users that will be accessing the DB2 Drivers. This will most
likely be the ID that is running the IIS server.
Blue Cross Blue Shield of Florida, Inc., and its subsidiary and affiliate =
companies are not responsible for errors or omissions in this e-mail =
message. Any personal comments made in this e-mail do not reflect the views=
=
of Blue Cross Blue Shield of Florida, Inc. The information contained in =
this document may be confidential and intended solely for the use of the =
individual or entity to whom it is addressed. This document may contain =
material that is privileged or protected from disclosure under applicable =
law. If you are not the intended recipient or the individual responsible =
=66or delivering to the intended recipient, please (1) be advised that any =
use, dissemination, forwarding, or copying of this document IS STRICTLY =
PROHIBITED; and (2) notify sender immediately by telephone and destroy the =
document. THANK YOU.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php