Project migration to AS6 - Error 8029

Hello,

Migration from AS4.12 to AS6 is nearly com to an end by fixing all errors appeared exept one.
In Logger i get Error 8029 “Inkompatible Modul Version. Remove named module”
But there is no module named in logger and nothing marked in hardware-tree.
It´s hard to find out by try and error because i have many modules to try. Anyone had same problem or any idea how to point the right module?
Edit: No problem while compiling and transfering. But CPU stays in Diagmode.

Hi,

do you have any binary modules inside the project, that aren’t BR binaries? For example user libraries without source code, or uploaded data modules?
I would propose first to check the configuration in config. view, if the’re any binaries that are deployes to the CPU software, check the libraries for user libs that can’t be compiled because of missing source code.
Sometimes it also could help to remove possibly orphaned deployed binaries by deleting in CPU software all deployed libs and binaries, and perform a rebuild all (but please be aware, that after doing so sometimes libraries, especially user libraries, have to be deployed manually again after deletion of the binaries in CPU software).

Hope that helps,
best regards!

Hi Michael,

This does not refer to any hardware module but to software modules. If you are using binary libraries this is the most likely cause. The remedy is to get the source code and rebuild it with Automation Studio 6.

Automation Help: 8029

8029
The module with the specified name could not be loaded because it does not match the operating system version. A module created with Automation Studio 4 or Automation Runtime 4 cannot be loaded under Automation Runtime 6.

Hello,

i checked the hole projekt for any issues and found nothing so far.
No errors of compiler, no issues transfering the project.
But compare software online<>offline shows that transfer hasn´t been done correcty althought AS6 told me.
So i started transfer again by forcing initial transfer without any changes at the project and now the transfer is done correctly and CPU is running.

thanks for fast reply

1 Like