Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

2 different Device Activation Limit Messages

New Here ,
Sep 08, 2020 Sep 08, 2020

We are seeing 2 different Device Activation Limit messages using the same version of Acrobat DC on different computers.  Our team is responsible for packaging and deploying products to computers world-wide and we are using federated logins for a single sign-on experience.  

 

What we are experincing in our tests is some of our test users get the older Activation Limit message as seen here:  https://helpx.adobe.com/creative-cloud/kb/activation-limit-reached-creative-cloud.html

And on a different computer, the same user sees the newer activation limit message where you can log out of the device and continue.  https://helpx.adobe.com/download-install/using/device-activation-limit.html

 

Does anyone know what is driving that message format?  The second message is what we are expecting so seeing the legacy message is troubling when attempting to standardize a global roll-out.

 

Thoughts?

4.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 10, 2020 Sep 10, 2020

Hello,

 

Firstly, please could you confirm the kind of package you are using to install - is it a legacy-style Acrobat package with a subdirectly in the ZIP file that's called "Adobe Acrobat", or a package generated from https://adminconsole.adobe.com/ containing Acrobat? In the latter case, the package should be installed via the setup.exe in the "Build" directly, not the one within the Acrobat subdirectory, to ensure the licensing information and the various shared components (Visual C++ Redis

...
Translate
Community Expert ,
Sep 08, 2020 Sep 08, 2020
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 10, 2020 Sep 10, 2020

Hello,

 

Firstly, please could you confirm the kind of package you are using to install - is it a legacy-style Acrobat package with a subdirectly in the ZIP file that's called "Adobe Acrobat", or a package generated from https://adminconsole.adobe.com/ containing Acrobat? In the latter case, the package should be installed via the setup.exe in the "Build" directly, not the one within the Acrobat subdirectory, to ensure the licensing information and the various shared components (Visual C++ Redistributables etc.) are installed as well as Acrobat. You can still use MST Transforms files with this method.

Secondly, it might be the case that you have the old AMT licensing service enabled on some of these systems; you can check this as follows:

Old licensing mechanism:

Windows registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\<version>\Activation]
"IsAMTEnforced"=dword:00000001

mac OS:

MAC:
/Library/Preferences/com.adobe.Acrobat.Pro.plist

<dict>
<key>FeatureLockDown</key>
<dict>
<key>IsAMTEnforced</key>
<true/>
</dict>


The alternative (and default) is to enable NGL by either deleting the aforementioned settings, or setting the following options to enable the new licensing mechanism - these should not be necessary, but you can set them to ensure this is enabled:

Windows:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\<version>\Activation]
Create a new 32-bit DWORD: "IsNGLEnforced"=dword:00000001

MAC:
/Library/Preferences/com.adobe.Acrobat.Pro.plist


<dict>
<key>IsNGLEnforced</key>
<true/>
</dict>

 

 

Sincerely,

Dominic

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 02, 2022 May 02, 2022

Hey @___Dom___ Is there any concern with having both IsAMEnforced and IsNGLEnforced enabled, set to 1?

If so, what happens when both are enabled?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 02, 2022 May 02, 2022
LATEST

I wouldn't recommend it, and I'm not sure it's something we would test for. I suggest enabling one or the other, ideally use NGL unless you have a serial number.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines