Error 106: Why Adobe Installer Can’t Find the Product Metadata

Adobe Error 106 occurs when the Creative Cloud installer cannot locate, read, or validate the product metadata files required to build an application’s file structure. During installation or updates, the installer relies on XML manifests and database files to map installation directories and component dependencies. When these metadata files are missing, corrupted, or blocked by restricted folder permissions, the installation halts immediately because the system cannot verify what files to extract or where to place them.

Fast-Fix: The 45-Second Solution

To resolve Error 106, navigate to C:\Program Files (x86)\Common Files\Adobe\caps on Windows or /Library/Application Support/Adobe/caps on macOS. Rename caps.db and MediaDB.db to caps.db.old and MediaDB.db.old. Restart the Creative Cloud desktop app and retry the installation. This forces Adobe to generate clean product metadata databases automatically.

Quick Status Snapshot

  • Severity Tier: High (Blocks application installation and update workflows entirely)
  • Project Risk: Inability to deploy required software updates, delayed project timelines, and potential installer loop failures
  • Root Cause: Missing, truncated, or unreadable XML metadata files (Driver.xml or manifest packages) within the temporary staging directory or the local Adobe CAPS database
  • Rare Cause: Disk write errors caused by bad blocks on the primary system drive or aggressive real-time antivirus file locking during metadata extraction

Low-Friction vs. High-Friction Scenarios

  • Low-Friction Scenario: The metadata failure is isolated to a corrupted local database file in the caps folder or a temporary download drop. Renaming the database files and relaunching the installer rebuilds the metadata cache and resolves the error in minutes.
  • High-Friction Scenario: Administrative permissions are locked out on system-level Adobe directories, or system updates corrupted the installation bootstrap engine. Resolving this requires using the Adobe Cleaner Tool to strip orphaned metadata remnants, resetting folder ownership, and reinstalling the Creative Cloud desktop app from scratch.

Service-Level Mechanism

When you trigger an application installation, the Adobe Setup Bootstrap engine downloads compressed package archives into a temporary staging folder. Before extracting binaries, the installer queries the Product Metadata engine, reading Driver.xml and updating caps.db (Creative Cloud Application Positioning System). This metadata acts as the construction blueprint, listing every DLL, library, asset, and target directory path needed for the program to function.

If the installer encounters a missing XML tag, a broken file hash, or a locked database file, it cannot read the blueprint. Rather than writing incomplete files to your drive, the installer triggers Error 106 and shuts down the operation to prevent partial installations. If your installation issue involves missing manifest files instead of general metadata, see Error 101: Manifest File Missing – Manual Reconstruction Steps.

Escalation Variables

Several environment factors increase the likelihood of recurring Error 106 failures:

  • Interrupted System Updates: OS updates or forced reboots during active Creative Cloud installations corrupting database locks.
  • Aggressive Antivirus Monitoring: Third-party security suites locking .xml and .db files during temporary extraction.
  • Storage Path Redirection: Running installer temp directories across network mounts or external drives rather than the primary system volume.

Diagnostic Contrast (Differential Diagnosis)

It is important to differentiate Error 106 from other common installation codes:

  • Error 106 vs. Error 121: Error 106 means metadata blueprints cannot be found or read. Error 121 indicates that the downloaded package files failed a checksum validation after extraction, see Error 121: Installer File Integrity Check Failed.
  • Error 106 vs. Error 182: Error 106 points to application metadata issues. Error 182 indicates that the core installer bootstrap engine itself is damaged [INTERNAL LINK: S01C01.20 – Error 182: How to Repair the Adobe Installer Bootstrap].
  • Checking Installation Logs: Open PDApp.log located in %temp% on Windows or ~/Library/Logs/ on macOS. Search for Error Code: 106. If the surrounding lines mention Failed to parse Driver.xml or CAPS database lock error, your issue is confirmed as a metadata failure.

What To Do Right Now

  1. End Adobe Background Tasks: Open Task Manager (Windows) or Activity Monitor (macOS) and close all instances of Adobe Installer, Creative Cloud Desktop, and CCXProcess.
  2. Clear Staging Cache: Delete the contents of %LocalAppData%\Adobe\AAMUpdater\1.0 (Windows) or ~/Library/Caches/Adobe/AAMUpdater/1.0 (macOS).
  3. Relaunch as Administrator: Right-click the Creative Cloud Desktop App shortcut and select Run as Administrator (Windows) or verify admin privileges (macOS).

Hard-Stop Failure Signals

Stop basic file troubleshooting and perform a complete service cleanup if you encounter these red flags:

  • Persistent Database Locks: Renaming caps.db returns “File in Use” even when all Adobe applications and background tasks are closed.
  • System Service Startup Crashes: The Adobe Desktop Service terminates immediately upon launching, see Error 130: Why the Adobe Desktop Service Won’t Start.
  • Access Denied Errors on System Directories: Terminal or Command Prompt returns permission failures when modifying /Common Files/Adobe/ directories.

The Professional Recovery Sequence

Step 1: Rebuild the Local CAPS Database

  1. Close all Creative Cloud applications.
  2. Navigate to the system caps directory:
    • Windows: C:\Program Files (x86)\Common Files\Adobe\caps
    • macOS: /Library/Application Support/Adobe/caps
  3. Locate caps.db and MediaDB.db.
  4. Rename them to caps.db.old and MediaDB.db.old.
  5. Relaunch the Creative Cloud desktop app to allow the background service to generate fresh database files.

Step 2: Purge OOBE and Local AppData Caches

  1. Open the local application data directory.
  2. Delete the contents of the OOBE cache folder to remove stale session metadata. For step-by-step instructions on resetting this folder safely, see Error 136: Internal Error – Manual Cleanup of OOBE Folders.
  3. For deep local cache purging on Windows or Mac, follow Cleaning Hidden Appdata/Local/Adobe Folders for a Fresh Start.

Step 3: Reset Folder Ownership Permissions

On Windows:

  1. Right-click C:\Program Files (x86)\Common Files\Adobe and select Properties.
  2. Go to the Security tab and click Advanced.
  3. Ensure Administrators and SYSTEM have Full Control.
  4. Check Replace all child object permission entries with inheritable permission entries from this object and click Apply.

On macOS:

  1. Open Terminal and run:Bash sudo chmod -R 777 /Library/Application\ Support/Adobe/caps
  2. Enter your system password to apply read/write permissions across all metadata directories.

Step 4: Run the Adobe Cleaner Tool

If metadata corruption persists across re-installs, download the official Adobe Creative Cloud Cleaner Tool. Use it to remove existing installation records for the specific failing product before retrying the download. For a step-by-step cleanup walkthrough, consult Manual Uninstallation: How to Use the Adobe Cleaner Tool.

Required Resource Allocation

  • Permissions: Administrative privileges on the host operating system.
  • Storage Space: Minimum 5 GB of free space on the primary system volume (C: drive or macOS boot volume) for uncompressed metadata and temporary staging files.
  • Network Connectivity: Stable broadband connection to download clean product metadata packages directly from Adobe servers.

Final Render

Clearing corrupted database caches and granting write permissions to Adobe’s shared metadata folders allows the installer to read product blueprints accurately and complete your installation without interruption.