Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • Building Automation Knowledge Base
  • Label: EcoStruxure Building Operation
Options
  • My Knowledge Base Contributions
  • Subscribe
  • Bookmark
  • Invite a Friend
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Labels
Top Labels
  • Alphabetical
  • Andover Continuum 2,209
  • TAC Vista 2,045
  • EcoStruxure Building Operation 1,852
  • TAC IA Series 1,826
  • TAC INET 1,459
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 334
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 150
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • EcoStruxure Building Advisor 12
  • ESMI Fire Detection 11
  • Automated Engineering Tool 5
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
  • Previous
  • 1 of 2
  • Next
Top Contributors
  • Product_Support
    Product_Support
  • DavidFisher
    DavidFisher
  • Cody_Failinger
    Cody_Failinger
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Building Operation
Schneider Electric
EcoStruxure™ Building Operation
4
Thumbnail of SmartX IP Controllers
Schneider Electric
SmartX IP Controllers
1
Thumbnail of EcoStruxure™ Building Advisor
Schneider Electric
EcoStruxure™ Building Advisor
1

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Label: "ecostruxure building operation"

View in: "Building Automation Knowledge Base" | Community

1849 Posts | First Used: 2018-09-06

Building Automation Knowledge Base

Sort by:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 50
    • 51
    • 52
    • …
    • 93
  • Next »
Label: "EcoStruxure Building Operation" Show all articles

Graphics page animation causes StruxureWare Building Operation to close

Issue Certain animations in graphics may cause StruxureWare Building Operation to inadvertently close. Crash Report A problem occurred in this application Exception message: NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object where modifications are not allowed. Environment StruxureWare Building Operation 1.0 Cause Creating a graphic animation page without specifying the visibility will cause the graphic to close the StruxureWare Building Operation program.  Resolution In the image below, showing the Graphics Editor in SmartStruxure, this is a simple graphic page with one Ellipse which alternates between hidden and visible depending on the state of a single digital value being True or False. The red arrow shows that we are viewing the Source code for the graphics page. The blue arrow is pointing out the Appearance and the Visibility being selected. The green line in the source code shows the text which is inserted upon selecting the visibility the blue arrow refers to. The key is, failure to select the visibility, which inputs the Visibility="Visible" causes StruxureWare to close without notice and produces the Crash Report shown in the Issue. Download this Graphics Test Folder, which includes the Graphic, and the Digital Value for import to your Graphics Folder Note: Close or Crash does not occur in StruxureWare releases greater than 1.0.0.173
View full article
Picard Product_Support
‎2018-09-10 12:34 AM

Labels:
  • EcoStruxure Building Operation
1591 Views

Using an STR-350/351 as a Menta I/O Module: Menta Macro

Issue When using the STR-350/351 as an I/O module in Menta (Options > Device Specification > IO Expansion and Wall Module Table) some programming consideration must be made to keep the occupancy and setpoint in sync between the stat and the program. Both STRIN and STROUT Menta simple blocks should be used for the most robust synchronization. Environment STR-350/351 as an I/O Module Menta Cause The STR-350 takes roughly 30 seconds to recover from a power failure. The Xenta is much faster than that resulting in reading an invalid setpoint from the STR-350 on a power cycle. By storing the last known setpoint in a DELR block with the "backup" option set, the setpoint will be restored (provided the power has not been off longer than 3 days, in which case it would default back to the initial value of the backed up value). Resolution Click the pictures of the Menta macro below to download the source file. Occupancy To control occupancy from the programmable controller time schedule, the occupancy must be sent to the STR-350. In order to allow for local override commands from the stat, the occupancy must be read in from the STR-350. By allowing the programmable controller to control both the schedule and the override, the stat stays in synch with the program. Setpoint The setpoint requires a little bit of extra programming to account for a power failure. The stat will report invalid setpoints for the first 30 seconds, which will cause it to come back in an undesired state. By letting the programmable hold onto the last known setpoint, and write it back to the stat on power up, there is no change in the setpoint after a power loss. Looping the setpoint in/out from the stat keeps everything in synch with the program, including stat adjustments. Note: This code protects against unwanted behavior following a power failure. A download the Xenta base unit will not trigger the Reset block protection and will cause the stat to go outside the bounds of, and then be limited by, either the high or low setpoint limit. Precaution should be taken following a download to manually reset the setpoint to the desired value. Additional logic for controlling the setpoint remotely could be incorporated into this code. If these macros are going to be used with a STR-350/351 set in degrees Celsius; make sure to change all initial values within the setpoint range. If the initial values are outside of the setpoint range, then the setpoint will always default back to the last known value.
View full article
Picard Product_Support
‎2018-09-09 10:06 PM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
1340 Views

