Forum Home › Forums › Runtime Bugs › config fie upload
- This topic has 10 replies, 2 voices, and was last updated 2 years, 1 month ago by
Mikhail.
-
AuthorPosts
-
January 17, 2023 at 1:28 am #11973
Zeus
ParticipantHi,
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 2 years, 2 months ago by
Mikhail.
January 17, 2023 at 11:59 am #11976Mikhail
ModeratorHello,
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 #11981Zeus
ParticipantHi,
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 #11983Mikhail
ModeratorHi,
If you delete the existing configuration files, is possible to upload new configuration?January 19, 2023 at 10:19 am #11991Zeus
ParticipantHi,
I tried it and it do not work. there won’t be new file. The directory is emptyJanuary 19, 2023 at 1:54 pm #11993Mikhail
ModeratorHi,
Weird. What is written in Agent settings and log?January 21, 2023 at 12:55 pm #11998Zeus
ParticipantHi,
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 #11999Zeus
ParticipantHi,
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 #12002Mikhail
ModeratorHi,
Open Config/ScadaInstanceConfig.xml for editing. Set ActiveStorage to PostgreSqlStorage, and restart Rapid SCADA services.January 23, 2023 at 12:17 pm #12003Zeus
ParticipantHi,
It works excellentJanuary 24, 2023 at 12:48 pm #12007Mikhail
Moderator🙂
-
This topic was modified 2 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.