Issue
When running the Power Operation 2022 Migration Utility and updating reference component definitions the following "The system cannot find the file specified" error occurs.
Product Line
EcoStruxure Power Operation
Resolution
In Cumulative Update 5 the ReferenceRefinitonUpdater has moved to the following location: "C:\Program Files (x86)\Schneider Electric\Power Operation\v2022\Applications\Services\PlatformInterop\ReferenceDefinitionUpdater.exe"
It seems the migration tool has not been updated to look at that path.
This can be fixed by adding an addition to the registry paths it looks at directly
Or add it via CMD:
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ReferenceDefinitionUpdater.exe" /ve /d "C:\Program Files (x86)\Schneider Electric\Power Operation\v2022\Applications\Services\PlatformInterop\ReferenceDefinitionUpdater.exe" /f
This will be fixed in a future update release