Solution
This solution is two-fold. Verify that the LabVIEW compile worker is open already. If the compile still results in this error then you need to try repairing the LabVIEW FPGA Module. This can be done by navigating to Control Panel » Programs and Features » National Instruments Software, and selecting
Uninstall/Change. From this you need to repair the following modules:
- NI Farm Server
- NI LabVIEW FPGA Module
- All NI LabVIEW FPGA Xilinx Tools
If you have a version of NI Package Manager that does not have repair as an option,
you can repair your software by following the steps in this KnowledgeBase article.
After this, restart your computer. If you are still receiving this error then try clearing the NIAuth database by following these steps:
- Go to Windows Services, which can be accessed through Windows Task Manager
- Stop the NISystemWebServer and NIApplicationWebServer services, by right clicking and pressing Stop
- Backup then delete all files under
<ProgramData>\National Instruments\NIAuth
- Start the services that were stopped above again
- Navigate to
http://localhost:3580/login
from a web browser (that supports Microsoft Silverlight like Internet Explorer) on the local machine and try to log-in with username admin
and a blank password. On success, the server will return a Logged in as: admin
message
Compile your FPGA VI. It should now compile successfully.