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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

[Imported] CDBHISTORIC table - SELECT, INSERT, UPDATE, etc

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

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
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • [Imported] CDBHISTORIC table - SELECT, INSERT, UPDATE, etc
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
sbeadle
Kirk sbeadle Kirk
307
AndrewScott
Admiral AndrewScott
96
BevanWeiss
Spock BevanWeiss
90
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
36
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:40 PM . Last Modified: ‎2023-05-03 12:27 AM

0 Likes
3
2752
  • 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: ‎2019-11-06 12:40 PM . Last Modified: ‎2023-05-03 12:27 AM

[Imported] CDBHISTORIC table - SELECT, INSERT, UPDATE, etc

>>Message imported from previous forum - Category:ClearSCADA Software<<
User: mhd_alm, originally posted: 2019-03-06 17:51:56 Id:377
Hey all,
I'd like to start a conversation about manipulating CDBHistoric, a native and protected ClearSCADA table, using common SQL server clients. This article shows how to connect MS SQL Server Management Studio via "Linked Servers":

https://www.schneider-electric.ca/en/faqs/FA280096/

Can CDBHistoric table be updated or inserted into with the same method mentioned in this article? If no, what's the alternative, and if yes, what are the limitations or cautions?

Labels
  • Labels:
  • SCADA
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
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:40 PM

0 Likes
2
2751
  • 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: ‎2019-11-06 12:40 PM

>>Responses imported from previous forum


Reply From User: du5tin, posted: 2019-03-06 17:58:18
CDBHISTORIC is a special table. Because ClearSCADA offers a proper audit log on history the data in CDBHISTORIC is not easily edited via normal database tools. Changes must be made through regular points, script, automation api, etc.

I do know you can bulk load csv files with history for points. Or use the Automation API in a C# app to bulk load values from a database. I have some code for this (moving history from one DB to another).

If you're trying to modify a lot of records on the fly with external DB tools I haven't found a good way to do this. But arguably... is the SCADA host historian the best place to do that modification? Shouldn't that be handled in a system downstream so SCADA can be the operational tool and not the data analytics tool?

What are you trying to accomplish? Maybe that will get the ideas flowing a bit better.


Reply From User: mhd_alm, posted: 2019-03-06 18:24:22

[at]du5tin said:
I do know you can bulk load csv files with history for points. Or use the Automation API in a C# app to bulk load values from a database. I have some code for this (moving history from one DB to another).

This sounds like what I'm trying to achieve here... bulk loading historic values from a DB. I'm dealing with this situation: there's a gap in CDBHISTORIC data due to hardware failure, however there is a parallel data logging system of which data can be used to "repair" ClearSCADA history. Or at least this is what I can think of in order to utilize data logger's data without losing convenience of ClearSCADA trending function.

[at]du5tin said:
If you're trying to modify a lot of records on the fly with external DB tools I haven't found a good way to do this. But arguably... is the SCADA host historian the best place to do that modification? Shouldn't that be handled in a system downstream so SCADA can be the operational tool and not the data analytics tool?

I totally agree with you on this point. SCADA historian better be left with the job it's designed for.


Reply From User: mhd_alm, posted: 2019-03-06 23:02:23
For anyone who's interested, here's the CSV loader [at]du5tin mentioned above:

https://www.schneider-electric.co.th/en/faqs/FA331813/

looks like a suitable option for my need.


Reply From User: adamwoodland, posted: 2019-03-13 01:41:52
Regarding the protected status of CDBHistoric (and friends such as CDBEventJournal), a lot of the larger customer contracts for the projects we deliver have specific requirements regarding the protection of this data to stop users, deliberate or accidentally, deleting key information.

Of course if you have admin access to the servers themselves you can do some serious damage, but that is (or should be!) a very limited set of people.

See Answer In Context

Reply

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

Replies 3
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:40 PM

0 Likes
2
2752
  • 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: ‎2019-11-06 12:40 PM

>>Responses imported from previous forum


Reply From User: du5tin, posted: 2019-03-06 17:58:18
CDBHISTORIC is a special table. Because ClearSCADA offers a proper audit log on history the data in CDBHISTORIC is not easily edited via normal database tools. Changes must be made through regular points, script, automation api, etc.

I do know you can bulk load csv files with history for points. Or use the Automation API in a C# app to bulk load values from a database. I have some code for this (moving history from one DB to another).

If you're trying to modify a lot of records on the fly with external DB tools I haven't found a good way to do this. But arguably... is the SCADA host historian the best place to do that modification? Shouldn't that be handled in a system downstream so SCADA can be the operational tool and not the data analytics tool?

What are you trying to accomplish? Maybe that will get the ideas flowing a bit better.


Reply From User: mhd_alm, posted: 2019-03-06 18:24:22

[at]du5tin said:
I do know you can bulk load csv files with history for points. Or use the Automation API in a C# app to bulk load values from a database. I have some code for this (moving history from one DB to another).

This sounds like what I'm trying to achieve here... bulk loading historic values from a DB. I'm dealing with this situation: there's a gap in CDBHISTORIC data due to hardware failure, however there is a parallel data logging system of which data can be used to "repair" ClearSCADA history. Or at least this is what I can think of in order to utilize data logger's data without losing convenience of ClearSCADA trending function.

[at]du5tin said:
If you're trying to modify a lot of records on the fly with external DB tools I haven't found a good way to do this. But arguably... is the SCADA host historian the best place to do that modification? Shouldn't that be handled in a system downstream so SCADA can be the operational tool and not the data analytics tool?

I totally agree with you on this point. SCADA historian better be left with the job it's designed for.


Reply From User: mhd_alm, posted: 2019-03-06 23:02:23
For anyone who's interested, here's the CSV loader [at]du5tin mentioned above:

https://www.schneider-electric.co.th/en/faqs/FA331813/

looks like a suitable option for my need.


Reply From User: adamwoodland, posted: 2019-03-13 01:41:52
Regarding the protected status of CDBHistoric (and friends such as CDBEventJournal), a lot of the larger customer contracts for the projects we deliver have specific requirements regarding the protection of this data to stop users, deliberate or accidentally, deleting key information.

Of course if you have admin access to the servers themselves you can do some serious damage, but that is (or should be!) a very limited set of people.

Reply

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

Anonymous user
Not applicable

Posted: ‎2020-10-01 12:01 AM

In response to sbeadle
0 Likes
1
2339
  • 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-10-01 12:01 AM

Thanks for this. My use case is a bit different; I have CSV files of calculated data on site. I'd like to load the CSV files into the ClearSCADA historian on a regular repeated basis, e.g. every day at 9 pm. Is there a way of automating / scripting this so that doesn't require mouse clicks?

 

Thanks

 

Jason

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA control
  • SCADA data
  • SCADA integration
  • SCADA network
  • SCADA programming
  • SCADA software
  • scada system
  • SCADA tutorial
  • SCADA web application
  • Telemetry and SCADA
Reply

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

BevanWeiss
Spock BevanWeiss
Spock

Posted: ‎2020-10-01 08:20 PM

In response to Anonymous user
0 Likes
0
2311
  • 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-10-01 08:20 PM

@Anonymous user Create a new thread to ask your question in.


Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA control
  • SCADA data
  • SCADA integration
  • SCADA network
  • SCADA programming
  • SCADA software
  • scada system
  • SCADA tutorial
  • SCADA web application
  • Telemetry and SCADA
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