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?
Solved! Go to Solution.
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
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
Funny how it worked in R2. I guess they tightened up something in R3?
-- Kristine
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!