Connecting problem when printing on HP 8600 Printer

Everything looks good connection wise until I send a file to be printed.  The printer is ready but then system says trying to connect, will try again in 30 seconds.  The curious part is I can use the device as a scanner with no problems, but the printer just won't connect.  I spent 1 hour with HP and every trick they had did not work.  Anyone have any ideas? 

Hi there,
Could you provide the community with a little more information to help narrow troubleshooting? What operating system?
You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Similar Messages

  • Database connection problem when i try store the values in JTable

    Hi Sir,
    I have a database connection problem when i try to store the data's in a JTable.I think the problem is with in the database connection.I have used 3 vectors here.The database which i have used is
    Access.Where the program is compiling well.But when i run it only the first column heading is printed and error message showing that
    "Invalid Cursor State".I need to solve this problem.pls. do help me.
    I will provide u with the code.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.util.*;
    import java.sql.*;
    public class DataBaseVector extends JPanel
    //Container contentPane=getContentPane();
    JScrollBar jsb = new JScrollBar(JScrollBar.HORIZONTAL);
    JScrollBar jsb1 = new JScrollBar(JScrollBar.VERTICAL);
    Image i1;
    String url="jdbc:odbc:Ananth";
    Vector col=new Vector();
    Vector rows=new Vector();
    Vector rdata=new Vector();
    Connection conn;
    public DataBaseVector()
    //super("JTable With ScrollBars");
    this.setLayout(new BorderLayout());
    UIManager.put("ScrollBar.track",Color.red);
    UIManager.put("ScrollBar.thumb",Color.blue);
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    conn=DriverManager.getConnection(url); // Is there any problem here?
    Statement st=conn.createStatement();
    ResultSet rs=st.executeQuery("Select * from AccountMaster");
    // rs is the result set obtained
    ResultSetMetaData rsmd=rs.getMetaData();
    int cols=rsmd.getColumnCount();
    for(int i=1;i<=cols;i++)
    col.addElement(rsmd.getColumnName(i));
    rdata.addElement(rs.getString(i));
    rows.addElement(rdata);
    }catch(Exception e)
         System.out.println("The Error Message was:"+e.getMessage());
    JTable jt=new JTable(rows,col);
    int v=ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED;
    int h=ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED;
    JScrollPane jsp=new JScrollPane(jt,v,h);
    this.add(jsp,BorderLayout.CENTER);
    this.add(jsb, BorderLayout.SOUTH);
    this.add(jsb1, BorderLayout.EAST);
    public static void main(String args[])
    JFrame jf=new JFrame();
    JPanel frame=new DataBaseVector();
    jf.getContentPane().add(frame);
    jf.setSize(800,600);
    jf.setVisible(true);
    Thanx,
    m.ananthu

    The problem is ResultSet.next() is not called.
    Try this and modify the table creation as you need.
    ResultSetMetaData rsmd=rs.getMetaData();
    int cols=rsmd.getColumnCount();
         while(rs.next()) {
              for(int i=1;i<=cols;i++)
                        col.addElement(rsmd.getColumnName(i));
                        rdata.addElement(rs.getString(i));
              rows.addElement(rdata);
    Hope this helps

  • I'm having trouble restoring my ipod. The software starts to download but it stops saying that there is a connection problem when there isn't. What can I do?

    I'm having trouble restoring my ipod. The software starts to download but it stops saying that there is a connection problem when there isn't. What can I do?

    Disable the computer's security software during the download and update.

  • Can't Connect HP Pavilion Wirelessly to HP 8600 Printer

    Background: I have Verizon Internet service via a ACTIONTEC M1424WR Rev. I wireless server. I successfully connected a HP OfficeJet PRO 8600 all-in-one Printer N911a to the server with contact ID 192.168.1.5. The printer works for several PCs that are in use at my house. I have a HP pavilion g7 1338dx notebook PC running Microsoft WIN 7 Home Premimum (64 bit) and wanted to connect it to the printer.
    I loaded HP Office Jet Pro 8600 series disk version 28.8 on the pavilion and was unable to connect to the printer. The software is unable to find the wireless printer either while the software is loading or when I give it the ID address directly.
    However, the pavilion accesses the Internet wirelessly and if I type in the ID address is able to directly access the printer and print a test page. I have tried all of the suggestions that the software has given me with no success.
    Comments?

    Hi there @gwc2gwc2
    I read about how the printer is not being detected when you run through the installation. I have a guide that should help you through the setup and hopefully get the printer to be recognized.
    Click here and follow the steps it lists: An 'Unable to Find Printer' Error Displays for the HP Officejet Pro 251dw, 276dw, and 8600 Printer S...
    Let me know the results!
    Have a great Tuesday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Win 7 Wireless connection problem to a Officejet Pro 8600 N911a

    I have a Win7 64 bit pc that was connected wirelessly to my officejet pro 8600.  Recently I lost connection to the printer with the Win7.  I can print from my smartphone but not the Win7 PC.  I uninstalled all the printer software Then I downloaded and reinstalled the drivers and tried to connect wirelessly it found the printer but it won't install the driver software. It found the IP address but had :3216/ at the end of the IP address? I can print when I connect using a USB setup.  A message also stated that the PC and printer are not on the same router.  However they are signed in to the same router name and password.

    Hello there! Welcome to the forums @Tombi 
    I read your post about how your Officejet 8600 is not communicating over your network to your Windows 7 computer. I'd suggest checking the guide below and following the steps. If the printer happens to be on another network, these steps will sort it all out and you should be connected by the end!
    'Unable to Find Printer' Error Message Displays on the Computer During a Wireless Network Installati...
    Good luck to you! Let me know the results
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • OSX Mavericks Wifi connection problem when system starts

    My macbook pro unable to connect to the preset wifi when system started, same whether starts and ready from sleep-mode, or previous shutdown mode.
    This starts to happen just several weeks recently.
    However, after restart the entire OSx, the connection (auto detect and connect) would be back to normal.
    What's wrong? and any idea to solve this problem? Restart the OS takes very long time, and I don't like to waste time everytime open the laptop.
    Please help. Thanks.

    Troubleshooting Wi-Fi issues in OS X
    Wireless Connection Problems - Fix
    Wireless Connection Problems - Fix (2)
    Wireless Connection Problems - Fix (3)
    Wireless Connection Problems - Fix (4)
    Wireless Diagnostics - About
    Also try turning off Bluetooth

  • Huge speed drop and connection problem when answer...

    About 2 days ago my internet speed dropped hugely and it's almost now unuseable.  I've run a speed test and the results are below. Any idea on what to do to get this resolved?
    Also, every time I answer a call or disconnect a call the broadband connection is los which is very annoying! Again, any ideas about thats causing that?
    Test1 comprises of Best Effort Test: -provides background information.
    Download  Speed
    102 Kbps
    0 Kbps
    250 Kbps
    Max Achievable Speed
     Download speedachieved during the test was - 102 Kbps
     For your connection, the acceptable range of speeds is 50-250 Kbps.
     Additional Information:
     Your DSL Connection Rate :2432 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
     IP Profile for your line is - 135 Kbps

    AndyMc what you have supplied is the wireless connection rate between the router and your wireless adapter this is not related to anything from Bt. This is the connection rate which I am sure would be related to a channel issue more than the connection dropping. Here is a link to the help site that will assist especially the link with regards changing the wireless channels. http://bt.custhelp.com/app/answers/detail/a_id/11381/c/346,1887,1889
     Make the change and then disconnect and reconnect the wireless and notice if the connection rate changes. I am sure you will get some interesting results. A good little tool you can use is an utility called inSSIDer just do a google search and install that, it will show you where there may be a conflicting channel issue,  the non shared channels are 1.6.and 11. If you need to diagnose the dropping connection problem then that is a different issue to the connection one.

  • Iconia A1-830 has a Wifi connection problem when it out to 3-5 meters

     I bought Aser Iconia A1-830 in BestBuy and after 10 days I found out the Wifi Connection problem. If you stay close to router (1-3 meters) the WiFi signal is Good (not excellent). If I go to another room - Wifi connection is Poor or disabled. I changed it for another one (the same model). The second model was perfect only 1.5 months and now it has the same wifi connection problem. Can somebody help me? Maybe the problem in my router, but why it worked 1.5 months? 

    I'm not sure what the real reason is, but I do know it's a it of a hassle getting the connectors pushed back on. They are very tiny and take some pressure to install and I could easily imagine a wire not completely tied in place moving enough to work loose. Let us know how yours comes out.

  • Webscan problem with HP Officejet Pro 8600 printer and OS Mavericks

    I have an iMac with OS 10.9 Mavericks installed and an HP Officejet Pro 8600 Plus N911g printer.  I recently downloaded the "HP-Inkjet-SW-OSX-Mavericks_v12.34.37" software update from the HP website but, since installing it, the image preview feature on Webscan now only shows a black screen and I cannot download the scanned image.  I have uninstalled the update and reinstalled the old software  - "Officejet-Pro-8600_v12.23.0" but the problem persists.
    I am not sure if this is an HP problem or a Mavericks bug.  Any advice/help would be greatly appreciated

    The servicing when the printer is turned on is normal and is required to keep the printheads healthy (not clogged). See here for information.
    As for power savings, the printer will automatically go into a low power mode when not printing for some time.  It is not necessary to turn the product off and on to save power.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Printer Administrators Group Problem when trying to share a printer

    I cannot type in the box shown in the image and I cant share the printer on the network
    Using 10.9.4
    Thanks

    Eric,
    I may have misunderstood what you meant by "Are you logged into an admin account?"
    I was logged in as a user and then switching to an Admin user when asked within System Preferences and I got the same result as before.
    I suspect this is not the same as : "Being logged into an admin account"
    I shut down the computer, logged in as Admin, deleted the printer, deleted the original Xerox printer driver download file,
    ran the printer driver uninstall, emptied the bin, shut down computer and on the cold restart logged in again as Admin and reinstalled the 10.8 drivers (no 10.9 drivers available) from Xerox website and the printer now works from an airbook.
    [ I did the same with the airbook]
    Need to try the other laptops when they get back from college.
    Thanks for your replies.

  • Printing problem when adding a button to print the whole page

    Hello,
    I added a button with printing option = Apply to self, Print = page.
    The result is that it prints only the i-view in which the button is located. I want the whole page to be printed. The page is composed of several i-views and I also use layers.
    Has someone an idea ?
    Thanks a lot,
    Thomas

    Hi Thomas,
    I received exact the same problem case during our visual composer developments. On SPS 14 the print functionality worked as expected with the print option u201Cprint pageu201D. After the implementation of SPS 16 we had to use u201Cprint screenu201D.
    Hopes this helps.
    Best regards
    RB

  • TS1702 iOS 6 facetime connection problem when calling from a difference country!!

    Facetime having problem after iOS 6 upgrade, it can connect using the same network but fail to connect when you are in a difference network or country using wifi. Please Help!

    What countries?
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

  • Connection Problem When Using Oracle Developer Tools for Visual Studio

    I tried to create an Oracle Connection in my Visual Studio 2008 after installing Oracle 11g, Oracle Data Access Components (ODAC) with Oracle Devleoper Tools for Vissual Studio version 11.1.0.6.20.
    I followed the directions according to "Building .NET Applications Using Oracle Developer Tools for Visual Studio, when I click Test Connection, I keep getting the error message below.
    Microsoft Visual Studio
    ORA-12170: TNS:Connect timeout occurred
    OK
    ---------------------------

    I solved the problem.
    This is what I did for the benefit of the embryonic newbe like me.
    On the Add Connection Dialog
    1.     For Data source name I selected Local Database
    2.     I clicked on the specific User Name and I typed SYSTEM
    3.     For Password, I typed orcl (the password I setup during the installation) (HR did not work for me for User name and Password according to the tutorial instructions)
    4.     For Role, I selected Default
    5.     Connection Name, I selected Local Database
    6.     Before proceeding any further went to Windows XP SP3 where I was operating from, under Start Menu, I selected Administrative Tools then Services
    a.     On the Windows Services (Local) Dialog, under name, I selected OracleServiceORCL and OracleOraDb11g_home1TNSListener. I clicked on them one at a time
    b.     On the presented Dialog, under Service Status, I Clicked on the Start Button to start the Services
    c.     Then I went back to the Add Connection Dialog. I clicked on Test Connection, it connected okay. I finally clicked on Okay to connect.

  • SM30-154 connection problem when on batterypower

    Hello,
    I have a sm30-154, intel pro 2200BG wireless card.
    When I use my adapter, no problem connections 54/48M with my dlink 624+ router.
    But as I switch to battery power, after about 5 minutes, speed drops to 24M and I lose connection, reset is required to get online again.
    Anyone know how to prevent this from happening?
    regards
    Bert.

    Hello
    Check the wireless card properties in device manager. Under advanced tab there you can check the power management settings of the wireless card. I am not sure if this will solve your problem but et it to highest level.

  • Nokia Marketplace connectivity problem when using ...

    Hi everyone!
    Got myself a new Lumia 800 phone about a week ago and since the beginning on I've been experiencing this strange problem with Nokia Marketplace: it rarely works properly when using it with wifi connection. 
    The problem is following: when connected to wifi, I'm allowed to launch the application and browse the apps. I can see apps in categories, however some apps don't have an icon loaded next to them. When clicking on those apps, the Marketplace application is not able to retrieve any information for the app being viewed and returns an error: "We can't connect to Marketplace at the moment. Check your data connection or try again later."
    In some cases I am able to view app information, but when attempting to download the app, it stays under "pending" status and throws an error message requesting my attention. It's weird that while unable to view app information and download apps, I am still able to search for app by a keyword and the search results are returned. 
    While having this problem, I am able to browse web pages with IE, read e-mail etc, everything works just fine.
    When I turn my data connection on, Marketplace performs well and problems disappear. However I don't want to use mobile Internet connection when WiFi is available, because I don't want to pay extra when it's possible to use WiFi.
    In some cases I am able to use Marketplace even with the wifi connection (I've downloaded a couple of apps), but most of the time it's down and unusable. 
    I have downloaded the latest updates.
    My region is Estonia.
    Looking forward for your replies and thanks in advance, let me know if you need additional information.

    Having the same issue with Nokia 510. Whenever I try to update apps via WiFi it fails. Marketplace updates seem to work only with Network data connection, This is weird and needs to be fixed very quickly. C'mon Nokia - these are basics

Maybe you are looking for

  • Unable to create Indexes on F table

    Hi We are unable to create Indexes on one of our Cube's fact table...I tried creating with Process chain , Batch and also tried with SE11 ...table name ... Indexes ...Activate... Its showing active object generated but the warning msg Index does not

  • Reference images outside the database

    Hi, I tried to return html content from a pl/sql procedure but the images referenced were missing. Attached please see the part of the coding in the pl/sql procedure. Everything worked except the images. When I specified something like <img src="" />

  • Truncated record in OPEN DATASET ENCODING NON-UNICODE

    Hi, I have to read a Unicode created file into a non-unicode SAP System, version 4.7. When I make the OPEN DATASET using ENCODING UTF-8 y get a CONVT_CODEPAGE dump. That´s odd cause my system is non-unicode. I don´t wanna use IGNORING CONVERSION ERRO

  • How do I open older iMovie projects?

    I upgraded to Lion, and now can't open any of my imovie projects, as "PowerPC applications are no longer supported." Anyone have a solution???

  • Populate an Invoice from a variable length transaction file

    I have a transaction file which has labor rows and material rows which need to be posted onto an invoice.  Column A in transaction file has an L if labor and a M if a material record: Transaction file: L Labor = 123.45 L Labor = 234.56 M Part1  = 333