Aller au contenu principal

Printing stopped working, Generates empty Print template with no Map

Commentaires

6 commentaires

  • Stefan Schweigert

    Hi Ahmed,

     

    A few questions to help to debug this:

    1. Are you using SaaS Printing or on-prem?
    2. Is any of the data being used in the site secured? Does the current user have permissions to view the data?

     

    If you are able to provide a testing site to reproduce this issue, that would be helpful.

     

    Thanks, Stefan

    0
  • Ahmed Al Ani

    Hi Stefan,

     

    We are using On-premises for all products esri and Geocortex.

     

    data is internal access only on https, yes the current user has permissions.

     

    the printing software stopped working after the internet access on the servers was stopped. kindly please help for the Internet URL list, which need to be allowed in the firewall.

     

    Thanks,

     

    0
  • Stefan Schweigert

    Hi Ahmed,

     

    Are there any errors in the browser console or that you are seeing while the print is being generated?

     

    You may have already completed this step from our documentation but I just wanted to confirm: 'If you use an on-premises portal with on-premises Printing and your organization has configured the Allow Origins setting in your portal, then you must add your Geocortex Printing server as an allowed origin.'

     

    Thanks, Stefan

    0
  • Ahmed Al Ani

    Hi Stefan,

     

    Thanks for your reply, We have the Geocortex Printing installed on the same server as ArcGIS Portal. There are no errors in the browser console when print is generated, only the print out pdf is empty for map containers only the title is visible with the borders.

     

    But we found printing stopped working immediately after Internet Access on the server was removed as per security policy. therefore to fix this we allowed internet access temporarily and then Printing Started to work again.

     

    Thanks,

    0
  • Permanently deleted user

    Hi Ahmed,

     

    We have recently just resolved a similar issue.

     

    Our issue was due to Geocortex printing 5 requiring to use the ESRI external geometry service to reproject the print extent (if the map site is not in WGS84). Because our server has no internet access, it wouldn't reproject and a blank map would display.

     

    One option to try is to allow communication to the default geometry service it tries to use which is https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer

     

    Another option to try is to configure Printing 5 to use an internal geometry service by adding it to the web.config file under C:\Program Files\Latitude Geographics\Geocortex Printing\Deployment.

     

    In the web.config file, under app settings, add the following line using your geometry service URL.

     

    <add key="app:geometryServiceUrl" value="https://servername/arcgis/rest/services/Utilities/Geometry/GeometryServer/"/>

     

    This is what solved our blank map issue. Hope this helps.

    1
  • Ahmed Al Ani

    Dear RPC GIS Team,

     

    THANK YOU!!! YES!! this is the exact solution, the on-premises installation of Geocortex Printing 5 without internet access requires Geometry service URL access and the entry of Geometry URL (from local ArcGIS server) in web config did the trick.

     

    Thank you for your help and with a detailed solution steps, Highly appreciate!

     

    Kind Regards,

    0

Vous devez vous connecter pour laisser un commentaire.