Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 10, 2021 03:18 AM
📖 Home Back
Please read the information below prior to upgrading to SCADA Expert ClearSCADA 2013 R1 for important information on changes in this version.
Please refer to the Schema Comparison Output for details about new changes to tables and fields in SCADA Expert ClearSCADA 2013 R1. The table lists out the differences between SCADA Expert ClearSCADA 2013 R1 and ClearSCADA 2010 R3.1.
Please be aware of all the issues covered in the section "Upgrading from ClearSCADA 2010 R3.x" in addition to the following.
Please be aware of all the issues covered in the section "Upgrading from ClearSCADA 2010 R2.x" in addition to the following.
As a result of this, users upgrading from versions older than ClearSCADA 2010 R2, will see two options available for the driver selection when configuring the ODBC DSN. The old driver name has been left in to ensure backwards compatibility.
To work around this
Due to limitations on the errors that can be returned to the Standby, the dialog will not display a list of the missing classes. This dialog has been added to prevent the problems that could occur as a result of running the system with this unsupported configuration.
You will need to make the following changes after the upgrade
HKEY_CURRENT_USER\Software\Serck Controls\SCX6
to
HKEY_CURRENT_USER\Software\Schneider Electric\ClearSCADA
Please be aware of all the issues covered in the sections "Upgrading from ClearSCADA 2010 R1.x" and "Upgrading from ClearSCADA 2010 R2.x" in addition to the following.
Please be aware of all the issues covered in the sections "Upgrading from ClearSCADA 2009 R2.x", "Upgrading from ClearSCADA 2010 R1.x" and "Upgrading from ClearSCADA 2010 R2.x" in addition to the following.
Please be aware of all the issues covered in the sections "Upgrading from ClearSCADA 2009 R1.x", "Upgrading from ClearSCADA 2009 R2.x", "Upgrading from ClearSCADA 2010 R1.x" and "Upgrading from ClearSCADA 2010 R2.x" in addition to the following.
Editing the names of database fields this way creates some entries in the "Metadata" key at the following location "HKEY_LOCAL_MACHINE\SOFTWARE\Serck Controls\SCX6\Metadata" in the Registry. The entries will look like one of the following depending on the field that has been renamed.
Before upgrading databases containing these renamed fields, these entries must be removed from the Metadata registry key. Otherwise, after the upgrade when the server is started, the Server Icon will go purple with "Invalid Metadata" error. By removing these registry values, the rename functionality will be disabled while maintaining the data associated with these points.
ClearSCADA 2007 and earlier
Sub main()Dim objserver As ScxV6ServerDim obj As ScxV6ObjectDim sPort0DLRetries as StringSet objserver = New ScxV6Serverobjserver.Connect "MAIN", "", ""Set obj = objserver.FindObject("E-Series OS")'read the properties directlysPort0DLRetries = obj.Property("Port0DLRetries")End Sub
ClearSCADA 2009
Sub main()Dim objserver As ScxV6ServerDim obj As ScxV6ObjectDim aggOSType As ScxV6AggregateDim sPort0DLRetries as StringSet objserver = New ScxV6Serverobjserver.Connect "MAIN", "", ""Set obj = objserver.FindObject("E-Series OS")'Note that you need to find the board type aggregate before reading propertiesSet aggOSType = obj.Aggregate("BoardType")sPort0DLRetries = aggOSType.Property("Port0DLRetries")End Sub
Please be aware of all issues covered in the sections above.
Please also be aware of the Known Issues and Release Notes for each release since the version of ClearSCADA that is being upgraded.
Go: Home Back
Link copied. Please paste this link to share this article on your social media post.
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.