Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPlease run
cmdwith the command
dotnet --info
and copy the results here.Seems that System.IO.Compression.dll, which is included in .NET, is not found.
MikhailModeratorGood 🙂
MikhailModeratorHello,
Is it the HelloWorld project or other project?
Did you change a password in the Users table of the project?
MikhailModeratorHi,
How many data points are expected to be returned?
MikhailModeratorHello,
In such cases, 2 factor authentication (named 2FA) is used. For example, a user after entering login and password must enter a code received by email or SMS. But Rapid SCADA has no 2FA support currently. A special plugin should be developed to support 2FA.
MikhailModeratorCan you upload the HelloWorld project successfully?
It is located in the SCADA\ProjectSamples directory.
MikhailModeratorThe error is unusual. Is that possible that an antivirus system deletes the files like upload_config_*.zip, so the Agent service cannot unpack them?
Can you see any uploaded files in ScadaAgent\Temp directory?
MikhailModeratorThank you for the update.
MikhailModeratorIn dat files, UTC should be used everywhere, no local time. How do you check?
MikhailModeratorHi,
You found the secret key in the right place.
The default agent’s password is also scada.
This video may be useful.
MikhailModerator> the “Encrypted Password String Bytes” are different each time
Yes. The protection algorithm encrypts password differently. Otherwise, someone can sniff packets and login.Check the ScadaClient and ClientBase source code.
MikhailModeratorOK
MikhailModeratorCreating which file causes the error?
Please check ScadaAgent.log for the error details.
MikhailModeratorHi,
Thank you for the details.> As for why calculated channels always 0 is due to I enable the formula with 0. I disable the formula and problem solved.
There is also a general server option to disable channel formulas.> Looks like the “converting DAT files to PostgreSql database” is success.
That’s good!
MikhailModeratorIn the protocol, a string is encoded as
Bytes 0…1 – the string length in bytes
Bytes 2…N – the UTF-8 encoded charactersCould you specify what should be updated in the document?
-
AuthorPosts