Forum Replies Created
-
AuthorPosts
-
LPG57
ParticipantThere was already a certificate for port 443 for this web site, so when creating another one, I couldn’t log on remotely anymore. (Running SBS 2011)
LPG57
ParticipantHello,
If I’m connect using http://servername7scada from another computer within the domain, it works OK. But if I’m from the same computer use the external https://domainname/scada, it doesn’t work.
LPG57
ParticipantMikhail
The issue with the rights table is solve, but now I have a new problem:
When connecting with the web station, it works OK while doing it directly on the server itself, but when doing it from a PC outside the domain, I can login, but the tables are not updated with data and the message “Error updating current data” appear. After 10 secs, I’m thrown out.
Login performed 10:21 was on localhost and succeeded, login performed 10:23 was from a remote PC and failed.
ScadaWeb.log
2017-11-27 10:21:54 <SERVER7><DefaultAppPool><ACT> Request SCADA-Server state
2017-11-27 10:21:54 <SERVER7><DefaultAppPool><ACT> Disconnect from SCADA-Server
2017-11-27 10:21:54 <SERVER7><DefaultAppPool><ACT> Connect to SCADA-Server “localhost”
2017-11-27 10:21:54 <SERVER7><DefaultAppPool><ACT> User information has been added. IP address: ::1. Session: b3knixrzaedaicjuaoku3wml
2017-11-27 10:21:57 <SERVER7><DefaultAppPool><ACT> Login: admin (Administrator). IP address: ::1
2017-11-27 10:21:57 <SERVER7><DefaultAppPool><ACT> User information has been updated. IP address: ::1. Session: b3knixrzaedaicjuaoku3wml
2017-11-27 10:22:27 <SERVER7><DefaultAppPool><ACT> Logout: admin. IP address: ::1
2017-11-27 10:23:22 <SERVER7><DefaultAppPool><ACT> Request SCADA-Server state
2017-11-27 10:23:22 <SERVER7><DefaultAppPool><ACT> Login: admin (Administrator). IP address: 199.64.75.186
2017-11-27 10:23:22 <SERVER7><DefaultAppPool><ACT> User information has been updated. IP address: 199.64.75.186. Session: lxw0v20243tol44phkjh34ulScadaServerSvc.log
2017-11-27 10:21:54 <SERVER7><SYSTEM><ACT> Connect to client 127.0.0.1
2017-11-27 10:21:54 <SERVER7><SYSTEM><ACT> The user ScadaWeb is successfully authenticated
2017-11-27 10:21:57 <SERVER7><SYSTEM><ACT> Check user admin name and password. Result: passed
2017-11-27 10:23:22 <SERVER7><SYSTEM><ACT> Check user admin name and password. Result: passedLPG57
ParticipantI solved the issue above, found out that there were differences in the Interface table between the old and new version.
Now I only wonders how the “Rights” table “Interface Objects” field is populated? In the drop down list, there is only the demo objects, not the tables I built?
LPG57
ParticipantFollowing the instructions above solved the login problem – thanks’
However, when logged in the following message appear:
“The requested view does not exist or you have insufficient rights to access it.”I can open the tables in the table editor.
LPG57
Participantand here is the CommSettings.xml
<?xml version=”1.0″ encoding=”utf-8″ ?>
– <CommSettings>
<Param name=”ServerHost” value=”localhost” descr=”SCADA-Server host or IP address” />
<Param name=”ServerPort” value=”10000″ descr=”SCADA-Server TCP port number” />
<Param name=”ServerUser” value=”ScadaWeb” descr=”User name for the connection” />
<Param name=”ServerPwd” value=”12345″ descr=”User password for the connection” />
<Param name=”ServerTimeout” value=”10000″ descr=”Response timeout, ms” />
</CommSettings>I tried also with user “ScadaWeb”, but the result was the same
LPG57
ParticipantHello Mikhail,
The CPU load of ScadaServerSvc.exe is currently 0
and here is the WebSettings.xml:<?xml version=”1.0″ encoding=”utf-8″ ?>
– <WebSettings>
<Param name=”SrezRefrFreq” value=”5″ descr=”Values refresh frequency, sec” />
<Param name=”EventRefrFreq” value=”5″ descr=”Events refresh frequency, sec” />
<Param name=”EventCnt” value=”50″ descr=”Display events count” />
<Param name=”EventFltr” value=”true” descr=”Set ‘View’ events filter by default” />
<Param name=”DiagBreak” value=”90″ descr=”Distance between points on the diagramm to make a break, sec” />
<Param name=”CmdEnabled” value=”true” descr=”Enable commands” />
<Param name=”SimpleCmd” value=”false” descr=”Simple commands sending” />
<Param name=”RemEnabled” value=”false” descr=”Enable to remember logged on user” />
</WebSettings> -
AuthorPosts