Variables write privilege in Networked (Connect to other SCADA) mode.

Dear Experts,

We have two redundant servers with a client running on each machine.

We noticed that we can't write on any variable unless we are signed-in with any user although we have no privilege configured in the project.

While troubleshooting we noticed the same behavior on the example project when we set the networking mode in the setup wizard to Networked and not Stand alone.

Can you please explain this issue and how to overcome it?

Thanks

Parents
  • This is default behavior for clients since v7.10. Up until v2015 SP1 you could disable it via a citect.ini parameter.

    To resolve this you could implement several workarounds:
    - Redirect tag writing operations to a server process
    - Create a dummy user and role with no areas and privileges assigned to it and login to this user on client startup

Reply
  • This is default behavior for clients since v7.10. Up until v2015 SP1 you could disable it via a citect.ini parameter.

    To resolve this you could implement several workarounds:
    - Redirect tag writing operations to a server process
    - Create a dummy user and role with no areas and privileges assigned to it and login to this user on client startup

Children