Server info is very interesting. The error is coming from the windows-client I presume?
Did you install the db2-client on the windows machine? If so try:
Code:
catalog tcpip node db2_node remote 192.168.0.100 server 50000 ;
catalog database sample at node db2_node ;
catalog system odbc data source sample ;
I made the following assumpions:
- your debian server's TCP/IP number is 192.168.0.100
- you are making a connection to the sample database on your debian server
- the instance managing the sample database is listening to the default port number 50000
If there is no window client involved you do not need ODBC at all. Then you'll need this:
Connecting PHP applications to IBM DB2 Universal Database