Versions Compared

Key

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

Portal Caching

...

  • Add the following keys to C:\GetSmart\Square9.GlobalAction.exe.config in the <appSettings> section and adjust the value to the number of processes to execute per sweep
    • <add key="MaxWaitLimit" value="15"></add>
    • <add key="MaxReadyLimit" value="15"></add>
  • A restart of the GlobalAction service is required after making changes to the configuration file.
  • Both values refer to number of processing being worked on. Wait limit doesn't refer to time.

...

  • This file is located is a different location because the Global Action has a different engine in 2.2.x and up.
  • C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config



TLS 1.2 enforcement in GlobalAction

There have been continued GlobalAction TLS related updates as versions have progressed. You will need to upgrade to a newest version of GlobalAction.

4.5.2.111 and up.

Notes

  • If enabling TLS 1.2 enforcement please note that SQL Server 2012 and lower do NOT support the disablement of TLS 1.0 or lower. Please upgrade your SQL Server if necessary.

...

  • Add the following line to C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config

  • <add key="FieldTimeout" value="720"></add>

  • The timeout value is in minutes, so 720 minutes = 12 hours

  • The GlobalAction service needs to be restarted for the changes to take effect.

...