We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.
To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.
This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.
In PI System Explorer → File → Server Properties, the Mappings tab loads much more slowly than the other tabs when you have a slow connection to the PI servers and the domain controller. In tech support case 00589952, I found that the loading time of the Mappings tab was roughly the same as the total time from running the "net user /domain" command for each mapping. This 1-by-1 approach is not efficient. Note that in my case, I had a mix of local accounts on the PI AF server and AD accounts. Please consider some of the following optimizations:
If possible, for each computer that has at least 1 account that is used in a mapping, resolve all of its SIDs in a single call.
Reuse previous SID resolutions. The same account can appear in multiple mappings and the same AD-connected computer can appear in multiple mappings, where it will appear at least once for each of its local accounts.
Resolve the SIDs in parallel where possible.
Request only the needed information in the SID resolution. That is, do not use a convenient function that returns excessive information and then cherry-pick from the result.