该内容不适用于您选择的语言

该内容将以另一种语言显示出来。 您可使用浏览器的翻译功能查看内容。

Feeds Failed to Update Error When Deploying Packages in SystemLink

Updated May 19, 2021

Reported In

Software

  • SystemLink 19.6

Issue Details

When I try to deploy a package from an internal feed from my company, I get the following error:
 
One or more feeds failed to update.
Packages available from these feeds will not be shown.

 
My company uses a proxy server to route information. 

Solution

This issue is due to SystemLink being unable to communicate with the proxy server. Please follow these steps to properly configure the proxy server:
psexec64 -u "nt authority\network service" -i cmd.exe
  • This will open a new cmd window that will run as a ‘NetworkService’ user - from there, run:
C:\Program Files (x86)\Internet Explorer\iexplore.exe
  • Go to Internet Options > Connections > LAN Settings and set the default proxy address for the server.
  • Delete “[nipkg]proxyserver=address:port” from C:\ProgramData\National Instruments\NI Package Manager\Settings\nipkg.ini
  • (optional) Save the user and password in stored credentials by running (if proxy needs authentication):
cmdkey /generic: <proxy-server-ip> /user:<user> /pass