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

Acrobat Pro DC 15.006 will not read smart card

New Here ,
Aug 24, 2018 Aug 24, 2018

Hello family!

I am having a major issue with our Adobe Acrobat Pro DC! We are unable to sign any documents with our smart card. It does not recognize that there is a smart card plugged in at all. I have tried the trusted certificates, i have attempted to remove security (it's greyed out due to policy). We just got on windows 1709 win10 image and are struggling to get this resolved.

Here is the error:

The Windows Cryptographic Service Provider reported an error:

A device attached to the system is not functioning.

Error Code:31

We have tried several smart card readers, tried changing the certs. Nothing is working. I did notice that the certificate I normally use has a yellow exlamation mark but even when selecting a good certificate and go to sign the document it does not see any cards in the reader.

Thoughts?

1.3K
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
New Here ,
Aug 24, 2018 Aug 24, 2018

Also, it is only happening on Virtual Machines not Physicals

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
New Here ,
Sep 21, 2018 Sep 21, 2018
LATEST

We were having a similar issue on our VDIs with Win 10 v1709, issue turned out to be Windows Defender Exploit Protection security setting. The settings applied are as follows:

<AppConfig Executable="Acrobat.exe">

    <DEP Enable="true" EmulateAtlThunks="false" />

    <ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />

    <Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />

  </AppConfig>

  <AppConfig Executable="AcroRd32.exe">

    <DEP Enable="true" EmulateAtlThunks="false" />

    <ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />

    <Payload EnableExportAddressFilter="true" EnableExportAddressFilterPlus="true" EnableImportAddressFilter="true" EnableRopStackPivot="true" EnableRopCallerCheck="true" EnableRopSimExec="true" />

  </AppConfig>

If you do not apply the setting or apply the following Windows Defender Exploit Protection settings then uninstall/re-install the Adobe application issue is resolved:

<AppConfig Executable="Acrobat.exe">

    <DEP Enable="true" EmulateAtlThunks="false" />

  </AppConfig>

<AppConfig Executable="AcroRd32.exe">

    <DEP Enable="true" EmulateAtlThunks="false" />

  </AppConfig>

​

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