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';
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。