Hoe kunnen wij u vandaag helpen?

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.

Image_001

Schneider Electric Belgium

Ontdek meer
Categorie:
Ontdek meer
Categorie:

Hulp nodig?

Hulp nodig?

Selecteer zelf het juiste product

Selecteer zelf het juiste product

Vind snel en eenvoudig de juiste producten en toebehoren voor uw toepassingen.

Offerte aanvragen

Offerte aanvragen

Dien uw aanvraag online in en een expert zal contact met u opnemen.

Verkooppunten

Verkooppunten

Vind eenvoudig de dichtstbijzijnde distributeur van Schneider Electric op uw locatie.

Help Center

Help Center

Vind de antwoorden die u nodig heeft via bladeren door veelgestelde vragen over onderwerpen.

  • Productdocumentatie
  • Software & firmware
  • Productselector
  • Productvervanging
  • Help- en Contact Center
  • Vind onze kantoren
  • Offerte aanvragen?
  • Verkooppunten
  • Schneider Electric Community
  • Werken bij
  • Bedrijfsprofiel
  • Wangedrag melden
  • Toegankelijkheid
  • Newsroom
  • Investeerders
  • EcoStruxure
  • Vacature zoeken
  • Blog
  • Als eerste op de hoogte nieuws?
  • Privacybeleid
  • Cookieverklaring
  • Gebruiksvoorwaarden
  • Algemene verkoop- en inkoopvoorwaarden
  • Change your cookie settings