Bit switch settings on the MicroNet Mi when connected to a Xenta, VisiSat, or SBO Server

Issue Failing communications when Xenta 555/731, VisiSat, StruxureWare Building Operations automation server/enterprise server connected to MicroNet ARCnet system through an MNMi. Product Line Satchwell MicroNet, TAC Vista, EcoStruxure Building Operation Environment Xenta 555 or Xenta 731 communicating to a MicroNet ARCnet LAN VisiSat communicating to a MicroNet ARCnet LAN StruxureWare Building Operations automation server/enterprise server communicating to a MicroNet ARCnet LAN Cause MicroNet Mi bit switches not set correctly. Resolution Cold Starting a MicroNet Mi Caution: The cold start procedure clears all configuration data from the non-volatile EEPROM of the device and reloads default settings. A cold start is performed using bit switch S1, as shown in the following diagram. To perform a cold start: Energise the device and verify that the RUN LED flashes at about once per second. Unplug any connections to 9 pin plug 3 and 9 pin plug 4. Set all switches to the off position. Place bit switch 8 in ON position and then return to OFF position. You will not see anything change. Place only switch 1 in the ON position. The remaining switches must be in the OFF position. Place bit switch 8 in ON position and then return to OFF position. You should see the RUN, WINK and MODEM LEDs remain lit for about 1.5 seconds, then the RUN LED should flash at about once per second. Switch 1 only must be ON for direct connection to Xenta 555. Note: This is different from the cold-start procedure for a controller, which requires you simply to toggle switch 8. See data sheet DS10217A for more information.
View full article
Picard Product_Support
‎2018-09-07 08:15 AM

Labels:
  • EcoStruxure Building Operation
  • Satchwell MicroNet
  • TAC Vista
2617 Views

Programming SNVT_Switch in Menta

Issue Instructions and programming example for using SNVT_Switch as an input or output in Menta Product Line TAC Vista, EcoStruxure Building Operation Environment Menta Function Block Cause The attached programming example is intended to clarify how to properly use SNVT_Switch in Menta. SNVT_Switch is a structured SNVT with two attributes, or members, State and Value. Programmatically this will be one SNVT in the device template, but it will be programmed as two separate analog points in Menta. These two public blocks will have different names in Menta, but they will share the same SNVT name with the exception of one of the points being the state member, and the other being the value member. It is important to remember that these points must always be programmed as analog points in Menta. AI's for input points, and AO's for output points. The state attribute is intended to be used for a binary on-off signal, but also contain the value -1 for Invalid value. The value attribute is intended to be used as a 0-100% signal. This SNVT is typically used in the market for starting and stopping a VFD drive and sending a speed reference with the same SNVT. The 0,1 value on the state member will start and stop the drive, and the value member will send a 0-100% speed signal. Resolution Please see the attached Menta macro as a guide to using SNVT_Switch in Menta. This example shows you SNVT_Switch as an input and as an output to the Xenta controller. To use this macro please follow these steps: Download the attached macro from above. Unzip the file and extract the SNVT_Switch.MTA from the archive to the local hard drive. Open Menta Right-click in Menta and click Load Macro Browse to the SNVT_Switch.MTA on the local hard drive and open it. It should import into the Menta file that is open.
View full article
Picard Product_Support
‎2018-09-06 02:21 PM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
2732 Views

Modbus basics

Issue Understanding and Troubleshooting Modbus Product Line EcoStruxure Building Operation, TAC IA Series, Other  Environment All Modbus environments. Cause Modicon first introduced Modbus in 1979. Modbus is an open standard,and it is the most widely used in the industrial environment. Modbus is publicly available and,due to its simplicity, many manufacturers use Modbus as a solution for integration in their own products. Many commercial products and systems support the Modbus RTU and Modbus TCP protocols. For further information, visit the Modbus website at http://www.modbus.org. Resolution For a brief understanding on Modbus and how to troubleshoot Modbus, refer to the Modbus Troubleshooting PDF
View full article
Picard Product_Support
‎2018-09-10 05:07 AM

Last Updated: Lt. Commander mroche1 Lt. Commander ‎2021-08-23 02:28 PM

