KBI 311062 Issue Addressed: Getting Parser Error Message When Running Argent Reports PDF Generator

Version

Argent Reports 3.0A-1407-B

Date

Thursday, 11 Sep 2014

Summary

When Argent Reports “Preview PDF” option is used, a new page launches with the error message:

Parser Error Message: This implementation is not part of the Windows Platform FIPS validation cryptographic algorithms

Automatic PDF Reports will not work either

Technical Background

.NET 2.0 introduced a check for FIPS certified algorithms if the local security policy on a server is configured to require them (Most government agencies have the policy set to true)

This results in algorithms which are not FIPS compliant (or implementations which were not FIPS certified) to throw the above error message (Argent Reports PDF Generator is not FIPS certified)

Resolution

  1. Navigate to X:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG
  2. Open machine.config file using notepad as an Administrator
  3. Add the below block statement
  4. 
    
    
        <runtime> 
    
             <enforceFIPSPolicy enabled="false"/> 
    
        </runtime>
    
    
    
    Under the </configProtectedData> 
    
    
    
    

  5. Save the file
  6. Repeat the same steps for: to X:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\CONFIG (64-Bit systems)
  7. Restart IIS