EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Posted: 2019-12-04 01:32 PM . Last Modified: 2023-05-03 12:20 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-12-04 01:32 PM . Last Modified: 2023-05-03 12:20 AM
Just upgraded to ClearSCADA R3 (Build 80.7224, Oct 2019 Update) and now I get an "server denies access" error.
Logged in as both my user (pretty much admin) as well as super user, same error. I checked code between the new R3 and my old R2 copy and nothing has changed. The code that is erroring:
Server.SetOPCValue "."&OnCall&" CallOut.EmailAddress.", index-1
I've checked all variables:
So is there something I'm missing?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-12-04 01:57 PM
Remove the . from the end of the property, i.e.
"."&OnCall&" CallOut.EmailAddress."
becomes
"."&OnCall&" CallOut.EmailAddress"
The . isn't valid without something after it, and the property is the EmailAddress
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-12-04 01:57 PM
Remove the . from the end of the property, i.e.
"."&OnCall&" CallOut.EmailAddress."
becomes
"."&OnCall&" CallOut.EmailAddress"
The . isn't valid without something after it, and the property is the EmailAddress
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-12-04 03:28 PM
Funny how it worked in R2. I guess they tightened up something in R3?
-- Kristine
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.