Labels:
  • Andover Continuum
  • EcoStruxure Building Operation
  • Satchwell BAS & Sigma
  • TAC IA Series
  • TAC Vista
7452 Views

Use a demo license when both TAC Vista and EcoStruxure Building Operation are installed on the computer

Issue It is not clear which part of the license system handles the end-user license and which part handles the demo license. Having both TAC Vista and EcoStruxure Building Operation(EBO) installed on the same PC can cause conflicts in the license system. Product Line EcoStruxure Building Operation   Environment Building Operation Enterprise Server   Cause If an EcoStruxure installation is only used for engineering and therefore will only have demo licenses activated, you don't need to install the license server. The service "FLEXnet Licensing Service" is installed by any EcoStruxure software package, and that is the service that will handle the activation of demo licenses. Resolution If you will only use demo licenses on a PC and/or also have TAC Vista installed on the same PC, only install the license administrator and not the license server.   It is also possible to run TAC Vista and EBO using the same License server, please see Lesson Learned SmartStruxure license and TAC Vista license on the same PC
View full article
Picard Product_Support
‎2018-09-11 01:40 PM

Last Updated: Guinan RobertAndriolo Guinan ‎2021-08-19 04:11 PM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
1810 Views

WebReports installer crashes when attempting connection to the Enterprise Server

Issue During the installation of WebReports, the installer crashes when clicking "Continue" in the "Reporting Agent" step. "StruxureWare Building Operation has stopped working" Product Line EcoStruxure Building Operation Environment WebReports Cause There is an issue with the installer when FIPS (Federal Information Processing Standards) algorithms are enforced. Resolution Open the local group policy editor (Start > run > gpedit.msc) Navigate to "Local Computer Policy > Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options" Locate the following item in the list on the right: "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing" Edit the item, and select "Disabled" Install WebReports Example of FIPS being enabled
View full article
Picard Product_Support
‎2018-09-10 01:45 PM

Last Updated: Guinan RobertAndriolo Guinan ‎2021-08-17 12:26 AM

Labels:
  • EcoStruxure Building Operation
1655 Views

WebStation kiosk mode - Automatic logon, Full Screen, TGML Graphics without toolbars

Issue Is it possible when starting Internet Explorer: To log on automatically. To start in Full Screen mode. To show a TGML graphic (without system tree) and without entering a user name and password by a shortcut. Is it possible to hide the 2 toolbars as described below? Product Line EcoStruxure Building Operation Environment Building Operation WebStation Kiosk Mode Cause For some applications such as Kiosk screens, these features are needed Resolution Automatic logon This can be accomplished either by using the "Remember me" checkbox on the logon screen, or by using the guest logon feature. To make WebStation bypass the logon screen, create a user with a username of GUEST and a password of GUEST, give this user limited permissions. For 1.7 and later, the password for the GUEST account when used for WebStation automatic logon, is not compatible with the default password policies. Automatic logon will only happen if the GUEST account password is exactly "GUEST". If policies are not changed the automatic logon will stop working after 90 days. Full Screen mode To make Internet Explorer go directly to full screen mode, you can use the "kiosk mode" switch. Create a shortcut with the command  iexplore.exe -k [insert your URL here] Display TGML Graphic without toolbars Open the graphic you require, using the "Open in a new window" right-click command. Copy the URL and create a shortcut with it. When you open this URL the user is taken directly to the graphic, without toolbars or menus.
View full article
Picard Product_Support
‎2018-09-10 05:31 AM

Labels:
  • EcoStruxure Building Operation
4175 Views

Automation and Enterprise Server User Temporarily Lock Out Time

Issue Maximum logon attempts: - If the maximum number of failed logon attempts is exceeded, the user is temporarily locked out for an undocumented period. Product Line EcoStruxure Building Operation Environment Building Operation Automation Server (AS, AS-P or AS-B) Building Operation Enterprise server Cause Exceeding the maximum logon attempts configured for the domain. Resolution When the user is locked out the first time, the user needs to wait 1 minute before re-trying. Then the wait time is increased by 1 minute, for each new failed attempt, up to a maximum of 10 minutes. Restarting the server will clear the lock-out.
View full article
Gary Schneider Alumni (Retired)
‎2021-08-11 08:18 AM

Last Updated: Sisko DavidChild Sisko ‎2021-08-11 08:19 AM

Labels:
  • EcoStruxure Building Operation
1111 Views

Automation Server software cycle time

