1830900 Members
3359 Online
110017 Solutions
New Discussion

rpc errors

 
Francois Bariselle_3
Regular Advisor

rpc errors

Hi,

My program is a utility program for informix data banks (indexed or sequential). Input to the
program is given interactively upon request from the program.

This is the output !

xd210_rpc : could not create client handle
: RPC_UNKNOWNHOST
xd213_rpc : could not create client handle
: RPC_UNKNOWNHOST

Any information is appreciated!
Fais la ...
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: rpc errors

Your utility is trying to connect to a host that it can't find. Did you write this utility yourself, or is it part of informix?

live free or die
harry
Live Free or Die
S.K. Chan
Honored Contributor

Re: rpc errors

The RPC_UNKNOWNHOST usually means yr NFS server is not able to resolve the IP address. The RPC request that was sent without a fully qualified domain name and the server wasn't able to resolve the IP address of the remote system using only the hostname.

Sanjay_6
Honored Contributor

Re: rpc errors

Hi,

Looks like hostname and ip resolution problem. IS the server you are trying to communicate in the same domain. Do a "nslookup" and do a name resolution for the server name and ip for the servers you are trying to communicate with,

nslookup
> server_name
> Server_ip
> exit

Hope this helps.

Regds