LPG57

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Server is unavailable #2897
    LPG57
    Participant

    There 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)

    in reply to: Server is unavailable #2880
    LPG57
    Participant

    Hello,

    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.

    in reply to: Server is unavailable #2858
    LPG57
    Participant

    Mikhail

    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: lxw0v20243tol44phkjh34ul

    ScadaServerSvc.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: passed

    in reply to: Server is unavailable #2857
    LPG57
    Participant

    I 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?

    in reply to: Server is unavailable #2856
    LPG57
    Participant

    Following 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.

    in reply to: Server is unavailable #2845
    LPG57
    Participant

    and 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

    in reply to: Server is unavailable #2844
    LPG57
    Participant

    Hello 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>

Viewing 7 posts - 16 through 22 (of 22 total)