Error 16822

I get always error 16822 when I start the download for the update Help in Adobe Photoshop CS5 under Windows 7
who can help me out
frankzwart

A quick search for 'error 16822' turned up several links that said it was an Adobe Air issue, you may want to check out this link: http://kb2.adobe.com/cps/842/cpsid_84215.html, if this does not help, search for that error, there are wayyyyyy to many solutions.

Similar Messages

  • Error #16822 - SubErrorId : 2032 Only on Windows 7 not on Mac OS X !

    Hi,
    Im developping a software on Apple MacBook Pro latest OS X 10.6.6. I have set up the auto update feature and its work fine when i test it under Mac OS X.
    But when I test the same software on Windows 7, Im getting the error :
    16822
    I/O error while downloading. The subErrorID property           may provide more information.
    With suberrorid 2032 :
    2032
    Stream Error.
    I've checked different values from there, the update url is correct and work fine from the browser. The new software version is downloading correctly from IE 8 but it is seen and saved as a zip file. I have no idea what is going wrong with the auto updater. Does any body know something ?
    Whats difference between AIR auto update process between Mac and Win 7 ???
    Does the firewall of Win 7 could be the problem ?? I dont think so. What do you think ?
    Any help will be greatly appreciated.
    Thanks !

    Thanks a ton for your reply Chris..!
    Its the same issue that Xenus989898 reported. I have an AIR application with automatic update code written at the start of the app. So when I start the application on Windows and change updateVersion in update.xml, it shows the old and new version properly on the dialog box but the moment I try to download, it flunks an error with "Error code 16822". Even the user who reported on this threa said, he couldnt make out what he changed but it started working for him properly. Do we know what the issue was Chris..! Please let me know. Thanks again..!

  • Download error 16822

    When trying to download an update for PhotoShop Elements help, I get a message "Une erreur s'est produite pendant le téléchargement de la mise à jour. Erreur no 16822." (In English "An error has occurred during download of the update. Error 16822.
    I have searched the forum for help on this problem, and the only advice I have seen is about a possible error in Adobe AIR. However, re-installing Adobe AIR does not seem to solve the problem.
    A likely cause of the error may be that following advice found on another forum, I uninstalled Akamai. According to information on Adobe sites, Akamai should be automatally reinstalled at next download, but this has not happened and I do not know where to find a download of Akamai.
    Does anybody know how to sove this problem?
    Thanks in advance

    Vermutlich gar nicht. Das sind so dämliche Macken im Help Client. Wenn, dann müßtests du alles deinstallieren, das Creative Cloud Cleaner Tool drüber bügeln, Adobe AIR updaten und das ganze Blahblah.... Einfach ignorieren oder die PDF-Dateien der entsprechendne Hilfe runterladen...
    Mylenium

  • Error 16822 when downloading Adobe Help.

    I use Adobe Premiere Elements 9.0.1 in Windows 7 and get error 16822 when trying to update Adobe Help. Any clue?

    try uninstalling and reinstalling your application.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Adobe Help.Error# 16822

    Hi, I cannot update Adobe Help (Elements 9). Every time that I try this error is generated:"There was an error downloading the update. Error# 16822".
    thank you for your help.

    It might be simplest just to download the help files as pdfs:
    Organizer:
    http://help.adobe.com/en_US/ElementsOrganizer/9.0/Using/elementsorganizer_9_help.pdf
    Editor:
    http://help.adobe.com/en_US/PhotoshopElements/9.0/Using/photoshopelements_9_help.pdf

  • Download fehlgeschlagen; Error 16822

    Wenn ich die Helpfunktion aus Photoshop CS5 öffne werde ich über ein Update informiert:
    Das Update wird nach kurzer Zeit abgebrochen:
    Wie kann ich diesen Fehler beheben?

    Vermutlich gar nicht. Das sind so dämliche Macken im Help Client. Wenn, dann müßtests du alles deinstallieren, das Creative Cloud Cleaner Tool drüber bügeln, Adobe AIR updaten und das ganze Blahblah.... Einfach ignorieren oder die PDF-Dateien der entsprechendne Hilfe runterladen...
    Mylenium

  • AIR auto update error, and question about POST parameters

    Hello,
    I'm getting a Download Failed error in the AIR autoupdating process;
    There was an error downloading the update. Error# 16822
    I recall this working once, the very first time that I tried it.
    My app.xml file contains this line:
        <version>12</version>
    and my update.xml file contains:
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
      <version>12</version>
      <url>http:/players.biemedia.com/ooyala/Composer/Composer.air</url>
      <description>12 - Bug fixes and prepopulating defaults for player creation screen</description>
    </update>
    Pasting the URL into a browser works.
    However, this stuffresides on cloudfront.  in the past i have noticed that if something tries to send post parameters along with the request, cloudfront will deny the request.  Is it possible that the AIR app is sending POST parameters when hitting the download URL, and could this behavior be new in the last 6 months or so?
    Any other ideas?
    Thanks,
    Gerry

    Just Got The Solution for Error 16811 &  16816
    Note Following things to avoide update error
    No 1.>
    You xml schema for update descriptor.xml in  server should look similar to this
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
      <versionNumber>2.0</versionNumber>
      <url>http://localhost/SerialHunter/SerialHunter.air</url>
      <description><![CDATA[
    SerialHunter Version 2.0 by Rajendra Khope
    This new version includes:
        * AutoUpdate
        * Enhaced UI functions
        * Ability to add providers       
      ]]></description>
    </update>
    Note xmlns="http://ns.adobe.com/air/framework/update/description/2.5"
    and versionNumber instead of version
    Also make similar changes in appxml version field (in Burrito its by default versionNumber )
    No 2>
    if u are using code to display veesion number make sure it should look like:
    var appXML:XML = NativeApplication.nativeApplication.applicationDescriptor;
    var ns:Namespace = appXML.namespace();
    pnlMain.title=appXML.ns::name+" v "+appXML.ns::versionNumber
    Thats it...!
    Rajendra Khope
    bkrajendra at gmail dot com

  • Online help does not work any more (Lightroom 3, CS5 Suite)

    Hi,
    since a few days I get an error when using the Lightroom Online (german edition) help on my Win 7 64bit computer.
    When searching for something there pops up a dialog box stating "Unerwarteter Fehler. Suchen Sie erneut", that's like "Unexpected error. Please search again".
    My girlfriend has the CS5 Web Suite. She gets the same error on a diffferent computer (but also Win7 64bit). She also got an error 16822 when the help client tried to update. This error is already known and so I was able to fix it.
    But the error when using the help itself is still there.
    Any ideas.
    PS: The help does work when I switch from online to local search.

    Yes
    I tried again— but NO – it does not work
    Help OPENS
    But when I click on “lightroom help – F`1”  
                    Ie the internet access to adobe help
    It does not work
    lke
    Lloyd K Everson MD
    43 N Royal Fern Dr
    The Woodlands, TX  77380
    281-364-0247
    37 Stag Gulch Ct
    Cordillera, CO  81632
    970-926-0247
    Cell   281-797-1444
    <mailto:[email protected]> [email protected]
    Chairman, Life Beyond Cancer Foundation
    <mailto:[email protected]> [email protected]

  • Impossible download actualization for PSE 9 error-code 16822

    How to download actualization for PSE 9 when error-code 16822 appears?

    Hi pazzawe,
    Please let me know which O/S you are using?
    If in case you are using a windows machine then try the steps mentioned in the given forum link :- https://forums.adobe.com/thread/1008072
    Sarika

  • What is Solution for error number 16822 in auto updating in AIR application using flash professional  cs6

    I follow the https://www.youtube.com/watch?v=CXKpw1HNoUA but its giving an error as
    There was an error downloading the update. Error# 16822

    manually download and update, Adobe - Adobe AIR

  • Lightroom mise a jour du help erreur 16822

    Bonjour lorsque je veux obtenir de l'aide, le systeme me propose de la mettre a jour. J'accepte mais obtient en réponse un message en pop up :
    une erreur s'est produite pendant le téléchargement de la mise à jour. erreur n° 16822.
    Fermer
    impossible donc d'avoir de l'aide.
    Pouvez vous m'aider ?
    Lightroom fonctionne sur un windows 7 pro 64 bits.
    J'ai aussi plusieurs versions de Photoshop eléments(9 et 10)

    Je ne suis pas à trouver quelque chose de précis sur ce message d'erreur. Quelle application Adobe vous essayez d'accéder à l'aide d'? Utilisez-vous un pare-feu logiciel ou un certain type de réseau géré? Aussi, si vous pouvez s'il vous plaît répondre en anglais, il serait apprécié que ce forum est l'anglais. Vous êtes également invités à poster sur notre forum international à http://forums.adobe.com/community/international_forums.
    I am not finding anything specific on that error message.  Which Adobe application are you trying to access the help for?  Are you using a software firewall or some type of managed network?  Also if you can please respond in English it would be appreciated as this is an English forum.  You are also welcome to post in our International forum at http://forums.adobe.com/community/international_forums.

  • Erreur 16822 téléchargement mise a jour Adobe Help

    j'essaie de télécharger la mise à jour d'Adobbe Help et j'ai un message d'erreur n°16822
    merci de votre aide.
    i try to down load Adobe Help, but i've an error message N° 16822
    Thank's for your help
    Message was edited by: georges&dominique

    Je ne suis pas à trouver quelque chose de précis sur ce message d'erreur. Quelle application Adobe vous essayez d'accéder à l'aide d'? Utilisez-vous un pare-feu logiciel ou un certain type de réseau géré? Aussi, si vous pouvez s'il vous plaît répondre en anglais, il serait apprécié que ce forum est l'anglais. Vous êtes également invités à poster sur notre forum international à http://forums.adobe.com/community/international_forums.
    I am not finding anything specific on that error message.  Which Adobe application are you trying to access the help for?  Are you using a software firewall or some type of managed network?  Also if you can please respond in English it would be appreciated as this is an English forum.  You are also welcome to post in our International forum at http://forums.adobe.com/community/international_forums.

  • Temporary Error Update Order

    Hi friends,
    We comment on the case, I have a cartridge and a view created for use. It invokes the method of creating orders of OSM through a client for a moment the log showed me the following:
    Now when I use the Update method indicates that the id of the order did not succeed and that the view is invalidated.
    Then without changing everything works fine
    OSM am using 6.3.1.247 I am aware that the patch came out 31 but not yet applied it.
    Someone can tell me why this happened.
    [IdMensaje=16822] - [Send Message]-[OSM]: Could not update order in the message OSM ,IdOrdenOSM not found
    SERVER: Server_01 [ERROR] [06-01-2010 10:30:37.750] (EnvWSCustomImpl.java:1078) - [IdMensaje=16822] - Resultado : Invalid View
    Thanks

    Could you post what you are doing in EnvWSCustomImpl.java?

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

  • Windows Vista: Ipod Error Message, no longer read by PCs

    Hello,
    I have a 5th generation black ipod video with 30GB of memory.
    The other day I hooked it up to my laptop (Toshiba, 4 months old) that it's been functioning on with no problems whatsoever. This weird error message flashed twice about it not being able to sync because of some software problem.
    Eversince then, the only thing I can charge my ipod on is the family treadmill in the basement (~_~) as no other computer in the house recognizes it. I can't even charge it through the wall sockets, either.
    I have changed the ipod cord, still no luck. I've also reset the device about 3 or 4 times and uninstalled, restarted the laptop then reinstalled itunes. I would like to reset it back to factory settings but that's impossible as computers/laptops don't pick it up. I live very far from a Mac store...
    What's a girl to do? I can't live without my Busta Rhymes and Wu-Tang Clan!
    Any advice would be greatly appreciated! Thanks!

    you have to update Vista go to this site and up-date http://windowsupdate.microsoft.com

Maybe you are looking for

  • Help, please -  I need a box to pop-up when user hovers over a field with their mouse??

    I created a form with several drop-down fields / questions.  I would  like to create a box that pops up when the person who is filling out the  form hovers over the question/ field with his or her mouse.  The box  would contain additional information

  • How to get the universe a get data back in a Record structure

    I am new to BI and im trying to figure a way to create replace our existing OWB datamart structure with Business Objects. I current work on a BI solution and we need to be able to query a universe in BI and get a result set back that we can then in t

  • Open single page e-mailed pdf in another app.

    I like to e-mail .pdfs to myself for opening in other apps, such as FileApp where I keep relevant documents for reference, or GoodNotes, where I may do a mark up on them.  This works fine for multi-page pdfs, but where I e-mail a single page pdf, it

  • GR and GI slip for MB1A?

    To All Can I configure more than one document type (WA, WE, WH, etc) per T-Code? OMBA displays current document type but I cannot configure a GR and GI slip for T-Code MB1A We need a GI slip output for mvt type 201 and 221 and a GR slipoutput for mvt

  • Creating dynamic Text in Flex with different attributes

    I am creating a Text field in Flex that looks like this: <mx:HBox id="lastInfo" styleName="InfoBar" width="100%" visible="false">             <mx:Text text="Your last question was:" styleName="underlined"/>             <mx:Text id="lastQuestion"  sty