Forum Home › Forums › Installation Issues › SCADA-Web Installation › How to uninstall a rapid scada software in Raspberry Pi?
- This topic has 38 replies, 3 voices, and was last updated 3 years, 7 months ago by Mikhail.
-
AuthorPosts
-
April 15, 2021 at 3:47 pm #8764MikhailModerator
You can also edit WebSettings.xml manually in the project using the Administrator app:
<Script name="ChartScript" path="~/plugins/ChartPro/js/chartdialog.js" />
April 16, 2021 at 2:41 pm #8765hethongscada62ParticipantDear Mr.Mikhail,
The WebSettings.xml had been edited manually, but the result is the same.
I decided to uninstall and reinstall Rapid SCADA. After reinstallation all registration keys are working normally except Chart Pro key. Can not save a configuration on the Web. Always appears the notice” Error saving web application settings: Access to the path is denied.”
https://ibb.co/m0PqQM5
Very strange!!!
ThanksApril 17, 2021 at 4:24 am #8767hethongscada62ParticipantDear mr.Mikhail
I can not get the result. So i decided to reinstall, but i have had a problem with re-installation.
Can i ask you a question?. Will the registration keys be valid if i re-install OS on the same Raspberry Pi4?
Thanks a lot
From Han HoangApril 17, 2021 at 1:42 pm #8769hethongscada62ParticipantDear Mr.Mikhail,
The issue with re-installation Rapid SCADA in Raspberry Pi have been resolved. All registration keys are working perfectly except Chart Pro key too, can not process the charts. Can not save the configuration on Web. But the Chart is processing charts normally. This issue of Chart Pro Plugin is the same with the person on Russia Forum Rapid Scada.
Pls let us know why?
Thanks a lot
From Han HoangApril 17, 2021 at 8:07 pm #8770manjey73ParticipantIf installed on the same paths, the keys will be valid
It is not clear why you do not change your rights forcibly. Yes, there is such an error with the rights, but after adding the chmod command to the server startup file, I no longer had any problems with this error.
Why this does not help you is not at all clearApril 18, 2021 at 1:24 am #8773hethongscada62ParticipantDear manjey73,
Thank you for your reply.
The chmod command have been added. You can see a screenshot bellow:
https://ibb.co/QDMkynx
It is wright, ins’t?
Thanks agianApril 18, 2021 at 8:39 am #8774manjey73ParticipantChange the path depending on where you installed Scada. If installed by default, the path should be
/opt/scada/ScadaWeb/Config
April 18, 2021 at 2:28 pm #8775hethongscada62ParticipantDear manjey73,
Thank you for your reply.
The path have been changed. My project Scada installed by default. The path is /opt/scada/ScadaWeb/Config
https://ibb.co/Y8Hxxgv
The result was the same: “Error saving web application settings: Access to the path is denied.”
Why????April 18, 2021 at 6:29 pm #8776manjey73ParticipantVery strange. when the server is restarted, the command is executed from the root user in theory. Perhaps the web user does not have enough rights, but it is already necessary to see what is there with apache2 in the settings. We need to think about it…
April 18, 2021 at 6:48 pm #8777manjey73ParticipantShow access rights to all folders, starting with /opt ?
April 18, 2021 at 8:15 pm #8778manjey73ParticipantProbably the folders above the level do not have the appropriate rights, and it does not even reach the final Config folder. Just doesn’t let it go any higher.
April 19, 2021 at 1:07 am #8779hethongscada62ParticipantDear manjey73,
Show access rights to all folders, starting with /opt ?
You can see a screenshot.
https://ibb.co/KjQnrRK
ThanksApril 19, 2021 at 7:00 am #8782manjey73Participanton the remote server, I gave the entire scada folder to the system user with ID=1000, that is, this is the user that you create in the system, for example, for Raspberry Pi, this is the pi user. I also added this user to the www-data group just in case.
- This reply was modified 3 years, 7 months ago by manjey73.
April 19, 2021 at 7:05 am #8784manjey73ParticipantChange the owner for all folders and files in the folder.
sudo chown -R user:group /path/to/dir/
Where user is the new owner and group is the user group. -R indicates that the rights must be changed recursively.
Example for Raspberry and install in /opt
sudo chown -R pi:pi /opt/scada
April 19, 2021 at 7:25 am #8787MikhailModeratorDear Mr.Mikhail,
The WebSettings.xml had been edited manually, but the result is the same.Hello,
In this case you have no need to save it in the web interface. -
AuthorPosts
- You must be logged in to reply to this topic.