hi friends,
thanks for the link and clarification... i just want to install the runtime client on the remote machine... now i have another query...
i installed the runtime client... now i have to connect to some remote DB2 server, right... after searching the net, i found that i have to export the DB2 configuration in a file and import it in the client machine, so that runtime client will know which machine it has to connect..
i executed "db2cfexp <filename>" command to export the DB2 configuration on the server side and
"db2cfimp <filename>" command to import the DB2 configuration information on the clinet side
now i tried to connect to sample database... it says
"SQL3269N The LDAP server is not available."
Then i found that DB2 client is actually using LDAP to locate the server machine, and DB2LDAPHOST property has to be set in the client machine to point the ldap server name and the port number ..
i executed "db2set DB2LDAPHOST=<hostname>:<port-no>"
it always throws me
"The instruction at <memory address> referenced the memory at <memory address>. The memory could not be read."
i think this may be a bug... since i could not succeed in connection, i don't know whether the direction i'm proceeding to make the runtime client connect to the server is correct or not...
please comment about the procedure i'm following if u have already succeeded in connecting to the remote server from a remote runtime client.
Appreciate your help.
Jake