Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-10-1810:24 AM. Last Modified: 2023-05-0312:01 AM
Geo SCADA v6.81
Hi,
I hope you're well.
What is the underlying Database technology used GeoSCADA v6.81. Is it Schneiders own technology, an open source database or can customer choose their own database technology from their favourite vendor?
I've working with a client to find a way to export the GeoSCADA v6.81 schema/meta-date into a data governance tool.
For what you're trying to do, my guess is you'll want to parse the schema which by default is at https://localhost/schema on the server (it is simple XML but dynamically generated based on what modules you install and what your configuration/metadata is) which will provide you the database structure, and then for the data part you have lots of options depending on what type of data you actually need (configuration, events, historic, etc) and if real-time or batch/reactive.