Forum Home › Forums › Runtime Bugs › config fie upload
- This topic has 10 replies, 2 voices, and was last updated 1 year, 8 months ago by Mikhail.
-
AuthorPosts
-
January 17, 2023 at 1:28 am #11973ZeusParticipant
Hi,
I installed v6 in centos7.
When i upload project the xml files could not be written into the floader.
I chomed -R 777 all the floader and it do not work.
I also tried install v6 in ubuntu 20.04 and it works well- This topic was modified 1 year, 9 months ago by Mikhail.
January 17, 2023 at 11:59 am #11976MikhailModeratorHello,
What error do you get? Could you provide a log?
Could you make a screenshot of the file and directory permissions and owner?January 18, 2023 at 3:43 am #11981ZeusParticipantHi,
I did not get any error in log file.
I test it in a new ubuntu 20.04.
It could not override the old config files in the config directory.
the user and group is both root and the permissions is 777January 18, 2023 at 7:25 am #11983MikhailModeratorHi,
If you delete the existing configuration files, is possible to upload new configuration?January 19, 2023 at 10:19 am #11991ZeusParticipantHi,
I tried it and it do not work. there won’t be new file. The directory is emptyJanuary 19, 2023 at 1:54 pm #11993MikhailModeratorHi,
Weird. What is written in Agent settings and log?January 21, 2023 at 12:55 pm #11998ZeusParticipantHi,
There is nothing special in log fie
Config file is below<ScadaAgentConfig>
<ListenerOptions>
<Port>10002</Port>
<Timeout>10000</Timeout>
<SecretKey>0E063D581B1DB27B8E984993DED65CE99284A706756C706C7F3B12C44BD55D4D</SecretKey>
</ListenerOptions>
<ReverseConnection enabled=”false”>
<Name>Reverse Connection</Name>
<Host>localhost</Host>
<Port>10002</Port>
<Username>ScadaAgent</Username>
<Password>B9D0F030265751578B00E9801C69320C</Password>
<Instance>Default</Instance>
<Timeout>10000</Timeout>
<SecretKey>0E063D581B1DB27B8E984993DED65CE99284A706756C706C7F3B12C44BD55D4D</SecretKey>
</ReverseConnection>
<Instances>
<Instance active=”true” name=”Default”>
<ProxyMode>false</ProxyMode>
<Directory>/data/scada/</Directory>
<AdminUser>
<Username>ScadaAdmin</Username>
<Password>B9D0F030265751578B00E9801C69320C</Password>
</AdminUser>
</Instance>
<Instance active=”false” name=”Remote Site”>
<ProxyMode>true</ProxyMode>
<AdminUser>
<Username>ScadaAdmin</Username>
<Password>B9D0F030265751578B00E9801C69320C</Password>
</AdminUser>
<AgentUser>
<Username>ScadaAgent</Username>
<Password>B9D0F030265751578B00E9801C69320C</Password>
</AgentUser>
</Instance>
</Instances>
</ScadaAgentConfig>January 22, 2023 at 2:13 pm #11999ZeusParticipantHi,
I use ExtDepPostgreSql to storage config.
So the config files won’t written into the directory.
The config info in directory and sql are different.
The server and comm start up with the config in file but not sql.
How to config it to make it right?January 23, 2023 at 8:08 am #12002MikhailModeratorHi,
Open Config/ScadaInstanceConfig.xml for editing. Set ActiveStorage to PostgreSqlStorage, and restart Rapid SCADA services.January 23, 2023 at 12:17 pm #12003ZeusParticipantHi,
It works excellentJanuary 24, 2023 at 12:48 pm #12007MikhailModerator🙂
-
AuthorPosts
- You must be logged in to reply to this topic.