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

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

DCO v8 Web interface - Globaly set the default "Preferred unit system"

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

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
  • EcoStruxure IT
  • EcoStruxure IT forum
  • DCO v8 Web interface - Globaly set the default "Preferred unit system"
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
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
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
62
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to EcoStruxure IT forum
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

0 Likes
7
641
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

DCO v8 Web interface - Globaly set the default "Preferred unit system"

Is there a way to set all current and future users preferred unit system to the servers location default measurement type by default (in my case metric) instead of always using US customary units?

(CID:108234845)

Labels
  • Labels:
  • Data Center Operation
Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Replies 7
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

0 Likes
5
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

Hi Chad Broad

StruxureWare Data Center Operation desktop client uses operation system settings for initial configuration. If your new users will have US version of Windows installed on their computers, they all will see US measurement units on the first run of StruxureWare Data Center Operation desktop client.

You can read more about it here:
Working with multiple languages
(Article title is about languages, but it applies to measurement units too!) 

 

For audit log, we use server settings, which could be changed, as described here:

Reconfiguring locale on the StruxureWare Data Center Operation server

(Try en_AU for language code)

 

And finally, for the StruxureWare Data Center Operation web client you can use API calls for creating new users with specified locale (and measurement units).

 

(CID:108234867)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

In response to DCIM_Support
0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

Thanks, to clarify i am talking about the web interface on DCO v8. So without delving into API's theres no way yet to set metric as the server default?

(CID:108234942)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

In response to DCIM_Support
0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

Hi Chad Broad changing server's default locale does not affect the regional settings of new users created via web client (I tested this). Web client seem to always create new users with language set to English and measurement units set to "US". If you are creating multiple users, you can use this script: #!/bin/sh # NewUser.sh curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ "password": "changeme", "user": { "username": "'"$1"'", "email": "'"$2"'", "preferences": [ { "key": "unitSystem", "value": "metric" } ], "locale": "en", "fullName": "'"$3"'" } }' 'https://user:password@192.168.1.1/api/current/users'; -k

(CID:108235087)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

In response to DCIM_Support
0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

Thanks for the info, im not sure where or how to run that script. Is there anyway to set existing users to metric? I will create a feature request for this to be the case in the future.

(CID:108235170)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

In response to DCIM_Support
0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

Hi Chad Run this on the DCO server command line

(CID:108235175)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

In response to DCIM_Support
0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2024-04-08 11:21 PM

I have created feature request "ISXO-897 DCO Web client - selecting language for new users"

(CID:108235224)

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2023-10-31 10:52 PM

0 Likes
0
642
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 05:24 AM . Last Modified: ‎2023-10-31 10:52 PM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

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