Use the Finder to navigate to /Library/Application Support/Adobe/caps/.
Issue
When you try to install Adobe apps, such as Photoshop or Illustrator, you get error 105 and the installation fails.
This issue occurs when you do not have read/write permissions on hdpim.db file or the hdpim.db file is corrupt.
Solution 1: Give permissions to caps folder and hdpim.db
macOS
Windows
Solution 2: Repair hdpim.db
Follow the steps below to resolve this issue:
-
Download and install SQLite database browser.
-
Launch the SQLite browser as Admin (Win) or using sudo (Mac).
-
Select Open Database and browse for hdpim.db file. The file is located at:
Windows: C:\Program Files (x86)\Common Files\Adobe\caps\
macOS: /Library/Application Support/Adobe/caps/Open hdpim.db file Open hdpim.db file -
In the Execute SQL tab, run the following SQL command:
PRAGMA integrity_check
-
If this command reports an error, run the following command:
sqlite3 hdpim.db ".dump" | sqlite3 new_hdpim.db
-
Rename the original DB file to orig_hdpim.db.
-
Rename new_hdpim.db created in step 4 to hdpim.db.
-
Install the Adobe app.
Solution 3: Rename hdpim.db
-
Navigate to the following location:
Windows: C:\Program Files (x86)\Common Files\Adobe\caps\
macOS: /Library/Application Support/Adobe/caps/ -
Rename hdpim.db to old_hdpim.db.
-
Install the Adobe app.