You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
Issue
When I use clicks on the "Settings" link on the Power Monitoring Expert main page a new error window pops up with link to GeneralSettingsDialog.html not found
Product
Power Monitoring Expert (PME) 8.1
Environment
Main web site is using non default address like /PQweb instead of the default /web
Resolution
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).*
1) Navigate to [PME install]\Applications\ApplicationFramework\content
2) Backup the file GeneralSettingsDialog.js
3) Edit the original file with a text editor
Replace the line TemplateUtil.LocAndLoad('/Web/Content/GeneralSettingsDialog.html', with the correct with the setup URL
For example
TemplateUtil.LocAndLoad('/PQWeb/Content/GeneralSettingsDialog.html',
4) Close all web clients an restart IIS
5) Verify that the link now open the settings page.
When I use clicks on the "Settings" link on the Power Monitoring Expert main page a new error window pops up with link to GeneralSettingsDialog.html not found
Product
Power Monitoring Expert (PME) 8.1
Environment
Main web site is using non default address like /PQweb instead of the default /web
Resolution
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).*
1) Navigate to [PME install]\Applications\ApplicationFramework\content
2) Backup the file GeneralSettingsDialog.js
3) Edit the original file with a text editor
Replace the line TemplateUtil.LocAndLoad('/Web/Content/GeneralSettingsDialog.html', with the correct with the setup URL
For example
TemplateUtil.LocAndLoad('/PQWeb/Content/GeneralSettingsDialog.html',
4) Close all web clients an restart IIS
5) Verify that the link now open the settings page.