Search for Command Prompt in the Windows search box.
Learn how to fix error 205 when trying to launch a Creative Cloud app.
Received error 205 while downloading or installing a Creative Cloud app? Learn how to fix error 205.
The Adobe Creative Cloud 2022 and later apps store user and license information in the Windows Credential Manager and macOS Keychain.
Sometimes Adobe apps are unable to store your profile and licensing information in secure storage (Credential Manager in Windows and Keychain in macOS), and when you try to open an Adobe app, you might get the error code 205.
Depending on your operating system, try the following solutions.
Work through the following solutions sequentially, proceeding to the next solution if necessary:
Solution 1
Sign out and sign in back to the Adobe app.
Solution 2
Solution 3
Ensure that you're using the latest version of the Creative Cloud desktop app (5.9 or later).
Work through the following solutions sequentially, proceeding to the next solution if necessary:
Solution 1
Sign out and sign in back to the Adobe app.
Solution 2
Alternatively, you can run the following command in the command prompt to delete your Keychain credentials:
security dump-keychain | grep -i "Adobe App Info \|Adobe App Prefetched Info" | grep -i svce | awk -F "=" '{print $2}' | cut -d '"' -f2 | while read -r line; do security delete-generic-password -s "$line" > /dev/null ; done
Solution 3
Ensure that you have the appropriate privileges for Keychain Access. (You should be able to create a Secure Note in the login Keychain.)
Solution 4
You need to lock and unlock Keychain. Learn how to lock and unlock Keychain.
Solution 5
Ensure that there're no restricted or enforced policies on your account that might be blocking Keychain Access.
Solution 6
If you've changed your user (or keychain) password recently, try restarting the system. To learn more about keychain password changes on Mac, see update your keychain password on Mac.