06-12-2013 12:15 PM
I am using an NI Labview RIO Evaluation Kit with evaluation version of Labview, Labview Real-time module and Labview FPGA module. I have built a MPU-FPGA application and am now trying to create a web interface. However, I get error when delopying the web service I created saying "An active NI Application Web Server was not detected on the target. Verify that the NI Application Web Server is installed on the target, is enabled, and has completed startup." When I go into "Real-Time Single-Board Properties" -> Web Server, the "Configure Web Application Server" button is always gray (See attached picture). I have tried turning off the windows firewall but it's still the same. Is there anything I should install or setup to enable the web server for the rio device?
Thx.
06-13-2013 12:09 PM
Hi,
I think you should verify first if the support for web server applications is installed on your sbRIO before trying to configure it. Take a look to the link below and verify that all components required are currently installed in your device and if not, proceed with the installation.
http://digital.ni.com/public.nsf/allkb/D170D1AF82303EA086256B4200780579?OpenDocument
Remember, to force the device into safe mode, hold the reset button down for 5 seconds, then release.
06-13-2013 02:41 PM
Thank you for your reply. Now I have installed the surpport for web server so that I am now able to configure it. However, when I try to deploy my web service, I got the error "Call to create a VI reference failed. The target might not support SSE2 optimization. Disable SSE2 optimization on the Advanced page of the Web Service Properties dialog box before proceeding." It continues to appear even after I disable the SSE2 optimization. I saw some older posts discussing similar problem and it was solved by installing a LV2011 fix patch. But I am using Labview 2012 so I should suppose if there is a bug is should have been already fixed. Any suggestions?