- 0 fatal error(s), 3 error(s)     ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 -----------  ERROR: Key not valid for use in specified state.    ERROR: Install MSI payload failed with error: 1603 - Fatal error durin

I keep getting this error code when trying to download         
- 0 fatal error(s), 3 error(s) ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 ----------- ERROR: Key not valid for use in specified state. ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Key not valid for use in specified state. ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

Generally this error happens because of an encrypted folder or insufficient permissions on that folder: http://support.microsoft.com/kb/834484 (MS Explanation)
Adobe has a page here: Error 1603: A fatal error occurred during installation

Similar Messages

  • ERROR: Key not valid for use in specified state

    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Key not valid for use in specified state.

    This is an old document but it does list several solutions that may be applicable: Error 1603: A fatal error occurred during installation

  • Install error- key not valid for use in specified state

    after downloading and starting installation I keep getting the error "key not valid for use in specified state"
    I am using an administrator account and have selected to run the install application as an administrator.
    What is causing this?

    Generally this error happens because of an encrypted folder or insufficient permissions on that folder: http://support.microsoft.com/kb/834484 (MS Explanation)
    Adobe has a page here: Error 1603: A fatal error occurred during installation

  • ERROR: "key not valid for use in specified state" when updating to Lightroom 5.6 in Win8.1

    While doing a routine update from Lightroom 5.5 to v5.6 in Win 8.1, the installation halted at the start of the installation with the vague error message, "key not valid for use in specified state".  Although v5.5 was working just fine, the install routine deleted the v5.5 application files.  I rolled back to the previous system restore point (set just prior to the install) and recovered the executable files.  However, now the 5.5 files won't open the default catalog, none of the backups, or even create a new catalog.
    As v5.x was purchased as an update to v4.x, I've tried to reinstall the original Lightroom v4.x app from the factory disk.  I get the same error.
    Suggestions?
    Thanks. Dan

    I have a similar problem to Dan. while doing a routine upgrade from Lightroom 5.5 to 5.6 I got the
    : "key not valid for use in specified state"
    error and now Lightroom has completely disappeared. I've tried to uninstall, but there is nothing to uninstall. Going back to try to install the original 5.4 just results in the same error.
    A problem may have been that I closed Lightroom when the upgrade started to download. It then re-opened again when the install was halfway through., I assumed that was an error and closed it. just after that the error first appeared in the installer.
    I still had an older version of lightroom 4 installed. I've uninstalled it, and that didn't make any difference.
    I've also tried removing anything in the registry left over from the old installs and that didn't help either.
    Any suggestions?
    CHeers, Angus

  • When I try to install Adobe Acrobat XI Pro, I get an error message, "Key not valid for use in specified state".  What is this?

    When I try to install Adobe Acrobat XI Pro, I get an error message, "Key not valid for use in specified state".  What is this?

    See if this post by turingtest2 fixes it : key not valid for use in specified state

  • Key not valid for use in specified state error message

    I did the update for my iPhone and also tried to update iTunes. I kept getting an error message of "key not valid for use in specified state" error message. I thought that if I uninstalled iTunes and re-installed it, that it would be fine. I'm still getting the message and now I don't have iTunes. When my phone updated, I couldn't download anything/backup my phone to iTunes. Please help. Thank you in advance.

    For "Key not valid for use in specified state" errors try moving the folder RSA from C:\Users\<User>\AppData\Roaming\Microsoft\Crypto\RSA to say C:\RSA (just in case there should be a need to restore it) then try installing again. This folder appears to act as a cache and should be rebuilt automatically as required.
    For further problems installing iTunes see Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Key not valid for use in specified state - installation error

    I am trying to install Adobe Reader XI on a Windows 7 computer at work and I get this error message:  "key not valid for use in specified state."  What is going on and how do I fix the problem so that i can install Adobe Reader?

    This worked:
    Solution 2: Re-create the Crypto folder.
    Close Acrobat. 
    In Windows Explorer, do one of the following:
    On Windows XP, navigate to C:\Documents and Settings\[your user name]\Application Data\Microsoft.
    On Windows Vista, navigate to C:\Users\[your user name]\AppData\Roaming\Microsoft.
    Note: These paths include hidden folders. To make hidden folders visible, see "Windows Tip - Show hidden files and folders" (TechNote kb402324). 
    Rename the Crypto folder as Crypto Old. 
    Open Acrobat. The Crypto folder will be re-created automatically. 
    Error: "Creation of this signature could not be completed. Platform Exception" when you sign a PDF (Acrobat 8, 9 on Wind…
    Then deleted wse_andromenda files in control panel programs, run regedit

  • Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state

    we have developed packages to do the followings
    Extract data from DB2 Source and put it in MS Sql Server 2008 database (Lets Say DatabaseA).From MS Sql Server 2008 (DatabaseA)
    we will process the data and place it in another database MS Sql Server 2008 (DatabaseB)
    We have created packages in BIDS..We created datasource connection in Datasource folder in BIDS..Which has DB2 Connection and both Ms Sql Server connection (Windows authentication-Let
    say its pointing to the server -ServerA which has DatabaseA and DatabaseB).The datasource connections will be used in packages during development.
    For deployment we have created Package Configuration which will have both DB2 Connection and MS SqlServer connection in the config
    We deployed the packages in different MS SqlServer by changing the connectionstring in the config for DB2 and MS SqlServer...
    While runing the package we are getting the following error message
    Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for
    use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.
    ilikemicrosoft

    Hi Surendiran,
    This is because the package has been created by somebody else and the package is being deployed under sombody else's account. e.g. If you are the creator then the package is encryption set according to your account and the package setup in SQL server is
    under a different user account.
    This happens because the package protection level is set to EncryptSensitiveWithUserKey which encrypts
    sensitive information using creator's account name.
    As a solution:
    Either you have to set up the package in SQL server under your account (which some infrastructures do not allow).
    OR
    Set the package property Protection Level to "DontSaveSensitive" and add a configuration file
    to the package and set the initial values for all the variables and all the connection manager in that configuration file (which might be tedious of-course).
    OR
    The third options (which I like do) is to open the package file and delete the password encryption entries from the package. Do note that this is not supported by designer and every time you make changes to the connection managers these encryption entries come
    back.
    Hope this helps. 
    Please mark the post as answered if it answers your question

  • I get this error when downloading key not valid for use in specified state what do i do

    i get this error when downloading key not valid for use in specified state what do i do

    What is your operating system?  What are you trying to download?

  • I am getting an error message "key not valid for use in specified state"

    I am trying to install adobe photoshop elements 12  I just bought and when it says install I click the button and up pops " key not valid for use in specified state" any body know what to do.

    Hi,
    You can try to mov the contents of "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Crypto\RSA" to another location.
    Try to run the installation again and check if it works.
    Additional information:
    ERROR: "key not valid for use in specified state" when updating to Lightroom 5.6 in Win8.1
    key not valid for use in specified state | Apple Support Communities

  • Issue installing ITunes : error key not valid for use in specified state

    On the latest update for iTunes for Windows the updated couldn't complete as it gave me the following message " key not valid for use in specified state". I then completly uninstalled iTunes and its components in the order advised, rebooted my system, ran the latest ITunes setup and still get the message " key not valid for use in specified state".
    I have checked all the directories to ensure no remnants.
    Any one got an answer to this issue as I no longer have access to ITunes. I have a Laptop running Windows Vista Business
    Thanks,
    Stones of Gold

    It seems we may have a more targeted solution. Based on posts in the thread  key not valid for use in specified state I've just added the following to the user tip.
    For "Key not valid for use in specified state" errors try moving the folder RSA from C:\Users\<User>\AppData\Roaming\Microsoft\Crypto\RSA to say C:\RSA (just in case there should be a need to restore it) then try installing again. This folder appears to act as a cache and should be rebuilt automatically as required.
    tt2

  • Consistent Error Message:  Key not valid for use in specified state

    For several years I have been trying to use iTunes.  Without success, I decided to try to reinstall the program and now I am getting the above error message.

    It seems we may have a more targeted solution. Based on posts in the thread  key not valid for use in specified state I've just added the following to the user tip.
    For "Key not valid for use in specified state" errors try moving the folder RSA from C:\Users\<User>\AppData\Roaming\Microsoft\Crypto\RSA to say C:\RSA (just in case there should be a need to restore it) then try installing again. This folder appears to act as a cache and should be rebuilt automatically as required.
    tt2

  • DontSaveSensitive; Key not valid for use in specified state error

    I initially had my packages set to 'EncryptSensitivewithPassword' and usedthe config files.  My job executes fine.  But I noticed I was getting THE error "......Key not valid for use in specified state.....".  So, I change the protection level
    to 'DontSaveSensitive' , saved packaged ,build and re-imported it.  And I still get the same result.
    What am I doing wrong??   Package is on the same server where it was built.
    I have a package in production that executes without the error.  I made a change to the package (logging) in test and now it also encounters same error as the package referenced above.

    created ssis package logged in as testsrvr\admin;  tests fine.
          protection level - don't save sensitive
          use xml config files
    move to production server logged in as prodsrvr\admin; tests fine in bids.
    exec package via sql agent (runs under domain\prodsrvr account ). Both attempt same package
    job attempt #1
    type  - cmdexec
    run as - SQL Agent Service account
    command - exec using  dtexec.exe /SQL "\DS\DSU002A 586SSN_TO_SQL" /SERVER SQLDRK51 /MAXCONCURRENT " -1 " /CHECKPOINTING OFF  /REPORTING EW
     receive error
    Executed as user: ILSOS\sqldrk51. ... 9.00.4035.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  7:00:00 PM  Error: 2010-08-30 19:00:00.33     Code: 0xC0016016    
    Source:       Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there
    is a cryptographic error. Verify that the correct key is available.  End Error  Error: 2010-08-30 19:00:00.35     Code: 0xC0016016     Source:       Description: Failed to decrypt
    protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. 
    End Error  Error: 2010-08-30 19:00:00.35     Code: 0xC0016016     Source:       Description: Failed to decrypt...  Process Exit Code 0.  The step succeeded.
    Job Attempt #2
    type SSIS
    run as SQL Agent Service account
    package source file system
    package - I:\SSISProjects\DSU002 Viisage Data Transfers\Viisage Data Transfers\DSU002A 586SSN_TO_SQL.dtsx
    no error
    Executed as user: ILSOS\sqldrk51. Microsoft (R) SQL Server Execute Package Utility  Version 9.00.4035.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  12:54:03 PM  DTExec: The package
    execution returned DTSER_SUCCESS (0).  Started:  12:54:03 PM  Finished: 12:54:08 PM  Elapsed:  4.953 seconds.  The package executed successfully.  The step succeeded.

  • While trying to download update 11.4 for i tunes i received an error message "key not valid for use in specified state" what does that mean ? anyone please help ?

    while downloading update version 11.4 an error message appeared "key not valid for use in specified state " help ?

    See if this post by turingtest2 fixes it : key not valid for use in specified state

  • Key not valid for use in specified state - I do I fix this error when installing Adobe Reader

    How can I install reader when I get this error: key not valid for use in specified state

    That error is caused by a Windows Update.  Make sure you have all subsequent updates installed.

Maybe you are looking for

  • Select all and deselect all in table control

    Hi experts,     I want to make the select all and deselect all options in my table control. But i can't able to do that one. Kindly suggest me how to do that one. one more thing, if i select some rows in the table control, and press save it should be

  • HT4847 My iCloud storage is almost full so I save my pictures to my computer and deleted about 500 for my phone and my iCloud hasn't budged. What can I do?

    My iCloud storage is almost full. I saved my pictures to my computer and deleted about 500 from my phone. My iCloud storage didn't move at all, it still says it's almost full. What can I do?

  • Transferring AR Line items

    Hi Guys Let's say we have posted a few AR line items on the wrong account. They were supposed to be on Customer A but now there are on Customer B. Is there a way to clear the line items on Customer B and post them to A ?? I know I can reverse the doc

  • Table transformation

    Hi experts, I stay before one problem. In our production database we have table structures witch are fast for OLTP transaction but our analytics need diffrent structures. We dont need DWH. It's bigger than we need. So i decided to create new schema (

  • Microsoft Outlook will not close!

    I updated the software on my Macbook Pro, and ever since I cannot close my Microsoft Outlook. It asks for my product key, which I enter in correctly, but it says it's invalid. And  can't update my iTunes until I can close Outlook - please help!!