Skip to main content

Analytics Breaks Upload Data Tool

Comments

5 comments

  • Permanently deleted user
    Hi Matthew,

     

    I've let the QA team know. I'll let you know what they uncover.
    0
  • Mike Ketler
    Hi,

     

    The fix for this issue is to increase the HTML5 viewer timeout period. You'll need to edit the index.html page in the directory below.

     

    C:\inetpub\wwwroot\Html5Viewer

     

    Find the line below:

     

    new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize();

     

    Replace with this entry, you can change the values for the timeout calculation to anything you see fit.

     

            new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize({

     

                onSiteInitialized: function(app, loader) {

     

                geocortex.config.io.timeout = 600 * 1000; // 600 seconds.

     

                }

     

            }); 

     

    Thanks,

     

    Mike Ketler
    0
  • Permanently deleted user
    Thanks for the reply Mike. Has this fix been tested? 

     

    The issue still persists. The upload tool still works 1/20 times and when it does work the tool runs in less than a second. It also worked 100% of the time and in less than a second before the Analytics agent installation. 

     

    Should it take up to 6 minutes to upload a 6kb file? 

     

    Additional information from my testing - tested on multiple machines. Uninstalling the agent didn't resolve the issue --> uninstalling Geocortex Core after uninstalling the agent and then running the post config to reinstall GE Core returned GE and the viewer to their original working state. 

     

    From that^ testing I can gather that Analytics Agent installation likely makes a change in Core which causes this issue. It might possibly just be the clustering which it doesn't like. 

     

    Additional testing was done by installing this on different machines which produced the same issue. 

     

    One thing I forgot to note was that I am using ArcGIS Server with Portal for ArcGIS (server and portal are on the same box) for the Analytics login.

     

    I was mainly looking to see if other users experienced the same issue when they installed the agent but no one else has chimed in with "me too". 
    0
  • Lara Rector

    Yes!!  I have this issue. 6 years on... I see there is no follow up answer here so I really hope that first solution works.  

    0
  • Lara Rector

    Ok.  In the latest version I just turned off the Analytics Integration on the HTML viewer and my upload data tool is working again!  At least that has been made easier!  I'll try turning it back on and increasing the timeout later today.  

    0

Please sign in to leave a comment.