Tray App window and Parsing error in file C

I was having problems with my printer printing. I uninstalled the program. I tried to install with starter CD and it would not allow. I restored computer to earlier date before the uninstallation. HP shows up in installed programs but now if I click on HP Solution Center I get Tray App box. It says "the feature you are trying to use is on a network resource that is unavailable. Click OK to try again or enter an alternate path to a folder containing the installation package BPD software in the box below. The box below has: C:\users\our last name\AppData\Local\Temp\.......
I also got somewhere (don't remember where...I am a rookie) the following:
Parsing error in file C:\Program files(x86)\HP\Digital Imaging\bin\hpqscloc\1033.xml
Please help me to solve this so I can have printer connection again.

Hi @mwd3,
Welcome to the HP Forums!
I see that you are unable to print in Windows 7, and I am happy to help you!
For further assistance, I will need some additional information:
The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
If the printer is connected, Wireless, Ethernet, or USB.
If the printer is able to make copies.
If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
In the meantime, please try the HP Print and Scan Doctor, and let me know what happens!
Hope to hear from you soon, and happy new year!
RnRMusicMan
I work on behalf of HP
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Similar Messages

  • Want to open a new browser window and display the html file in locale disk.

    Hi,
    I want to open a new browser window and display the html file in local drive. The below html applet work in local system successfully. But i deploy the same in web server (Tomcat) and try the same in client machine it does not work. Please help.
    Note:
    The class below fileopen.FileOpen.class i make it as a jar and put it in jre\ext folder at the client machine.
    ------------------------------------FileOpen.html(Tomcat)-----------------------------------------------------
    <html>
    <body >
    <applet code="OpenFile.class" archive="loadfile.jar" width="100" height="100">
    <param name="path" value="file://c:/open.html" />
    </applet>
    </body>
    </html>
    -------------OpenFile.java in server(Tomcat)--------------------------------------------
    public class OpenFile extends Applet implements ActionListener{
    String path = "";
    fileopen.FileOpen open = null;
    Button b = null;
    public void init(){
    path = getParameter("path");
    b = new Button("Open");
    b.addActionListener(this);
    add(b);
    public void actionPerformed(ActionEvent ae){
    try
    open = new fileopen.FileOpen(this,path);
    catch (Exception e){
    e.printStackTrace();
    -------------------------------------------FileOpen.java /Client JRE/ext----------------------------------------------------
    package fileopen;
    public class FileOpen
    AppletContext context = null;
    URL url = null;
    public FileOpen(Applet applet,String path)
    try
    if(null != applet){
    context = applet.getAppletContext();
    if (null != path)
    url = new URL(path);
    context.showDocument(url, "_blank");
    }catch(Exception ex)
    ex.printStackTrace();
    Please help to solve this issue very urgent.
    Thanks in advance.
    By,
    Saravanan.K.

    zzsara wrote:
    I want to open a new browser window and display the html file in local drive. ...Did you ever pause to consider how ridiculous that is?
    The best audience for applets is people off the internet. 'People off the internet' might be using a computer that has no (what was it?) 'open.html' in the root of the C: drive. In fact (shock horror) they may not even be running Windows, and would therefore probably have no 'C:' drive at all.
    If you do not intend to distribute this to people off the web, an application makes a lot more sense, but even then, you cannot rely on the document being there unless you 'put it there' (during installation, for instance).
    As the other poster intimated, applets can load documents off the local disk as long as they are trusted. Here is an example*, but note that it is not so rash as to presume any particular path or file, and instead leaves it to the user to choose the document to display.
    * The short code can be seen at SDNShare on the [Defensive Loading of Trusted Applets|http://sdnshare.sun.com/view.jsp?id=2315] post.
    On the other hand, a sandboxed applet can load any document coming from its own server via URL, or get showDocument(URL) to work. In that case, the JRE must recognize that the URL is from its own server, so the best way to form URLs for applet use is via the URL constructor
    new URL(getDocumentBase(), "path/to/open.html");That is how I form the URL in this [ sandboxed example of formatting source|http://pscode.org/fmt/sbx.html?url=/jh%2FHelpSetter.java&col=2&fnt=2&tab=2&ln=0]. Of course, in this case the applet loads the document, then parses the text to draw the formatted version, but the point is that an URL produced this way will work with showDocument(URL).
    I am pretty sure showDocument() in an applet off the internet will work with an URL pointing to a foreign (not its own) server, but it will not be able to load documents off the end user's local disks.
    I suggest a couple of things.
    - Try to express this problem in terms of what feature it is that you want to offer the end user. Your question jumps directly to a bad strategy for achieving ..who knows what? An example of a feature is "Shows the applet 'help' files on pressing F1".
    - A good way to indicate interest in a solution is to offer [Duke stars|http://wikis.sun.com/display/SunForums/Duke+Stars+Program+Overview] to match that interest.
    Edit 1:
    ..and please figure out how to use the CODE tags.
    Edited by: AndrewThompson64 on Sep 12, 2008 11:14 PM

  • Parsing error in file C:\Program Files (x86)\HP\D​igital Imaging\bi​n\hpqscloc​\1033-xml

    Spoiler (Highlight to read)
    I have a HP Photosmart Premium C310a All-In-One I can not open solution center get the message I wrote as a subjekt.I´ve tried a lot of methods I´m 75 years old and I´m tired of this problem!    I´ve got 2 computers one HPdv5009 with W.XP Home Edition and it works free from problem The solution center opens up without any problem but on the other HP dv7 with W.7 Home Premium 64 Solution center did not like my order to open up! Parsing error in file etc. That is the answer I got!
     Please Help Me anybody!
    This question was solved.
    View Solution.

    Hello-
    I have included a link where the issue has been resolved. Look for the file that is in grreen_apple's post. (attachment)
    http://h30434.www3.hp.com/t5/Scanning-Faxing-and-C​opying/Parsing-error-in-file-c-Program-Files-HP-Di​...
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input !
    Thank You,
    Donald

  • Parsing error in file C:\Program Files (x86)\HP\Digital Imaging\bin\hpqscloc\1033.xml

    The HP Solution Centre has disappeared from my toolbar and we I attempt to open it with the program file I receive the above error

    Hi ... I have the same kind of error message:
    Parsing error in file C:\Program Files (x86)\HP\Digital Imaging\bin\hpqscloc\1033.xml
    Have been searching for a solution, using different sort of key words, no luck so far.
    Anyone here? Many thanks in advance.

  • Photosmart "Parsing error in file c:\Program Files\HP\Digital Imaging\bin\hpqsclock\1033.xml"

    I receive the error message: Photosmart "Parsing error in file c:\Program Files\HP\Digital Imaging\bin\hpqsclock\1033.xml" 
    when I try to open the HP Solution Centre.  I am using Vista.
    Can anyone help please?
    syy

    Thanks.
    I will give this a go.
    Once I have uninstalled the software presumably, I don't use the cd that came with my printer (I have uninstalled and reinstalled using the original CD before) , but can download the software and new drivers direct from the HP site.
    I did try and download updates from there and it said new software for solution centre but when I clicked
    on the downloads they didn't appear to have anything to do with the solution centre.
    Once again thanks for your help
    syy

  • Parsing error in file message, can't access Solution Center

    I have a HP Deskjet F4480. From initial install I get a message: Parsing error in file C:\Program files\HP\Digital Imaging\bin\hpqsdoc\1033.XML  I have uninstalled the printer, downloaded the large install file from HP website and tried to install printer. Still get same error message. Printer prints, copies fine but I want to use it to scan a page and then using OCR copy data. Scanner feature from control panel will copy just fine but don't know how to get to .txt from scanned image, or how to get rid of error message. Have already run the printer diagnostic unit and scanner diagnostic unit and they detect no errors.

    navigate to C:\program files\HP\digital imaging\bin\ and there we would find 2 or 3 folders with HPQSCLOC name with an extension like HPQSCLOC(608) or (109).
    We have to search for 1033.xml file in all those folders and probably, it would be there in HPQSCLOC folder with numbers in brackets.
    Then, we can go to the HPQSCLOC folder and copy the contents of the folder and paste the contents in HPQSCLOC folder with numbers in brackets .
    Now, we can delete the HPQSCLOC folder and rename the HPQSCLOC folder with numbers in brackets as HPQSCLOC.
    Then, try opening HP Solution center. It should work fine
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)

  • Developing an iOS app on Windows and get error 90161 on upload from Mac

    Hello,
    I have developed an AIR for iOS app in Flash CC 2014 on Windows. I use MacinCloud managed server for uploading .ipa to store for testing. It is virtual server service with Mac OS. They have Application Loader pre-installed.
    I made certificates [cer converted to p12] on Windows and installed provisional profile. I made another certificate on Mac and added it to provisional profile too.
    I get error when trying to upload from Application Loader:
    ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.xxx.yyy [Payload/yyy.app] is invalid. [Missing code-signing certificate.] For more information, visit the iOS Developer Portal."
    Stuck here. Tried to add cert made on Mac. Flash doesn't like it and stops compilation.
    Any help will be highly appreciated.

    Unfortunately I have no experience with Apple Testflight, but I can show you how to host on your own server.
    Create a .plist file on your server with the following data in it:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>items</key>
      <array>
      <dict>
      <key>assets</key>
      <array>
      <dict>
      <key>kind</key>
      <string>software-package</string>
      <key>url</key>
      <string>http://yourserver.com/path/to/ipa</string>
      </dict>
      </array>
      <key>metadata</key>
      <dict>
      <key>bundle-identifier</key>
      <string>com.yourcompany.yourgame</string>
      <key>bundle-version</key>
      <string>current version of your app</string>
      <key>kind</key>
      <string>software</string>
      <key>title</key>
      <string>name of your app</string>
      </dict>
      </dict>
      </array>
    </dict>
    </plist>
    Then, on your server, make an HTML page with the following code in it:
    <a href="itms-services://?action=download-manifest&url=http://yourserver.com/path/to/plist">click here to install<a>
    Navigate to that page on your device, click the link, and it should work!  (assuming the adhoc provisioning profile you built your app with contains permissions for your device)

  • Repeated retrieval and parsing of XML file causes IE to display an error message

    I have a flash application that makes a HTTP call every 120
    seconds to retrieve a xml file. This file is being generated with
    fresh data every few minutes or so and pushed to the apache web
    root with a unix mv command.
    I'm using the standard Flash XML object. The HTTP request is
    NOT over SSL (I know there is a bug related to this). Here is the
    code to make the retrieval:
    xmlData = null;
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = xmlTraverse;
    xmlData.load("
    http://domain/dir/somefile.xml");
    The "xmlTraverse" method was written by my team. There is no
    known bug in the parsing logic.
    Intermittently and unpredictably, IE will display the
    following dialogue box:
    "A script in this movie is causing Macromedia Flash Player 8
    to run slowly. If it continues to run, your computer may become
    unresponive. Do you want to abort the script?"
    I originally leaned toward an infinite loop causing this
    problem. The timeline jumps back and forth between two frames,
    checking in the latter frame if the xml has been loaded and parsed
    before allowing execution to move to the next frame. I hardcoded
    the loop check to always be false, but this did not produce the
    message above (although it pegged my CPU).
    The only scenario where I've managed to reproduce the message
    above is by making a huge (50 MB) xml file. This consistently
    produces the message. But I don't realistically see how our xml
    file could ever be over 1 MB.
    First, can anyone cite another cause for this message? I'm
    starting to lean towards the issue lying in our parsing logic such
    as infinite recursion on a badly formed XML file. Second, does
    anyone know of a solid xml SAX parsing actionscript utility where
    you can assign callbacks to XML nodes? If the problem is in the
    parsing, we may have to replace our homegrown solution with
    something more robust and proven.

    Is it a recursive parsing function? I'm not sure about this,
    but I think this message pops up when there are more than 256
    iterations in a loop (I've read something about this 256 limit,
    that will end while loops if they exceed this, but with another
    error message... but again, I'm not totally sure about that).
    The message is typically for loops, but I don't know when it
    fires. Sometimes it appears for really 'small' loops when you're
    using the debugger (e.g. a for loop with 100 iterations), so maybe
    it is connected to the time a loop is running. You could place some
    trace statements in the xmlTraverse method, to see where the
    function was when the message occurs, or take the time the function
    needs and check if this might be related to the error.
    That's all I can come up with, guess there are people here
    with more insight to this...
    cheers,
    blemmo

  • When i download software, then go to the download window and click on the file, it is aking me to open it with a launch application. how do i figure out what app to use. ex; downloaded a new version of java, what app do i use to install?

    when i download software, then go to the download window and click on the program , i'am being ask to choose a launch program. how do i figure out what app to use to install. ex: i downloaded a new version of java and a game program. how do i install?

    Where did you download the java?
    Download it from here [https://www.java.com/en/download/index.jsp https://www.java.com/en/download/index.jsp]

  • Crystal report windows forms viewer - error in file

    I am using visual basic - visual studio 2005 with crystal reports version 11.5 and am getting the following error when deploying to a windows 7 32 bit machine
    Error in file
    c:\users\username\appdata\local\temp\tempmanynumbersandcharacters.rpt
    The request could not be submitted for background processing.
    All six reports for this application give the same error.  There is not a problem when it is deployed to a windows xp machine.  I have three other applications that do not have problems in windows xp or windows 7 32 bit.  I can't see any difference between these three apps and the one have a problem in windows 7.
    Thanks,
    Jay

    You do not mention if you searched the forums and the Kbase for the error... Using the search box in the top right corner of this web page will return KBases, Blogs, Wikis, articles and more. The following article should have been returned with a simple search;
    [Causes of "Background Processing" error|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33]
    See if it helps. If not, do a few searches as there may be other reasons not documented in the articles.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Parsing error in file c:\program files\hp\digital imaging\bin\hpqscloc\1033.xml

    A fenti hibaüzenet jelenik meg, ha meg akarom nyitni a HP Szolgáltató központot.
    Mi a megoldás ?
    The above error message appears when trying to open the HP Solution Center.
    What is the solution?

    Hi if461030,
    Welcome to the HP Forums!
    I see that you are getting a parsing error when trying to open the HP Solution Center.
    I have a few questions for you:
    1.) What type of printer do you have? To find your printer's Product/Model Number follow instructions in this link. Finding Your HP Product Model Number.
    2.) What Operating System are you using? Windows or Mac? What version?
    3.) How is the printer connected? Wireless or USB?
    Hope to hear back, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Windows Failover Cluster (Errors retrieving file shares)

    I'm having an issue with Windows Failover Cluster with a Windows Server 2012 R2  machine. I have two cluster nodes (nodeA and nodeB). My issue is that when nodeA is the owner node, and I open failover cluster manager  <clusterName> >>
    roles >> <fileserver role> >> shares tab it will hang and say that it is loading, but this will occur infinitely. Although when I go to nodeB (not the owner node) and I go to shares it will show me all of the shares that I have. Next when
    I go to <clusterName> >> Nodes  >> click on Roles tab the information says "There were errors retrieving file shares."
    Now when I switch the nobeB to the owner node, I cannot view the shares on that machine but can now view them on nodeA. 
    We alse have a test network where I have recreated the machines, environment and the failover cluster to as close as the production network as I can except everything works great in the test network 

    For anybody searching on this later...
    I was getting "There were errors retrieving file shares" no matter which node of my cluster
    owned the fileshare service.  Turns out my problem was that my servers don't have internet access and I had set a system proxy.  The fix described in the link below was to exclude the local domain from the proxy.
    http://blogs.technet.com/b/askcore/archive/2012/12/03/cluster-aware-updating-cau-interaction-with-proxy-servers.aspx

  • Quicktime would fail to write/export to server windows share with "Error -43: file not found" errors

    Summary:
    With the combination of Windows 7 and Quicktime 7.x, Quicktime would fail to write/export to server windows share with "Couldn't create output movie storage" and "Error -43: file not found" errors
    Steps to Reproduce:
    Trying to render to Quicktime files using network shared folders as a destination:
    Unable to open file. (-1610153459)
    The funny thing: it only happens when there are at least two shared folders mapped on the workstation, and the destination folder used for the rendered movie is not the first one.
    If we have only two mapped drives, F: and G: for example, and we try to render something to F:, everything works fine and no error is showed. But, when the destination is the G: drive, rendering never works, the error is showed, but a zero-byte file is created in F: (!!). ODD! If we remap F: drive with a different letter, but a letter BEFORE G:, the problem always happens. If we remap drive F: to any letter AFTER G:, making G: the first available network drive, rendering works. Also, simply unmapping F: and leaving G: as the only connected network folder makes render to work.
    We do not have a D: drive in our Windows 7 workstations, they are all C: only.
    It is a 100% reproducible problem. We tried with three different Active Directory networks and workstations. It has all of the features of a software bug.
    Any help would be appreciated.
    Cheers!
    Expected Results:
    Error -43: file not found
    Actual Results:
    The workaround seems to be to use the full path to the servers instead of the mapped mount point (ie //server/z/... instead of Z:/...
    Regression:
    All versions of quicktime 7 in combination with windows 7 client and more than one smb share point mapped in a letter.
    Notes:
    All software that uses quicktime movie exports showed this error.

    Not sure what file your are referencing?  Thanks for your suggestion, however, it's not relavant.
    It renders fine if you render to either the UNC path or the first mapped drive.
    i.e. If you have two mapped drives G: and H:
    they both point to \\fileserver\share1\folder
    If you render to H: it will fail, if you render to G: it works!  Same path, same user, same permissions.
    The only difference is H comes after G, so it fails... BUG.  If it was to do with anything else, underscores, permissions etc, it would fail on both.

  • Parsing error in file c:\programfiles(x86)\HP\Digitalimaging\bin\hpqscloc\1033.xml

    Same problem, but I can no longer uninstall.  Have multiple officejet 6480 printers in various places. 

    cosa devo fare per risolvere questo problema ? parsing error C:\programfiles(x86)\HP\DigitalImaging\\bin\hpqscloc\1033.xml 

  • Loading xml file and parsing error in web start

    Hello,
    I load a xml file from jar file, but i have a error at parsing see :
    ClassLoader cl= this.getClass().getClassLoader();
    File file = new File(cl.getResource("paradise/test/maquette/parser/areas.xml").getFile());
    parseur.parse(new InputSource(new FileInputStream(file)), this);
    the file opening but at parseur.parse() i have a path error with :
    http:// . . . . \Paradise_client\paradise.jar!\paradise\test\maquette\parser\areas.xml , bad name of directories .....
    Can you help me ? please :-(

    I need to do a similar thing but in my case I don't know the structure of the xml file. I have 2 questions for this mapping. For an xml file like this:
    <?xml version="1.0"?>
    <catalog>
    <book id="bk101">
    <author>Gambardella, Matthew</author>
    <title>XML Developer's Guide</title>
    <genre>Computer</genre>
    <price>44.95</price>
    <publish_date>2000-10-01</publish_date>
    <publisher>Dummy Publisher Co.</publisher>
    <publisher_address>
    <city>London</city>
    <street>Heart St.</street>
    <no>23/5</no>
    </publisher_address>
    <description>An in-depth look at creating applications
    with XML.
    </description>
    </book>
    </catalog>
    If I'm right, I need to create a database named catalog and a table named book. But the problem comes out here: How can i store publisher_address? In a table or what? Other problem is, is there a difference between storing id attribute of the book and genre element of the book? I think they are just columns of the book table. But if I'm wrong what is the correct solution?

Maybe you are looking for

  • Annotated highlights in Preview 5.0.1

    Most of my school notes are in pdf format, and I use preview annotations a lot during classes to add my own notes, but for some reason, since I installed Snow Leopard and Preview 5.0.1 the highlight annotation isn't working properly. Every time I try

  • 9i export/import

    I'm going to move a table from a data dictionary managed tablespace to a locally managed tablespace because it has become very fragmented. Will moving it solve that problem or do I need to export/drop/create with new storage parameters and import? Al

  • PhotoShop Album: Wo sind die Dateien?

    Ich erstelle Präsentationen in PhotoShop Album 2.0. Diese möchte ich als Sicherheitskopie auf Datenspeicher ziehen. Wo sind meine Präsentationen auf Festplatte abgespeichert? In c:\programme\adobe\photoshop album habe ich sie nicht gefunden. Wer weiß

  • I just updated my 5s to 7.0.5 but it wouldn't turn back on.

    Just updated my 5s to 7.0.5 but it's not turning on until now. It's been 3 hours since I updated it. I tried to connect it to my laptop but it's not doing anything except from I'm hearing the sounds as if it's connecting and disconnecting from the co

  • How to install CME from Start to Finish

    Hi I wanted to know can someone point me in the direction of the instructions on how to install CME. I have a  friend of mine who is looking for someone to help him get this up and running and I want to  learn about CME so I told him that i would hel