Hierarchy Manager Fails to Upload Records
Issue
When changing tabs in Hierarchy Manager, the system tries to upload records. However, after a few minutes, it fails and shows the following message:

Loading records...
Failed to load data from the server. Please try again.
Product Line
Power Monitoring Expert 9.0
Environment
Hierarchy Manager
Cause
By default, the hierarchy manager has to upload records within 2 minutes. If it doesn't manage to upload within this time, it will fail.
Resolution
Change the Javascript file for HierarchyManager to increase the timeout. The file is:
...\Power Monitoring Expert\applications\HierarchyManager\Scripts\HierarchyManager\data.nodemodel.js
Find the following code snippet:
$.ajax({
type: "GET",
url: baseUrl,
timeout: 2*60*1000, // 2 minutes. Some hierarchy pages can take a long time to generate.
data: { nodeQuery: JSON.stringify(nodeQuery) },
dataType: "json",
success: onSuccess,
error: onError,
page: page
});
Change the timeout to 4*60*1000. This increases the timeout to 4 minutes.
*Note: This solution does not apply to versions of PME after PME 9.0
When changing tabs in Hierarchy Manager, the system tries to upload records. However, after a few minutes, it fails and shows the following message:
Loading records...
Failed to load data from the server. Please try again.
Product Line
Power Monitoring Expert 9.0
Environment
Hierarchy Manager
Cause
By default, the hierarchy manager has to upload records within 2 minutes. If it doesn't manage to upload within this time, it will fail.
Resolution
Change the Javascript file for HierarchyManager to increase the timeout. The file is:
...\Power Monitoring Expert\applications\HierarchyManager\Scripts\HierarchyManager\data.nodemodel.js
Find the following code snippet:
$.ajax({
type: "GET",
url: baseUrl,
timeout: 2*60*1000, // 2 minutes. Some hierarchy pages can take a long time to generate.
data: { nodeQuery: JSON.stringify(nodeQuery) },
dataType: "json",
success: onSuccess,
error: onError,
page: page
});
Change the timeout to 4*60*1000. This increases the timeout to 4 minutes.
*Note: This solution does not apply to versions of PME after PME 9.0
게시 대상: 슈나이더 일렉트릭 Korea




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