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!

Why EcoStruxure IT Advisor windows desktop client use IPv6

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
  • Why EcoStruxure IT Advisor windows desktop client use IPv6
Options
  • Subscribe to RSS Feed
  • 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
109
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
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
MateFekete
Ensign MateFekete
Ensign

Posted: ‎2020-12-15 08:34 AM

0 Likes
2
1777
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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-12-15 08:34 AM

Why EcoStruxure IT Advisor windows desktop client use IPv6

On premise IT Advisor version: 9.1.2

 

After some changes on our network infrastructure I noticed that desktop client was not able to connect to the server and drops the following error:

client_error.png

Even though the server responded to IPv4 ping request (and webUI worked as well) the issue was the same. I figured out that our network change was VPN related to block IPv6 communication and after I added the following line into "EcoStruxure IT Advisor.ini" it solved the problem:

 

-Djava.net.preferIPv4Stack=true
 
1. Please explain me why desktop client wants to communicate via IPv6 too and what above line does exactly.
 
2. Is there any documentation which describe the line items in the ini file?
 
Thank you.
Labels
  • Labels:
  • IT Advisor
  • Tags:
  • english
Reply

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
MateFekete
Ensign MateFekete
Ensign

Posted: ‎2020-12-21 02:42 PM

In response to Jef
0 Likes
0
1733
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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-12-21 02:42 PM

Thank you Jef. Understand your point but I have a different opinion as a customer.

 

If you (Schneider Electric) delivers your application with integrated 3rd party GNU licensed free software like Java JRE then that is an organic part of IT Advisor or Expert client application.

Or should I turn with my problem to the open community which support that free software? 🙂

 

Anyhow, my problem solved just wanted to highlight and take a note if another Schneider customer will face with the same problem.

See Answer In Context

  • Tags:
  • english
Reply

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

Replies 2
Jef
Admiral Jef Admiral
Admiral

Posted: ‎2020-12-16 01:48 AM

0 Likes
1
1759
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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-12-16 01:48 AM

Hi Mate,

 

Sounds great that you have resolved the issue and shared with us - I have consulted our team and the response was that this not designed/hardcoded in the product (DCO/ITA). What we are doing in desktop client is simple: "send HTTP request to that URL". No special coding forcing IPv6. Java (the programming language in which desktop is written in) is handling network stuff. And Java might forward this to the operating system even. 

That option -Djava.net.preferIPv4Stack=true is for Java and has nothing to do with the code we wrote. It would work the same for other applications written in Java.

 

Official Oracle documentation for this option seems to be here:
https://docs.oracle.com/javase/8/docs/api/java/net/doc-files/net-properties.html

I think ITA doesn't care about format of the IP addresses, because we are not storing them anywhere.

And finally answer to the last question, no we do not have documentation describing the content of the system files (including the ini file). Modifying the system files, by unexperienced users, may even break the functionality of the system.

 

Kind regards,

Jef

 

  • Tags:
  • english
Reply

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

MateFekete
Ensign MateFekete
Ensign

Posted: ‎2020-12-21 02:42 PM

In response to Jef
0 Likes
0
1734
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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-12-21 02:42 PM

Thank you Jef. Understand your point but I have a different opinion as a customer.

 

If you (Schneider Electric) delivers your application with integrated 3rd party GNU licensed free software like Java JRE then that is an organic part of IT Advisor or Expert client application.

Or should I turn with my problem to the open community which support that free software? 🙂

 

Anyhow, my problem solved just wanted to highlight and take a note if another Schneider customer will face with the same problem.

  • Tags:
  • english
Reply

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

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
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