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';
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.