Viewing client printer connections print server

Is there any way to show what client machines are connected on a windows 2012 print server?
In other words which windows 7 machines are currently using a network printer shared off of the print server?  Something like in computer management where you get to see open files on server.

Hi,
Regarding your question, there isn't a method similar to what you're describing in the "Computer Management" MMC snap-in to see users that are "connected" to printers. The
"connection" is ephemeral and only made when the user has actually submitted a print job.
In addition, here is a script which will help us tell which users are connected to a print queue, it may be useful.
How Can I Tell Which Users are Connected to a Print Queue?
https://blogs.technet.com/b/heyscriptingguy/archive/2006/01/19/how-can-i-tell-which-users-are-connected-to-a-print-queue.aspx
Hope this helps.
Best Regards,
Andy Qi
Andy Qi
TechNet Community Support

Similar Messages

  • Client not connecting to Server

    I finally was able to get the client installed. Now I'm getting the
    following error when I try to authenticate:
    Description: Cannot connect to server. [My_Tree].
    Error: NWCCOpenConnByName: NWE SERVER NOT FOUND
    Code: 8847
    Build: 1.0.0
    File: ncpConnection2.cpp
    Line: 167
    Repsitory Version: $Revision: 1.11 $
    I double checked the Scope, and I also tried putting in the IP address of
    the server in the DA field. ... DNS, NCP, and SLP are all checked by
    default. How do I fix this?
    By the way, I can run ConsoleOne with no problem. In ConsoleOne, I use the
    IP address of the Server in the "Tree" field.
    thanks for all the help...

    iwill_notbow,
    Are you able to login using the ip address or dns name of the server in
    the Tree name filed and by specifying your Full DN, that is, '.admin.org'?
    Niclas Ekstedt, CNA/CNE/CNS/CLS
    Network Consultant/NSC Sysop
    InfraSystems Solutions

  • How can an client-applet connect to server-DB?

    as the subject.
    I want the applet@client-side connect to DataBase@server-side,
    I am using Tomcat as engine & JDBC-mysql as tools
    where should the jdbc class placed in? WEB-INF/classes ? WEB-INF/lib ?? or others?
    now i am facing the problem that the applet seems cannot access WEB-INF and cannot locate the jdbc driver.
    could anybody give me some hints?
    thank you very much

    Hello
    I don't know the answer, sorry. This is the jdb (java debugger) tool forum.
    You might want to post your question over on the JDBC forum.
    Try this link:
    http://forum.java.sun.com/forum.jsp?forum=48

  • Client Not connected with Server

    Hi Experts
    I upgraded my Patch level from 9.0 PL8 to PL9.  Server and Clients are installed and it is working fine but one PC not connected with Server.  While I Connect SAP in landscape server selection Page Port Number shown as 40000 instead of 30000.   I changed Port No from 40000 to 30000 the error Message came as  [message 60070-99999987}.  I attached the Screen shot in this discussion.
    Please help me to resolve this issue.
    With Regards
    Balaji Sampath

    I have same problem and this is the solution
    Go to the directory C:\Program Files (x86)\SAP\SAP Business One\Conf
    Copy the file b1-current-user.xml and put it aside
    Go to the directory %USERPROFILE%\Local Settings\Application Data\SAP\SAP Business One
    Check the file b1-current-user.xml which is likely empty or wrong strings
    Rename the b1-current-user.xml file for backup
    Move the copied file into the directory.
    License server name asked every time on login

  • Client not connecting to server. please help

    I have been trying to run a sample client-server program, but it doesn't seem to reconise the host name that has been declared in the client program.
    i get the following error:
    Client Error: java.net.UnknownHostException: Paradoxical
    can anyone tell me what the host name should be to allow the client to connect to the server????
    bellow the server code:
    import java.io.*;
    import java.net.*;
    * <p>This class doesn't actually deal with the client, it simply
    * spawns ClientHandlers that cope with all the i/o.
    * @author Stephen Dolphin 01972612
    * @see ClientHandler
    public class Server {
    * Attribute holding the server's listening port number.
    private static int portNumber = 80;
    * This is this class' only method. It simply waits for requests
    * on the given port until it hears something, and then it spawns
    * a new handler.
    public static void main(String[] args)
    // the initial handler number
    int socketNumber = 1;
    try
    ServerSocket server = new ServerSocket(portNumber);
    System.out.println("Coffee Pot Server running!");
    System.out.println("Waiting for connections on " + portNumber);
    // continuous loop
    while (true)
    // wait for request...
    Socket clientSocket = server.accept();
    // when received, start new handler!
    new ClientHandler(clientSocket, socketNumber).start();
    // increment ready for next time.
    socketNumber++;
    } // while(true)
    catch (Exception e)
    // catch all errors, and, display string
    System.out.println("Server Error: " + e.toString());
    } // trycatch
    } // main(String[])
    } // Server{}

    The host name to use for the client is the name of the machine that the server is running on. From your error message, the client expects the server to run on 'Paradoxical' but it can't find a machine with that name. You might try to use 'ping Paradoxical' to verify that the machine exists.
    If your server is running on the same machine as the client, you can just use 'localhost' as the host name.

  • Mac and windows clients losing connection to Server 2012 Namespace

    I am running Windows 2012 Standard edition on two HP Servers. Both are fully patched O/S's and all HP system updates are installed. Each is running a 10 Gbit NIC to a Cisco 2960 Switch fully updated. Both Network shares are on HP external Drive bays connected
    through a Smart Array P822 card
    All users connect to the primary server (secondary server configured not to take referrals at this time)
    My Mac clients running OS X 10.9.1 connect using smb and the namespace. When the designers come in they usually have to reboot in order to connect to their server shares. We discovered today that if they change the IP address the reboot is not needed. We
    have an archive server running on a Synology NAS. Their connection to the Synology is not impacted.
    The windows machines will lose connection at random and not everyone at once. Usually no more than twice in a week. The fix is either a reboot or an IP change, sometimes both. None of the machines go to sleep or hibernate. All machines are fully patched
    with windows updates, and HP system updates.
    We run Avast on both the Mac's and PC's if this makes a difference.
    Any thoughts?
    thanks

    thanks Shaon,,
    1) IP address before is within our DHCP scope of 192..168.0.51/200. When we set to static we set it to 192.168.0.16/20. We then reset back to DHCP.
    2) The error message is that it can not find the server if I try to map it.
    3) Clients can still access by IP address and FQDN
    We have disabled Avast on a few machines to see if it will make a difference. We then ran into the issue on a machine without Avast installed.
    We did notice that our DNS server was not deleting old entries and we found many duplicate entries. We set it to scavenge and then I went through and deleted old records. Not sure if this would cause a problem or not.
    thanks again for your help!

  • Lookout 6.5 clients not connecting to server

    I just completed upgrading my primary and secondary servers to Lookout 6.5 from Lookout 6.2. I still have a number of clients out there running Lookout 6.2, and they are working fine.
    However, the secondary which is running 6.5 development and one other new computer which is running 6.5 web client are not able to connect to the primary server (red Xs everywhere). Both machines are running Windows XP SP3, and the windows firewall is off on both machines.
    On the secondary, I can ping the primary, and in object explorer I can get to the process file on the primary, but when I click on it, I get the hour glass and then nothing (same thing goes when I try to access symbolic link in the client process).
    I have already uninstalled and reinstalled Lookout 6.5 once.
    Any suggestions would be greatly appreciated.
    Jason Phillips

    I did as you recommended and the tag monitor did not work. Since I have the windows firewall disabled on my machines, I decided to look at the ports on the primary server using the netstat command. I have 3 computers, other than the primary server, running Logos 5.1 rather than Logos 5.0. This is important because as you can see in the attachment, the computers that are running the newer version of Logos (whether with 6.2 or 6.5) are having a problem with port usage. When ports associated with these computers go in to the "CLOSE_WAIT" state, my problems begin on the primary server and the 3 other computers running Logos 5.1. On my primary server I cannot access the network link in Object Explorer and when I shut Lookout down on the primary server, Lookout hangs. If I open Lookout on the the primary server and then shut it down before I get any CLOSE_WAIT states, Lookout does not hang. The only way to get rid of these "CLOSE_WAIT" states is to shut Lookout down on the server. On the three computers running Logos 5.1, I cannot access my symbolic links nor the network link. Also, these 3 computers show the "CLOSE_WAIT" state on the ports they are using to connect to the primary server. Also, these CLOSE_WAIT states appear to accumulate over time on the primary server for the ports being used by Logos 5.1.
    From researching the CLOSE_WAIT state on the internet, this state is caused by the application in question, i.e., Logos.
    I do not see this state occurring on any other ports associated with clients running Lookout 6.2 with Logos 5.0.
    Information on my server: Dell Precision 690 Mini-Tower Quad Core Xeon Proc E5345 2.33GHz, 2 X 4MB L2 Cache 1333MHz , 4GB RAM
    Help!!
    Thanks!
    Jason Phillips
    Attachments:
    netstat port data.jpg ‏351 KB

  • We use FMS Server 4.5,how many clients can connect one server (maximum number of connections)?

    As the title

    Jan,
    I do not think that there is a forced limit for as long as your hardware can sustain.
    It also probably depends from MQ vendor to vendor, and their JMS implementations.
    In one of my apps 10,000 subscribers was the practical celing due to the memory limitations. (On Solaris 8, 2 GB shared memory)
    In another that used open source JMS celing was much lower. due to its underlying EJB implementation (Linux).
    I would suggest a clean box test. Benchmarking, stress and load testing you middleware is always a good idea. It will give you a good idea what your app can and can not do.

  • [Solved] MPD clients connect to server too long first time

    When my system start mpd clients cannot connect to server a long(10-15 seconds or more) for some reason.
    Same time internet connection and network seems to be ok.
    So, It's look like I run mpc for example and it get stuck. This problem is new. 2-4 weeks or less.
    I've tried use user and global config without any success.
    Mpd config now look like this:
    music_directory "/home/neg/music"
    playlist_directory "/home/neg/.mpd/playlists"
    db_file "/home/neg/.mpd/mpd.db"
    log_file "/home/neg/.mpd/mpd.log"
    pid_file "/home/neg/.mpd/mpd.pid"
    state_file "/home/neg/.mpd/mpdstate"
    sticker_file "/home/neg/.mpd/sticker.sql"
    user "neg"
    bind_to_address "localhost"
    port "6600"
    input {
    plugin "curl"
    save_absolute_paths_in_playlists "yes"
    metadata_to_use "artist,album,title,track,name,genre,date"
    follow_inside_symlinks "yes"
    connection_timeout "2"
    filesystem_charset "UTF-8"
    input {
    plugin "curl"
    audio_output {
    type "pulse"
    name "Local Music Player Daemon"
    mixer_type "hardware"
    server "127.0.0.1"
    My netctl profile looks like this:
    Description='A basic dhcp ethernet connection'
    Interface=enp6s0
    Connection=ethernet
    SkipNoCarrier=yes
    IP=static
    DNS=('192.168.1.1')
    Address=('192.168.1.35/24')
    Gateway='192.168.1.1'
    ## for DHCPv6
    #IP6=dhcp
    ## for IPv6 autoconfiguration
    #IP6=stateless
    System start looks almost normal. USB reinit after uefi takes a lot of time sometimes, but it's not critical.
    [~] >> PAGER= systemd-analyze blame
    7.483s systemd-udev-settle.service
    543ms zfs-mount.service
    443ms systemd-modules-load.service
    121ms [email protected]
    100ms [email protected]
    83ms [email protected]
    68ms systemd-logind.service
    68ms lm_sensors.service
    59ms alsa-restore.service
    57ms zfs-share.service
    38ms systemd-vconsole-setup.service
    25ms polkit.service
    24ms [email protected]
    18ms ntpd.service
    14ms systemd-udev-trigger.service
    14ms avahi-daemon.service
    13ms systemd-binfmt.service
    13ms mnt-home.mount
    12ms systemd-tmpfiles-setup-dev.service
    12ms dev-hugepages.mount
    10ms dev-mqueue.mount
    10ms systemd-remount-fs.service
    10ms sys-kernel-debug.mount
    9ms proc-sys-fs-binfmt_misc.mount
    8ms systemd-tmpfiles-setup.service
    6ms systemd-update-utmp.service
    5ms systemd-journal-flush.service
    5ms boot-efi.mount
    5ms systemd-random-seed.service
    4ms kmod-static-nodes.service
    4ms systemd-udevd.service
    3ms var-cache-davfs2.mount
    3ms var-cache-pkgfile.mount
    3ms udisks.service
    3ms var-cache-pacman.mount
    2ms rtkit-daemon.service
    1ms var-tmp.mount
    1ms systemd-sysctl.service
    1ms zfs-import-cache.service
    1ms systemd-user-sessions.service
    937us sys-kernel-config.mount
    911us tmp.mount
    Whole system config
    [~] >> inxi -FC
    System: Host: unreal Kernel: 3.18.2-2-ARCH x86_64 (64 bit) Desktop: N/A Distro: Arch Linux
    Machine: System: ASUS product: All Series
    Mobo: ASUSTeK model: SABERTOOTH Z97 MARK 1 version: Rev 1.xx
    Bios: American Megatrends version: 0901 date: 05/08/2014
    CPU: Quad core Intel Core i7-4790K CPU (-HT-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx)
    Clock Speeds: 1: 4000.00 MHz 2: 4000.312 MHz 3: 4000.625 MHz 4: 4000.00 MHz 5: 4005.156 MHz 6: 4000.156 MHz 7: 4000.781 MHz 8: 4001.718 MHz
    Graphics: Card: NVIDIA GM204 [GeForce GTX 980] X.Org: 1.16.3 driver: nvidia Resolution: [email protected]
    GLX Renderer: GeForce GTX 980/PCIe/SSE2 GLX Version: 4.4.0 NVIDIA 343.36
    Audio: Card-1: NVIDIA GM204 High Definition Audio Controller Sound: ALSA ver: k3.18.2-2-ARCH
    Card-3: Creative driver: USB Audio
    Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
    IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: 10:c3:7b:96:22:ef
    Card-2: Intel Ethernet Connection (2) I218-V driver: e1000e
    IF: eno1 state: down mac: 40:16:7e:e9:08:e1
    Drives: HDD Total Size: 2378.5GB (20.0% used) 1: id: /dev/sda model: WDC_WD1003FZEX size: 1000.2GB
    2: id: /dev/sdb model: PLEXTOR_PX size: 128.0GB 3: id: /dev/sdc model: ST3250312AS size: 250.1GB
    4: id: /dev/sdd model: WDC_WD1003FZEX size: 1000.2GB
    Partition: ID: / size: 89G used: 29G (35%) fs: ext4
    Sensors: System Temperatures: cpu: 32.0C mobo: 34.0C gpu: 40C
    Fan Speeds (in rpm): cpu: N/A fan-1: 0 fan-2: 0 fan-3: 0 fan-4: 0 fan-5: 0 fan-6: 0
    Info: Processes: 424 Uptime: 2 min Memory: 2166.0/15993.2MB Client: Shell (zsh) inxi: 1.9.14
    I've tried ::1 addr, sockets etc, nothing gets better.
    Also I've tried to upgrade mpd to git or downgrade.
    Last edited by Neg (2015-01-28 11:36:46)

    Rasi wrote:have you checked, if pulseaudio was running at that time already?
    Yes, pulseaudio seems to be ok at that moment.
    Also I have such thing in the log ~2 minutes
    Jan 19 09:17 : client: [142] opened from 127.0.0.1:38434
    Jan 19 09:17 : client: [142] closed
    Jan 19 09:17 : client: [143] opened from 127.0.0.1:38435
    Jan 19 09:17 : client: [143] closed
    Jan 19 09:17 : client: [144] opened from 127.0.0.1:38436
    Jan 19 09:17 : client: [144] closed
    Jan 19 09:17 : client: [145] opened from 127.0.0.1:38437
    Jan 19 09:17 : client: [145] closed
    Jan 19 09:17 : client: [146] opened from 127.0.0.1:38438
    Jan 19 09:17 : client: [146] closed
    Jan 19 09:17 : client: [147] opened from 127.0.0.1:38439
    Jan 19 09:17 : client: [147] closed
    When daemon seems to be ok
    [~] >> systemctl --user status mpd2
    ● mpd2.service - Music Player Daemon
    Loaded: loaded (/home/neg/.config/systemd/user/mpd2.service; disabled)
    Active: active (running) since Mon 2015-01-19 09:15:59 MSK; 1min 59s ago
    Main PID: 1947 (mpd)
    CGroup: /user.slice/user-1000.slice/[email protected]/mpd2.service
    └─1947 /usr/bin/mpd --no-daemon /home/neg/.mpd.conf
    Jan 19 09:15:59 unreal systemd[953]: Started Music Player Daemon.
    Also I've tried to set port manually in ncmpcpp, then log messages are NOT gone.
    I've already tried alsa-only config. Same issue.
    When daemon is "running" clients of it are not response ~1-2 minute.
    Last edited by Neg (2015-01-19 06:26:15)

  • Client can not connect to Server installed window server 2008 and using 8.8

    HI all!
    I have a problem when Client  log in to server that installed window server 2008.It can not connect to this server even when restart and key in IP or Server name,...
    I try disable Firewall of window 2008 in server machine and client can connect to server. But when i disable firewall, it's mean  i can not use Remote desktop or terminal service..
    Now, how i can do in order to solve this problem.
    Thanks!

    Hi,
    Take a look at the admin guide (Page 75, 119, 159):
    [http://service.sap.com/~sapidb/011000358700000150922010E.zip]
    If you installed a firewall on the license service computer, make sure that the firewall is not set to port 30000; otherwise, the license service cannot work.
    If you are using Port X, make sure that you open Port X and Port (X+1) in the firewall. For example, if you are using port 10000, make sure to also open port 10001.
    The default communication port is 1143.
    The default port of the SAP Business One license server is 30000 for license communication and 30001 for the license naming service

  • Stoping a client live published stream, server side

    Hello buddies,
    I have a very very important and urgent question.
    Suppose in some client a stream is being published live with
    the name 'A'. now, if some other client should and tries to publish
    with the same name ('A'), it will encounter a 'NetStream.BadName'
    status error code, to avoid that I think there should be some way
    to stop the stream('A') server side, and then let the 2nd client
    starts publishing with name 'A'. if so, how can I stop 'A' stream
    on server?
    Thank you so much for any help

    Let your server call a function (on the first client that
    publishes the stream A) that stops the publishing and shows show
    local message to that client e.g. "another client has started to
    publish a stream with the same name".
    It's unclear why you want such a system because you don't fix
    the problem ; you fix the symptoms. If you let clients publish a
    stream related to their loginname for example you will always have
    unique streams on your server.
    If you let them connect to an unique instance of your
    application you don't even have the problem of non-unique
    stream-names because inside every instance you can publish stream A
    again.
    Viewing clients would connect to each instance if they want
    to see that particular stream, like
    rtmp://yourserver.com/appnameXYZ/instancenameABC/A
    where A is the name of your published stream in instance
    "instancenameABC" , which is a child of application called
    "appnameXYZ".

  • Oracle IRM Desktop connection to server times out

    I have installed IRM server on Linux VM and use https to make desktop client to connect to server. The desktop is running on Windows XP. I am getting connection time out very frequently when I refresh context or validate the server, which means the connectivity between desktop to server is not stable. It is very difficult to track down the root cause since there is no log for desktop client I can look at.
    Any input?
    -J

    I have the same problem. Ping works fine(http://irmserver:16100/irm_desktop/ping). There are connections both on server and on the desktop (netstat shows it). In logs on the desktop there are:
    "[5840] Сбой синхронизации для http://10.12.248.173:16100/irm_desktop
    Сообщение пользователя: "Невозможно установить соединение с сервером IRM"
    Код ошибки = 0x80040308 (0x80040E02)
    <?xml version="1.0"?><wininet_error>12002</wininet_error>
    [IrmBackground.exe]"
    On server side there is no information in the server logs.
    I am using IRM server - Oracle EL 4 x64, Oracle DB 11G x64, Oracle WL1034, irm server 11.1.1.4.0, irm desktop 11.1.20.86. Desktop on Windows XP Professional.
    There is no proxy server between irm server and desktop
    Although I found that the syncronization works after 2-3 attempts. It seems that the problem is in the short timeout of the irm desktop waitong for authorization when there are different platforms(Weblogic on linux and AD on MS)
    Edited by: tsibir on 11.02.2011 6:04

  • Windows 7 client can't connect to Server 2008 R2 Print Server VM (ESXi 5.5)

    I have an issue today that is driving me bonkers.
    I recently came on-board to a company in my area as the system administrator and this network has everything and the kitchen sink wrong with the network layout, probably the worst I've seen and I'm slowly but surely fixing it day by day.....
    Well today I decided I was going to spin up another VM from a template and make a Print Server, seems harmless right? --- I thought so too, added all of the printers to the server and did test pages, all was dandy, but then I tried to add the printers to
    clients and other server and the real fun has begun, I'm truly perplexed now...
    I added a VM to my esxi 5.5 cluster at work that is a 2008 R2 server with only print management on it. I can map all of the printers on the network to the print server as-well as install the drivers correctly and I can resolve the IP and server name via
    DNS. I can test printers directly from the print server successfully printing out test pages however whenever I try to map printers you know from the directory in 'devices and printers' from any of the Windows 7 clients or any of the other 2003/2008 servers
    I get the classical "Windows cannot connect please check the network connection and make sure sure the printer is turned on". I disabled the windows firewall and I made the point to print GPO set to disabled and still no luck. Again I can print to
    all of the printers internally inside of the VM (so I know it communicating to all of the printers), I just can't connect to the printers listed in the directory on any of external desktop/client, it's like so annoying. spent about 6 hours until my brain just
    couldn't think anymore, was about to go BS on the VM.
    The only thing I can think of, as I was driving home, is that there is a GPO on one of the DC that has a desginated print server policy set. But prior to last week the forest leve was 2000 and now it's 2003. I just don't know Server 2000 enough to know if GPO's
    worked in the same way they do in 2003.
    Right now printers are connected to other servers in a ad hoc mentality it seems, there has never been a true print server.
    Anyone ever have this problem before?
    I'm truly puzzled...

    Hi Mid.Hudson-IT,
    Before we begin ,we should ensure we have configured the printer server correctly .
    Here is a link for reference of configuring the printer server .
    Print server role: Configuring a print server
    https://technet.microsoft.com/en-us/library/cc775791(v=ws.10).aspx
    "I can map all of the printers on the network to the print server as-well as install the drivers correctly and I can resolve the IP and server name via DNS"
    From this sentence ,I can`t figure out whether you have tried to ping the server both with the IP adress and name adress from the client ?
    If we can ping the print server from the client,we can ensure the connection to the printer server is good .
    Then we can try to install the printer driver directly to have a check .In the adress bar of Windows Explorer ,input "\\server name \the printer name"
    If we cannot ping the print server ,we should troubleshoot the network issue firstly.
    We also can check the event viewer for more information to troubleshoot this issue .
    Best regards

  • Web Report Viewer error - Unable to load client print control.

    Dear All,
    We have a problem with Report Viewer print funtionality. Getting the error "Unable to load client print control." on click of Print button.
    We tried all solutions posted in web - nothing resolves the issue.
    The print works fine when we open the report via a browser. But the same is not working through our application. We have the application installed on the Report server itself and the user has Admin previleges.
    Please find below the details
    Report control: ReportViewerWebControl.axd
    Version: 9.0.30729.4402
    SQL server version: SQL Server 2008 R2, 10.50.2500.0 (running on Windows Server 2008 R2 - 64 bit)
    Your help on this would be highly appreciated. Please let me know if you need any specific information.
    Thanks,
    Naga
    Nagaraja

    Hi, Larry,
    Thank you for your answer which remind me and lead me to the resolution. I have struggling on this SQL Server Report Server 2012/Client printing control for
    2 days.
    I just cannot figure out why it kept prompting non-admin XenApp users for SSRS installation. Thanks for your notes again.
    I have 2008 R2 server setup as XenApp server for the publish apps. We published the IE to user to access Web application with SQL 2012 reporting service in
    the backend.
    In the control environment, users do not have permission to install any software. This SSRS has to be installed as administrator under “Install mode” in XenApp
    server.
    Yes, 32bit IE works for me but 64bit IE works too.
    You just need to ensure which version of IE you’re using to install the SSRS. I’m not aware of using 32bit IE for SSRS installation in server but publish 64bit
    IE to client.  That’s my mistake.
    Thanks again. 
    JohnnyW2012

  • HP ENVY 4500 Printer "Error. Cannot connect to Server"

    Hey everybody,
    I work in IT and have a client that recently purchased a HP Envy 4500 all-in-one. She called me to install it for her and I got it set up with no problems. After a few days she told me that her printer wouldn't scan. It was giving her this error message;
    "Error. Cannot connect to Server. Check Server name and address."
    She has this computer connected via USB and I have already reinstalled the driver and ran the HP Print and Scan Doctor with no success. I have tried a lot of other solutions that people have been posting with the same issue but none have worked. This has become a huge issue and I don't see HP trying to find a solution. If no soultion will fix this, then I will be returning this printer for her and getting something that works.
    Any help would be greatly appreciated,
    bbritt91

    Hi bbritt91,
    Welcome to the HP Support Forums. I understand that you are getting a connection error message when trying to use the scan to email feature of your Envy 4500 printer.
    To be able to use the scan to email feature the printer must be setup with web services which requires the printer to be connected to your wireless network with an active internet connection. I have included the Getting Started with ePrint document for reference.  
    If the printer has been setup with a wireless connection, please set a manual IP address and manual DNS server for the printer. I have included a link to another post with the steps, including screen shots, on how to do this. Please don’t worry that the screen shots are for a Photosmart 7510, the steps are the same.
    Please let me know how it goes.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for