Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
		
How can we help you today?
PME2020/ Energy Expert 3.0 How to enable the Multi-Use Token Functionality
Section 1 – Product /System/Environment information
EcoStruxure™ Energy Expert 3.0 Solution Guide
Energy Expert 3.0
Power Monitoring Expert 2020

_____________________________________________________________________________________
Section 2 – Issue
There is a mistake in the documentation EcoStruxure™ Energy Expert 3.0 Solution Guide on page 183. ( It has been observed that row is duplicated  instead of updated)

The SQL script does not enable the multi-use token
EXEC
ApplicationModules.Configuration.WriteConfigurationValue 'Web Framework','Server','MultiUseTokenEnabled',NULL,'true', 'GlobalSetting'
_____________________________________________________________________________________
Section 3 – Steps to Reproduce the Issue /Investigation/
How to check if Multi-Use Token is enabled
  • The functionality is by default disabled
  • Must be set “True” in the ApplicationModules database, Configuration table (System stored procedures

SELECT TOP (1000) [ItemType]
,[Item]
,[Key]
,[Value]
,[UserId]
,[Description]
FROM [ApplicationModules].[Configuration].[ConfigurationSettings]
where ItemType = 'Web Framework'
and Item = 'Server'
and [Key] = 'MultiUseTokenEnabled'


_____________________________________________________________________________________
Section 4 – Root Cause
  • Incorrect documentation
_____________________________________________________________________________________
Section 5 – Solution
How to enable the Multi-Use Token Functionality

UPDATE
[ApplicationModules].[Configuration].[ConfigurationSettings]
set Value = 'true' , [UserId] = 'GlobalSetting'
where ItemType = 'Web Framework' and Item = 'Server' and [Key] = 'MultiUseTokenEnabled'


After the authentication is enabled, use a web browser to navigate to:
https://<YourServerName>/Web/MUT.



Schneider Electric Hong Kong

Explore more
Category:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Category:

Need help?

  • Product Selector

    Quickly and easily find the right products and accessories for your applications.

  • Get a Quote

    Start your sales enquiry online and an expert will connect with you.

  • Where to buy?

    Easily find the nearest Schneider Electric distributor in your location.

  • Help Centre

    Find support resources for all your needs, in one place.

  • Products Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact centre
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Newsroom
  • Investors
  • EcoStruxure
  • Job Search
  • Blog
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings