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!

DCE trend log data received via SOAP call appears old

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
  • DCE trend log data received via SOAP call appears old
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
65
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
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

0 Likes
4
822
  • 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 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

DCE trend log data received via SOAP call appears old

Hi Team,

Asking on behalf of jared reed.

DCE is running v7.4.1.5.
They tried to upgrade to 7.4.3 but are experiencing issues during upgrade (separaete post on this here: )

 

Jared asked me the following question could you please assist:

__________
I have a tricky problem to do with trend data received from DCE following a query.

See below we run the trend request, however the data returned is from June…. Is there something were missing here?

We would expect the returned data to be most recent, I have check times on devices and server they are correct.

“

Request:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:isx="http://www.apc.com/stdws/xsd/ISXCentralSensors-v2">
   


   
      
         B8D8670_nbAlinkEnc_0_1_TEMP
      

   


Response:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   http://www.apc.com/stdws/xsd/ISXCentralSensors-v2">
      
         
            http://www.apc.com/stdws/xsd/ISXCentral/2009/10">
               2017-06-26T14:18:52.225+08:00
               ° C
               24.1
               FLOAT
            

            http://www.apc.com/stdws/xsd/ISXCentral/2009/10">
               2017-06-26T14:19:54.940+08:00
               ° C
               24.0
               FLOAT

“

 

(CID:124523221)

Labels
  • Labels:
  • Data Center Expert
Reply

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

Contact Support
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

0 Likes
2
822
  • 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 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

Hey Luke, just on the SOAP part,

-Hi all, do correct me if i misunderstood this particular getHistoriclaSensorData request.

I'd recommend you to indicate the startDate and endDate, if you want historical data on specific date, as the number of data returned is <1000, see the max data points description.

 

To get historical data until the last available data, indicate 'null' as endDate, but ensure you have start date, and estimate so the total data points returned is less than 1000.

 

For example if the sensor is polled every 5 minutes, in a day you'll have 24 x 60 / 5 or 288 entries.

(plus additional entries when the device has alarm, and DCE polled it)

Netbotz will have more, as some of them have entries every minute, so that's 1,440 data points daily.

 

Some alternatives, depending on what user wants to achieve use:

getAverageSensorData

Returns an ISXCSensorData object that represents the average value of recorded data for a sensor with the specified ID. 

 

getSensorData

Returns an ISXCSensorData object that represents the current value data for the sensor with the specified ID.

 

See explanation below on getHistoricalSensorData

https://dcimsupport.apc.com/display/UADCE725/Sensor+Service+Methods#SensorServiceMethods-getHistoric...

As comparison,below is a similar response:

(CID:124523233)

See Answer In Context

Reply

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

Contact Support
Replies 4
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

0 Likes
2
823
  • 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 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

Hey Luke, just on the SOAP part,

-Hi all, do correct me if i misunderstood this particular getHistoriclaSensorData request.

I'd recommend you to indicate the startDate and endDate, if you want historical data on specific date, as the number of data returned is <1000, see the max data points description.

 

To get historical data until the last available data, indicate 'null' as endDate, but ensure you have start date, and estimate so the total data points returned is less than 1000.

 

For example if the sensor is polled every 5 minutes, in a day you'll have 24 x 60 / 5 or 288 entries.

(plus additional entries when the device has alarm, and DCE polled it)

Netbotz will have more, as some of them have entries every minute, so that's 1,440 data points daily.

 

Some alternatives, depending on what user wants to achieve use:

getAverageSensorData

Returns an ISXCSensorData object that represents the average value of recorded data for a sensor with the specified ID. 

 

getSensorData

Returns an ISXCSensorData object that represents the current value data for the sensor with the specified ID.

 

See explanation below on getHistoricalSensorData

https://dcimsupport.apc.com/display/UADCE725/Sensor+Service+Methods#SensorServiceMethods-getHistoric...

As comparison,below is a similar response:

(CID:124523233)

Reply

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

Contact Support
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

In response to DCIM_Support
0 Likes
0
822
  • 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 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

Thanks Chris,

I will get Jared to review ans he can come back to you with additional questions.

(CID:124523269)

Reply

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

Contact Support
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

In response to DCIM_Support
0 Likes
0
822
  • 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 10:37 PM . Last Modified: ‎2024-04-05 05:08 AM

Chris, Lukaz,

This is great, we have simply limited our start time parameter to 24hr prior to origin(current time).

This is providing the last 1000 records from the last 24hrs.

ANSWERED thank you  

(CID:124524165)

Reply

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

Contact Support
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 10:37 PM . Last Modified: ‎2023-10-22 01:28 AM

0 Likes
0
822
  • 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 10:37 PM . Last Modified: ‎2023-10-22 01:28 AM

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

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

Contact Support
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