Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Component 2: Printing

Component 3: Jobs

Other Possible Helpful Pieces Of Information:

  • Force SSRS to run over TLS 1.2 if images are not showing up in reports when images are referenced with a web URL.

    • From: tls 1.2 - SSRS using external images through tls 1.2 leaves src(unknown) - Database Administrators Stack Exchange

      • Update the Registry to add the following keys

        Code Block
        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
        "SystemDefaultTlsVersions"=dword:00000001
        
        [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727]
        "SystemDefaultTlsVersions"=dword:00000001 

      • Add the following Entry in the configuration file for Reporting Services : ReportingServicesService.exe.config in the runtime element

        • <AppContextSwitchOverrides value="Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols=false;Switch.System.Net.DontEnableSchUseStrongCrypto=false" />