08-28-2022 12:19 AM
I am using LabVIEW 2021.
I installed a Linux Realtime Desktop PC.
I am trying to run a web service on it but I get the following error : Error LabVIEW: (Hex 0xFFFEFA29) LabVIEW Web Services: Target OS for this Web service differs from the Web server configuration.
This error means that I have to change the bitness of my Application Web Server. BUT there is no option to do it.
pacome_0-1661663498059.png
Is it possible to generate the web service for the 64 bits version of the Application Web Service.
I tried to use LabVIEW 2021 32 bits and 64 bits with no success.
Does anyone have an idea ?
Thanks.
Christophe
Solved! Go to Solution.
09-05-2022 02:26 PM
I finally solved the problem.
I ran the project Web Services – Weather Monitor RT successfully. This an example project.
When I compared my project and the example project, I found that the icon of the RT target was not the same.
pacome_0-1662405889018.png
RT Desktop Target in my project had not the correct type.
I tried to add the same target type as in the example project with no success. I cannot find the same type.
Finally I opened the lvproj file and I found that the type of the item was RT Generic in the working project and RT Desktop Target in my project.
I changed the type to RT Generic in my project and it worked !!!
I don't know why I cannot choose the generic type from the Add Targets and Devices wizard.
09-05-2022 03:13 PM
If your previous response is a "Solution", please go there and click "Accept as Solution" to alert other Forum users that you "Solved the Problem". Good for you!
Bob Schor
09-05-2022 06:29 PM
You went through the trouble of posting your solution, you may as well give yourself credit for it! 🙂