Errors installing iPrint printer: Winsock 10060, iPrint 1801

  • 7013088
  • 22-Aug-2013
  • 22-Aug-2013

Environment

OES 11
iPrint

Situation

When attempting to install a printer from the <ipaddress>/ipp web page, Winsock error 10060 (Connection has timed out) is displayed:



Then, iPrint error 1801 (The printer name is invalid) is displayed:



Resolution

Identify and correct the name resolution or communications problem which is preventing the iPrint client from communicating with the Print Server Manager.

1.  /etc/opt/novell/iprint/conf/ipsmd.conf and look for the PSMHostAddress value.

2. Open a CMD prompt and ping the name or address for the PSM you found in step 1.
ping <name or address>
If unable to ping, the name or address is not reachable.

3. In the CMD prompt, telnet over port 631 to the name or address for the PSM you found in step 1.
telnet <name or address> 631
If unable to telnet, the server is not listening on port 631, which is the port where iPrint is listening.

Once you are able to ping and telnet to the PSM, the problem should be resolved.

Cause

There are several possible causes. A few of the most common causes are:

1. DHCP is handing out the wrong DNS server address.
2. DNS is not properly configured, or is not working.
3. The workstation has the wrong DNS server configured (check ipconfig /a).
4. An intermediate device such as a switch or router could be mis-configured (wrong helper address, etc).
5. Server could not be listening on port 631.
6. General communications problems.