Invalid log webstatino

Forum Home Forums Installation Issues SCADA-Web Installation Invalid log webstatino

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15513
    RapidVZ
    Participant

    Invalid username and password. I enter the same username and password in the database as in the instance, but I get that error in the log…

    Here are the configurations for each one, the secret key is the same

    `<?xml version=”1.0″ encoding=”utf-8″?>
    <ScadaWebConfig>
    <GeneralOptions>
    <DefaultCulture>es-AR</DefaultCulture>
    <DefaultTimeZone>Argentina Standard Time</DefaultTimeZone>
    <DefaultStartPage />
    <EnableCommands>true</EnableCommands>
    <ShareStats>true</ShareStats>
    <MaxLogSize>100</MaxLogSize>
    </GeneralOptions>
    <ConnectionOptions>
    <Name>Default Connection</Name>
    <Host>localhost</Host>
    <Port>5000</Port>
    <Username>ScadaWeb</Username>
    <Password>E2273582547C0D83B36B134C52EF98E8</Password>
    <Timeout>10000</Timeout>
    <SecretKey>………………………….</SecretKey>
    </ConnectionOptions>
    <LoginOptions>
    <RequireCaptcha>false</RequireCaptcha>
    <AllowRememberMe>true</AllowRememberMe>
    <RememberMeExpires>30</RememberMeExpires>
    <AutoLoginUsername />
    <AutoLoginPassword>C8080E774B59B0C6694063BDE2428352</AutoLoginPassword>
    </LoginOptions>

    <?xml version=”1.0″ encoding=”utf-8″?>
    <ScadaServerConfig>
    <GeneralOptions>
    <UnrelIfInactive>300</UnrelIfInactive>
    <MaxCurDataAge>0</MaxCurDataAge>
    <UseArchivalStatus>false</UseArchivalStatus>
    <GenerateAckCmd>false</GenerateAckCmd>
    <DisableFormulas>false</DisableFormulas>
    <EnableFormulasObjNums />
    <StopWait>100</StopWait>
    <MaxLogSize>100</MaxLogSize>
    </GeneralOptions>
    <ListenerOptions>
    <Port>10000</Port>
    <Timeout>10000</Timeout>
    <SecretKey>…………………</SecretKey>
    </ListenerOptions>
    <Modules>
    <Module code=”ModArcBasic” />
    <Module code=”ModArcPostgreSql” />
    </Modules>
    <Archives>
    <Archive active=”true” code=”Cur” name=”Current data” kind=”Current” module=”ModArcBasic”>
    <Option name=”FlushPeriod” value=”30″ />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”UseCopyDir” value=”false” />
    </Archive>
    <Archive active=”true” code=”Min” name=”Minute archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Second” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Minute” />
    </Archive>
    <Archive active=”true” code=”Hour” name=”Hourly archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Minute” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”Day” name=”Daily archive” kind=”Historical” module=”ModArcBasic”>
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Hour” />
    <Option name=”WritingPeriod” value=”24″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”true” code=”Events” name=”Event archive” kind=”Events” module=”ModArcBasic”>
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseCopyDir” value=”false” />
    </Archive>
    <Archive active=”false” code=”CurCopy” name=”Current data copy” kind=”Current” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”FlushPeriod” value=”30″ />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”UseDefaultConn” value=”true” />
    </Archive>
    <Archive active=”false” code=”MinCopy” name=”Minute archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Second” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Minute” />
    </Archive>
    <Archive active=”false” code=”HourCopy” name=”Hourly archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Minute” />
    <Option name=”WritingPeriod” value=”1″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”DayCopy” name=”Daily archive copy” kind=”Historical” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”IsPeriodic” value=”true” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”PullToPeriod” value=”0″ />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    <Option name=”WriteWithPeriod” value=”true” />
    <Option name=”WritingOffset” value=”0″ />
    <Option name=”WritingOffsetUnit” value=”Hour” />
    <Option name=”WritingPeriod” value=”24″ />
    <Option name=”WritingPeriodUnit” value=”Hour” />
    </Archive>
    <Archive active=”false” code=”EventsCopy” name=”Event archive copy” kind=”Events” module=”ModArcPostgreSql”>
    <Option name=”BatchSize” value=”1000″ />
    <Option name=”Connection” value=”” />
    <Option name=”LogEnabled” value=”false” />
    <Option name=”MaxQueueSize” value=”1000″ />
    <Option name=”PartitionSize” value=”OneMonth” />
    <Option name=”ReadOnly” value=”false” />
    <Option name=”Retention” value=”365″ />
    <Option name=”UseDefaultConn” value=”true” />
    </Archive>
    </Archives>
    </ScadaServerConfig>

    #15514
    Mikhail
    Moderator

    Hi,

    The default user name and password are listed in this article. If you change the defaults, please provide screenshots of the new settings and log files.

    #15515
    RapidVZ
    Participant

    thanks…

    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] Server 6.2.0.1 started
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] Storage FileStorage 6.2.0.0 loaded from file C:\Program Files\SCADA\ScadaServer\FileStorage.dll
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] Start logic processing
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] The configuration database has been read successfully
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][INF] Number of active channels for archiving: 6
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][INF] Number of active channels for sending commands: 0
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] Compile the source code of scripts and formulas
    2024-10-14 09:51:24 [VICTORIO][VICTORIO$][ACT] Added the following dependencies:
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\netstandard.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.ComponentModel.Primitives.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.Console.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.Diagnostics.Process.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.Linq.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.Private.CoreLib.dll
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.10\System.Runtime.dll
    C:\Program Files\SCADA\ScadaServer\ScadaCommon.dll
    C:\Program Files\SCADA\ScadaServer\ScadaServerEngine.dll
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] The source code of scripts and formulas has been compiled successfully
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Module ModArcBasic 6.2.0.0 loaded from file C:\Program Files\SCADA\ScadaServer\Mod\ModArcBasic.Logic.dll
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Module ModArcPostgreSql 6.2.0.0 loaded from file C:\Program Files\SCADA\ScadaServer\Mod\ModArcPostgreSql.Logic.dll
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Archive Cur initialized successfully
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Archive Min initialized successfully
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Archive Hour initialized successfully
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Archive Events initialized successfully
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Start listener on port 10000
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][INF] Archive in DAT format: C:\Program Files\SCADA\Archive
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][INF] Archive copy in DAT format: C:\Program Files\SCADA\ArchiveCopy
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Delete outdated data from the Min archive older than 15/10/2023
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Delete outdated data from the Hour archive older than 15/10/2023
    2024-10-14 09:51:26 [VICTORIO][VICTORIO$][ACT] Delete outdated data from the Events archive older than 15/10/2023
    2024-10-14 09:51:29 [VICTORIO][VICTORIO$][ACT] Session with ID 919218508979413905 created
    2024-10-14 09:51:29 [VICTORIO][VICTORIO$][ACT] Client 127.0.0.1 connected
    2024-10-14 09:51:29 [VICTORIO][VICTORIO$][ACT] User ScadaComm is successfully authenticated
    2024-10-14 09:51:31 [VICTORIO][VICTORIO$][ACT] Client 127.0.0.1 disconnected
    2024-10-14 09:51:31 [VICTORIO][VICTORIO$][ACT] Session with ID -780509678390661647 created
    2024-10-14 09:51:31 [VICTORIO][VICTORIO$][ACT] Client 127.0.0.1 connected
    2024-10-14 09:51:31 [VICTORIO][VICTORIO$][ACT] User ScadaComm is successfully authenticated

    web:

    2024-10-14 07:53:19 [VICTORIO][Usuario][ACT] Receive the configuration database
    2024-10-14 07:53:19 [VICTORIO][Usuario][ERR] Error checking server connection:
    Incorrect format of data received from the server: data length is too big

    #15516
    RapidVZ
    Participant

    eliminate please..

    error post

    #15520
    Mikhail
    Moderator

    Please provide screenshots of the new settings.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.