How to Increase Timeout for Web Application Gadgets, Dashboards, and other Web Related Services
Issue:
When working with larger dashboards and others web related items it may take some time for the sources to load. It may become necessary to increase the timeout so that the sources can have the time to load.
Product Line:
Power Monitoring Expert (PME) 2021
Power Monitoring Expert (PME) 2022
Power Monitoring Expert (PME) 2023
Power Monitoring Expert (PME) 2024
Environment:
Power Monitoring Expert (PME)
PME Databases
Resolution:
Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.
The setting for increasing this timeout can be found in the Application Modules database. There are two ways to edit this default value:
- Manually go to the table and adjust the value:
- Open SQL Server Management Studio and sign into the PME database
- Expand on the databases and look for the Application Modules database
- Expand on the database and go to the Views folder
- Right click on Configuration.ConfigurationSettings and press "Edit Top 200 Rows"
- Match the columns with these parameters
- ItemType = Web Application
- Item = Dashboard Settings
- Key = DashboardWebServiceTimeoutMs
- Manually edit the value in the Value column by double clicking on it (default is 120000)
- Run this query and change the [timeout period in ms] into the value in milliseconds (without the brackets)
update [ApplicationModules].[Configuration].[ConfigurationSettings]
set value = [timeout period in ms]
where ItemType like 'Web Application' and Item like 'Dashboard Settings';
Released for: Schneider Electric USA
Need help?
Product Selector
Quickly and easily find the right products and accessories for your applications.
Get a Quote
Start your sales inquiry online and an expert will connect with you.
Where to buy?
Easily find the nearest Schneider Electric distributor in your location.
Help Center
Find support resources for all your needs, in one place.