Issue How fast does the software run in an AS? Product Line EcoStruxure Building Operation Environment Building Operation Automation Server (AS, AS-P or AS-B) Cause Knowledge about application cycle time is important when designing project solutions. Resolution Both Function Block and Script programs run at a speed defined by the specific time task they are linked to, the available tasks are: Task 1 - 100mS Task 2 - 500mS Task 3 - 1 Second Task 4 - 5 Seconds Task 5 - 10 Seconds Programs that are not cyclic or time based can be run from a main or executive sequencing program. The AS cycle speeds are comparable to other Building control systems, but the power of the AS allows many more programs to be run in parallel at higher speeds. See also the WebHelp topic Application Scheduler for more information.
View full article
Picard Product_Support
‎2018-09-06 12:07 PM

Last Updated: Guinan RobertAndriolo Guinan ‎2021-08-09 11:16 PM

Labels:
  • EcoStruxure Building Operation
1695 Views

TAC Xenta IO module neuron ID's missing after migration to SBO

Issue After migrating a TAC Vista export containing TAC Xenta IO modules to SBO, some or all TAC Xenta IO modules are missing the neuron ID's Environment Migration TAC Xenta IO module Cause During the migration, the TAC Xenta IO modules are matched on their name. If the name in TAC Vista differs from the actual name in the associated Menta file, the match can't be made and the properties on the IO modules can not be set. Example of this scenario In TAC Vista   In TAC Menta Resolution 1. Edit the Menta application through TAC Vista Workstation 2. Rename the IO modules in Menta 3. Save to Vista 4. Device gets dirty and need download - download to get rid of the dirty mark 5. Export database in through TAC Vista Workstation 6. Convert to SBO using the Conversion Tool
View full article
Picard Product_Support
‎2018-09-10 10:23 AM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
1774 Views

Unable to Open Tablet Settings of Advanced Display

Issue Advanced Display in "Sealed" or "ProKiosk" mode stops access to some device functions. Unable to escape Sealed or ProKiosk mode as the password is unknown. Environment Advanced Display V1 Advanced Display V2 Cause Sealed (Android version 5 and earlier) or ProKiosk mode (Android version 6 and later) is a feature of Android that is used by the AD-Link application to lock down functionality of the device, ensuring that only the allowed application runs. The user can't use the device for other purposes (games, etc.) or to change the settings. When the AD-Link Application is running and the connection activated "Sealed" or "ProKiosk" mode is enabled. Resolution Open the AD-Link application and press the Disconnect button The "Sealed or "ProKiosk" mode is disabled and full access to the device is enabled. To re-enable the IP over USB connection in order to access a SmartStruxure server via USB press the Connect button in the AD-Link App. Note that this will also activate "Sealed" or "ProKiosk" mode again
View full article
Picard Product_Support
‎2018-09-10 10:15 AM

Labels:
  • EcoStruxure Building Operation
1960 Views

SBO is not supporting enumerated values.

Issue Binding to Security Expert values through EWS results in "Type does not exist" error when attempting to save a binding. Environment SmartStruxure Security Expert Cause The value being bound was coming through and mistakenly being created by SBO as an enumerated value which is not supported. The value is actually an integer. Resolution A hotfix has been created to resolve this in SBO 1.9.1.6700.   There is also a workaround that works for previous versions of SBO.   If you update (configure) the value type of the EWS ValueItem property Value with the system.pt.Int32 it will work to do bindings.   1. Open the propertydialog of the EWS ValueItem and click the configuration button of the Value property.    2. Check the Type checkbox which already contains the value type system.pt.Int32. 3. Press Ok and save the change in the dialogproperty. 4. Now it's ok to do bindings with this Value.
View full article
Picard Product_Support
‎2018-09-10 12:50 PM

Labels:
  • EcoStruxure Building Operation
  • EcoStruxure Security Expert
1787 Views

Service Not Changeable error

Issue When trying to create a mirrored network variable or manually create a SNVT binding the error "Service Not Changeable" is given.  Environment Building Operation Workstation LonWorks Interface Cause If the "Changeable binding type" property of a network variable that is being bound is No, then there are only specific binding types that can be used.    To check the "Changeable binding type" property, right click on the network variable > click Properties > click on the Extended Settings tab.  Resolution Manually creating network variable bindings Make sure that the correct binding profile is chosen which complies with the device template of the controller.  Creating mirrored network variables If the "Service Not Changeable" error is given when creating a mirrored network variables, it is because the default binding profile does not comply with the network variable properties. To change the default binding profile, see WH#11229.
View full article
Picard Product_Support
‎2018-09-10 12:45 PM

