This [ServiceCommandFailed]
error in ScadaAdmin has become really annoying,
As setting grows, ~1/3 of my operations begin to yield error like this in ScadaAgent log, but if you check the operation, the service has restarted fine, everything is OK. Maybe it’s just he shell script returns a couple milliseconds later than expected.
2023-07-28 11:27:10 [wsta][appstack][ERR] Process did not complete in 9000 ms. File 9000
Answer to my own question, Need to increase Timeout
in AgentConnection
in DeploymentProfile
from 10×1000 ms to 20s or above.