Applies To:
  • CitectSCADA 7.1
  • CitectHMI 7.1

Summary:

When I call ServerRestart() function from a button on a page or from the cicode kernel window, it returns the error 513 "Access denied". The help file documentation on ServerRestart() function stated that it needs certain privilege but no information on what kind of permission needed.

How can I execute the ServerRestart() function properly? 


Solution:

In order to be able to execute ServerRestart() function, you will need to have the following parameter in your Citect.ini file:

[Shutdown]NetworkStart = 1

It is essential to have this so that the ServerRestart() function can be executed. 


Keywords:
 

Attachments