Labels:
  • EcoStruxure Building Operation
1439 Views

Remove Server information shown in WorkStation drop down list

Warning Potential for Data Loss: The steps detailed in the resolution of this article may result in a loss of critical data if not performed properly. Before beginning these steps, make sure all important data is backed up in the event of data loss. If you are unsure or unfamiliar with any complex steps detailed in this article, please contact Product Support Services for assistance. Issue Remove Server information shown in WorkStation drop down list Product Line EcoStruxure Building Operation Environment Building Operation WorkStation Cause Building Operation WorkStation 'caches' user customization's including the server names / IP addresses that it has previously successfully logged on to. Resolution Two tools are available on the Community that can assist in this process. Refer to the details and instructions for both on the Community. SBO Reset WorkStation Login SBO WorkStation Favorites To manually delete the file containing the servers list (among other information), navigate to and delete the file. The location and file name depends on the installed version of WorkStation. Version 1.3 C:\Users\%username%\AppData\Roaming\Schneider Electric\Workstation\TAC.ClientUserProfile.bin Version 1.4 and 1.5 C:\Users\%username%\AppData\Roaming\Schneider Electric StruxureWare\Building Operation\WorkStation\TAC.ClientUserProfile.bin   Versions between 1.6 and 1.9 C:\Users\%username%\AppData\Roaming\Schneider Electric StruxureWare\Building Operation\WorkStation\SBO.ClientUserProfile.bin Version 2.0 and above When hovering over a server in the drop down list, a trash can appears at the right side that allows the server to be deleted from the list: WorkStation 2.0 and above Alternatively the path to the file is: C:\Users\%username%\AppData\Roaming\Schneider Electric EcoStruxureWare\Building Operation\WorkStation\SBO.ClientUserProfile.bin Next time you run WorkStation again, a new user profile file will be created. Note: All IP addresses will be cleared and you will lose settings such as column widths and similar user customization's.
View full article
Picard Product_Support
‎2018-09-11 08:44 AM

Labels:
  • EcoStruxure Building Operation
1589 Views

Modifying a Time Schedule via a Webstation does not function as expected

Issue When modifying the schedule to include extra days when the schedule is on all day, the extra days are not added, or may be added as the wrong day. Environment Webstation Time Schedules All day 1.8.1 Cause This issue is caused by entering the data in the wrong order. Resolution To add multiple "All Day" events to the schedule via the Webstation. Click on the first weekday required. Select the "All day" check box. Select the "On" check box. Select the weekdays required and complete the process by selecting "Ok".
View full article
Picard Product_Support
‎2018-09-11 08:10 AM

Labels:
  • EcoStruxure Building Operation
1356 Views

EcoStruxure Energy Expert (Formerly Power Manager): Integration Utility Error

Issue When trying to launch the Energy Expert Integration Utility (formerly the Power Manger Integration Utility) the following error is given. Product Line EcoStruxure Building Operation Environment Energy Expert Power Manager for SmartStruxure Integration Utility Cause This error message can be the result of different causes. Check the IntegrationUtility.log file found in the same location as the Integration Utility for more information.  Example of Integration Utility Log error: ERROR: Microsoft.Practices.Unity.ResolutionFailedException: Resolution of the dependency failed, type = "IntegrationUtility.Shell", name = "(none)". Exception occurred while: Calling constructor IntegrationUtility.Pme.Services.PmeUserDataStore(). Exception is: ConfigurationProviderException - Could not locate a connection string provider. Resolution NOTE: If you have already downloaded the software, you must first delete the folder you unzipped before doing the process below.  Unblock the Zip file The first thing that MUST be done after downloading the Power Manager software from the Exchange is to unblock the zip file. Right click on the zip file and select Properties. Under the General tab, towards the bottom click Unblock. Click Apply and close the properties window.  You can now unzip the software and use it as normal.  Compatible .Net Framework Versions Different versions of the Power Manager / Energy Expert Integration Utility require certain versions of Microsoft .Net Framework. Note: Having multiple versions of .Net Framework installed may cause issues.    Pease refer to the Energy Expert Compatibility Matrix for further detail.
View full article
Picard Product_Support
‎2020-12-09 06:06 AM

Labels:
  • EcoStruxure Building Operation
2362 Views

EcoStruxure Energy Expert. (Formerly Power Manager) licensing access issue

