Open Access: Open Access dashboards are cut off or show an unusable fixed scroll bar

Symptoms

If the full length of the Open Access page is not shown or fixed scroll bars are visible then you may need to increase the following settings as shown below.

On SquaredUp DS v4 this is fixed by increasing some of the Open Access wait times, as described in this article. If you are using SquaredUp DS v5 see Troubleshooting Open Access (v5).

Increasing some of the Open Access wait times

  1. On the SquaredUp server, run Notepad as administrator (StartRun, type notepad, and then right-click and select Run as administrator).

    With Notepad in administrator mode, open the openaccess.json file from the following path in the SquaredUp DS folder:

    ...\User\Configuration\openaccess.json

    The default location for the SquaredUp folder is C:\inetpub\wwwroot\SquaredUp

    For v5 it is C:\inetpub\wwwroot\SquaredUpv5 and for v4 C:\inetpub\wwwroot\SquaredUpv4.

    A custom location may have been chosen during the installation.

    Name of the SquaredUp folder

    The default name of the SquaredUp folder is SquaredUp for v6 and above.

    For v5 it is SquaredUpv5, and for v4 SquaredUpv4.

  2. If openaccess.json is blank or only contains {} then add the following:
    {
        "oa-ajax-complete-wait": 5000,
        "oa-width-resize-wait": 1000,
        "oa-height-resize-wait": 1000
    }
  3. If openaccess.json already contains settings, then you will need to add a comma at the end of the previous line to look something like this:
    {
        "oa-loopback-base-url": "https://hostname",
        "oa-ajax-complete-wait": 5000,
        "oa-width-resize-wait": 1000,
        "oa-height-resize-wait": 1000
    }
  4. Save the file.
  5. In IIS recycle the SquaredUp DS application pool for the settings to take effect.
  6. You may need to adjust the time in milliseconds. If not specified, the default for oa-ajax-complete-wait is 1000 ms, and for oa-width-resize-wait and oa-height-resize-wait it is 300 ms.

For more help see Troubleshooting Open Access (v5)

Was this article helpful?


Have more questions or facing an issue?