Forum Replies Created
-
AuthorPosts
-
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?
MikhailModeratorYou right. The Users table contains the password hash, while XML files contains encrypted passwords. Hash cannot be decrypted. Encrypted password can be decrypted. You can encrypt password with Administrator user interface.
MikhailModeratorIf you run the HelloWorld project and use the default configuration of ScadaTestClient, can you successfully communicate between the client and the server?
MikhailModeratorHi,
Check ModRapidGate_XXX.txt if there are skipped records in Historical Data section.
MikhailModeratorYou can try setting SecretKey to an empty string. If ScadaTestClient allowed that (I don’t remember), it would simplify the protocol packets.
-
AuthorPosts