我們的品牌

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
        
我们今天能为您提供什么帮助?
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:

Hierarchy message from webpage
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

施耐德電機Taiwan

探索更多
系列:
探索更多
系列:
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.