Configure DAM Support for an Adobe ICC Profile - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Guide
Copyright
2024
First publish date
2007
Last updated
2025-01-07
Published on
2025-01-07T07:44:20.997000

For DAM to be able to use an Adobe ICC profile, the profile must be first be installed and DAM must be configured to support it. Then, if a variant defined in the DAMVariants or DAMVariantSizes repositories specifies a DPI setting of 300, the Adobe ICC profile will be used to generate that variant.

Configuring DAM requires that DAM services and utilities are stopped and that assets must not be placed into the DAMDrop folder or uploaded while the configuration changes are being made. Therefore it is suggested that you configure DAM during non-work hours.

Enable Adobe ICC profile support

To configure DAM to support an Adobe ICC profile:

  1. Stop all DAM processing:
    1. Ensure that no users, workflows, or enterprise processes are placing files in the DAMDrop folder.
    2. Stop DAM services:
      • enable-dam-manager-service
      • enable-dam-variant-processor-service
    3. Stop DAM tasks. Open the task manager and if any of the following tasks are running, stop them:
      • enable-dam-manager-service
      • enable-dam-variant-processor-service
      • DAMReportUtility.exe
      • MonitorDAMDrop.exe
      • RegenerateDAMVariant
  2. Stop EnterWorks Services on All Servers.
  3. On the server hosting enable-dam-variant-processor-service:
    1. If the file:
      <drive>:\Windows\System32\spool\drivers\color\AdobeRGB1998.icc
      does not exist, download it:
      1. Go to https://www.adobe.com/digitalimag/adobergb.html.
      2. Scroll to the bottom of the page and choose Windows.
      3. Select ICC profile download for End Users.
      4. Read the licensing agreement, then select Accept.
      5. The download folder selection window will appear. Download AdobeICCProfilesCS4Win_end-user.zip to:
        <drive>:\EWSoftware
      6. Unzip AdobeICCProfilesCS4Win_end-user.zip.
      7. Copy:
        <drive>:\EWSoftware\AdobeICCProfilesCS4Win_end-user\Adobe ICC Profiles (end-user)\RGB\AdobeRGB1998.icc
        to
        <drive>:\Windows\System32\spool\drivers\color\
    2. Edit:
      <drive>:\Enterworks\Utilities\VariantGenerator\MonitorDAMDrop.exe.config
      1. Uncomment out (or add) the setting:
        <add key="RGBiccpath300dpi" value="C:\Windows\System32\spool\drivers\color\AdobeRGB1998.icc" />
      2. Save and exit the file.
  4. Restart EnterWorks Services

Disable Adobe ICC profile support

To disable Adobe ICC profile support:

  1. Stop all DAM processing:
    1. Ensure that no users, workflows, or enterprise processes are placing files in the DAMDrop folder.
    2. Stop DAM services:
      • enable-dam-manager-service
      • enable-dam-variant-processor-service
    3. Stop DAM tasks. Open the task manager and if any of the following tasks are running, stop them:
      • enable-dam-manager-service
      • enable-dam-variant-processor-service
      • DAMReportUtility.exe
      • MonitorDAMDrop.exe
      • RegenerateDAMVariant
  2. Stop EnterWorks Services on All Servers
  3. In both the repositories:
    • DAMVariants
    • DAMVariantSizes
    make sure none of the records has a DPI attribute value of 300.
  4. On the server hosting enable-dam-variant-processor-service, edit:
    <drive>:\Enterworks\Utilities\VariantGenerator\MonitorDAMDrop.exe.config
    1. Comment out the setting:
      <add key="RGBiccpath300dpi" value="C:\Windows\System32\spool\drivers\color\AdobeRGB1998.icc" />
    2. Save and exit the file.
  5. Restart EnterWorks Services