Is it possible to connect from w3ibm.bluemix/PHP Cloud Foundry app to a bluezone zOS system and it's DB2 table?
I already connecting to a DB2 table on w3ibm.bluemix (using a db2 service and having a table there). It worked, but now I would like to connect to a zOS system.
When I try to connect locally I receive this error message:
An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968 SQLCODE=-1598
I have a lincense file but its in jar format (db2jcc_license_cisuz.jar) and I have no idea how to add a jar to a php project..
When I try to connect from w3ibm.bluemix (Cloud) - I receive this error - using the same code:
The remote host "******.UK.IBM.COM" was not found. SQLSTATE=08001 SQLCODE=-1336
Thx in advance!