Issue When attempting to access the dashboard URL via the web browser or in SBO Workstation, the following message is displayed. Product Line EcoStruxure Building Operation, EcoStruxure Energy Expert Environment Power Manager 1.2 and newer Power Manager Expert 8.1 and newer Building Operation Workstation Cause A Power Manager 1.2 or newer system running a permanent license allows the user to a log into the Management Console, manual authentication URL, and through the EWS interface in SmartStruxure Workstation. After upgrading to the latest version of Power Manager this access no longer works. The Ports match in License Manager and FlexNet and this site has previously worked. The cause to this issue is that the URL being used has changed starting in PME 8.1. Resolution This issue is due to a change made in the dashboards URL starting in Power Manager 1.2 / Power Manager Expert 8.1. The URL needs to be changed by replacing "Web" with "Dashboards" in the URL found in the EWS link settings or when logging in directly with a web browser.    Example: http://XXXX/SystemDataService/Auth/LogOnWithMultiuseAuthToken?RedirectUrl=http%3a%2f%2fFS2%2fWeb%2f%3fDisplayEmbedded%3dTrue&multiuseAuthToken=11324... http://XXXX/SystemDataService/Auth/LogOnWithMultiuseAuthToken?RedirectUrl=http%3a%2f%2fFS2%2fDashboards%2f%3fDisplayEmbedded%3dTrue&multiuseAuthToken=11324...   Also in the newer versions of Power Manager, there is a limit regarding what can be accessed in PME when using a Power Manager license. In Power Manager 1.2 and on you can access: /Reporter /Dashboards /Trends /HierarchyManager /RateEditor and use the integration toolkit to get into SBO if necessary. Power Manager is now known as EcoStruxure Energy Expert.
View full article
Picard Product_Support
‎2020-12-09 05:45 AM

Labels:
  • EcoStruxure Building Operation
2268 Views

Management Console Licensing.LicenseManager error

Issue The error below occurs as soon as the Management Console is launched.  Environment Power Manager Power Monitoring Expert (PME) Management Console Cause In order for the Management Console to work properly it needs to see the correct dll files in three separate locations. If the install process of PME was not completed successfully or did not have full administrative rights while installing then some of these files may be missing.  Resolution The issue was that the Licensing.LicenseManager.resources.dll and Licensing.LicenseManager.dll was not present in all of the three following folders:     C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\Web\bin   C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\system\bin   C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\system\ReportDataService\bin Verify that the Licensing.LicenseManager.resources.dll and Licensing.LicenseManager.dll files are present in all three of the locations below. If they are missing in any location, copy and paste the files accordingly.      C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\Web\bin   C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\system\bin   C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\system\ReportDataService\bin     Note: Replace "Program Files (x86)" with "Program Files" if you are working on a 32 bit computer.   
View full article
Picard Product_Support
‎2018-09-10 10:49 AM

Labels:
  • EcoStruxure Building Operation
1690 Views

Data not showing in a single row on the Trend Log Comparison Report

Issue Data not showing in a single row on the Trend Log Comparison Report Creating Custom Reports Environment Report Builder 3.0 Struxureware Building Operation WebReports Cause Trend sample data is stored in the Reports Server at a resolution of less than 1 second. In some cases the user wants to compare data in showing less resolution than what is in stored in the database.  Resolution Open Microsoft Report Builder and Edit the existing Trend Log Comparison Report.  You can get detailed instructions on how to perform this task on the online help guide. Scroll to the bottom and select the DateTimeStamp Field in the Second Tablix object. Click on the drop down menu in the Row Groups pane and select Group Properties On the General Tab, click on the Fx button Change the Expression to say: =FORMAT(Fields!DateTimeStamp.Value, "dd MM yyyy hh:mm") Repeat this for the Sorting Tab. Enter the same Expresssion. =FORMAT(Fields!DateTimeStamp.Value, "dd MM yyyy hh:mm") Click OK to save changes. Right click on the DateTimeStamp TextBox and select Text Box Properties. In the Number tab, change the default format to the desired display format Perform a Save AS to ensure you do not overwrite the factory supplied report.  Follow the instructions on web help to allow the modified report to be used in WebReports.
View full article
Picard Product_Support
‎2018-09-10 01:21 PM

Labels:
  • EcoStruxure Building Operation
1368 Views
  • « Previous
    • 1
    • …
    • 50
    • 51
    • 52
    • …
    • 93
  • Next »
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of