RTC fec.exe command has no output
We using lscm.bat to do migration from RTC, but somehow I found the fec.exe which is used by lscm.bat internally can't work in our new Windows 2022 docker container, while it works fine in the windows 2019 docker container.
|
One answer
The issue is not related to docker. found fec.exe can't run either in my Windows server 2022 VM as well when I did another test.
We saw a popup window indicating MSVCP100.dll is missing, found it is a common issue and this link:
https://www.ibm.com/support/pages/msvcp100dll-missing
Then by following the download page of the link, I got the vcredist_x86.exe file of VC++ 2010 redistributable package and after installing it, fec.exe is working.
The key is the popup dialog which helps to define the problem. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.