Where can I donwload WinCC OA old versions?
- yosu
- Posts:22
- Joined: Wed Mar 14, 2012 4:14 pm
Where can I donwload WinCC OA old versions?
I need to convert an old project from WinCC OA 3.11. I am trying to download version 3.11 for Linux but on downloads section, the oldest version I can find, is 3.12. Where can I download WinCC OA older versions?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Where can I donwload WinCC OA old versions?
if you want to convert an old project to a newer version there is no need to install the old version.
You just have to install the new version including the option "old version support". This option can be selected during the setup process.
In the project administration you can register the project and make the upgrade.
Best Regards
Leopold Knipp
Senior Support Specialist
You just have to install the new version including the option "old version support". This option can be selected during the setup process.
In the project administration you can register the project and make the upgrade.
Best Regards
Leopold Knipp
Senior Support Specialist
- yosu
- Posts:22
- Joined: Wed Mar 14, 2012 4:14 pm
Re: Where can I donwload WinCC OA old versions?
Leopold Knipp wrote:
No problem to upgrade another project 3.12. I have installed WinCC OA 3.12 and WinCC OA 3.14
I register project, try to upgrade and error occur:if you want to convert an old project to a newer version there is no need to install the old version.
You just have to install the new version including the option "old version support". This option can be selected during the setup process.
In the project administration you can register the project and make the upgrade.
Best Regards
Leopold Knipp
Senior Support Specialist
Code: Select all
convertDb:WCCILdata (0), 2017.03.22 15:31:05.377: "3.11" does not match with manager version: "3.14" !!
convertDb:WCCILdata (0), 2017.03.22 15:31:05.381, PARAM,FATAL, 54, Unexpected state, main, Data manager does not run on data host- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Where can I donwload WinCC OA old versions?
It looks like you have defined dataHost/eventHost or data/event entries in the config file of the project and the hostnames do not fit the hostname where you have tried to upgrade the project.
Please check the settings in the config file and start the upgrade again using a complete backup of the original project.
If the upgrade process was stopped in between the project database is in an undefined state and therefore you have to use the original project.
Best Regards
Leopold Knipp
Senior Support Specialist
Please check the settings in the config file and start the upgrade again using a complete backup of the original project.
If the upgrade process was stopped in between the project database is in an undefined state and therefore you have to use the original project.
Best Regards
Leopold Knipp
Senior Support Specialist
- yosu
- Posts:22
- Joined: Wed Mar 14, 2012 4:14 pm
Re: Where can I donwload WinCC OA old versions?
Yes! You are right. Config file project has:
Comment it and solved.
Thanks
Code: Select all
data = "10.xxx.xxx.xxx"
event = "10.xxx.xxx.xxx"
Thanks