From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

Software installation failed (-2147467259)

Not much to go on here.  Could provide more feedback on what is wrong.

0 Kudos
Message 1 of 5
(3,920 Views)

Were you trying to install SystemLink Server or deploy software to a target? Can you include a screenshot of the failure? 

 

If this was a deployment to a target issue can you go to the History view and double click on the failure and then expand the Return section and post what you find.

0 Kudos
Message 2 of 5
(3,909 Views)

Hi Guys,

 

i have the same problem when trying to install software from the SystemLink Server to one of the Clients.

Server Windows 10 - PXI System

Client Windows 10 - Notebook

 

Here is my log

Arguments
[
   [
      {
         "__kwarg__": true,
         "pkgs": [
            {
               "test": "1.0.0-1"
            }
         ],
         "refresh": true
      }
   ],
   [
      {
         "__kwarg__": true,
         "attr": [
            "description",
            "displayname",
            "displayversion",
            "group",
            "packager",
            "priority",
            "url",
            "uservisible",
            "version"
         ]
      }
   ]
]

 

 
Return
[
   "Traceback (most recent call last):\n  
File \"C:\\Program Files\\National Instruments\\Shared
\\salt\\bin\\lib\\site-packages\\salt\\minion.py\",
line 1613, in _thread_multi_return\n ret['return'][ind]
= func(*args, **kwargs)\n File \"C:\\ProgramData\\
National Instruments\\salt\\var\\cache\\salt\\minion\\
extmods\\modules\\nipkg.py\", line 492, in install\n
info={'errors': errors, 'changes':
ret}\nsalt.exceptions.CommandExecutionError:
Problem encountered installing package(s).
Additional info follows:\n\nchanges:\n
----------\nerrors:\n - Unable to locate package 'test'.\n", null ]

 

Package "test" is included in the repository.

Any hints?

 

Thanks a lot
Andreas

0 Kudos
Message 3 of 5
(3,827 Views)

Check the feed that is configured for the target to make sure the URL is a routable IP address from the target.  As a simple test you can copy the feed URL that is configured for the target into a browser web browser on the target and append /Packages (http://myServer/nirepo/v1/files/feeds/myCustomFeed/Packages).  If it downloads the packages file everything is configured correctly.  If you get a file not found then your target doesn't have access to your server or your web server isn't configured for remote access.

 

If you intend to host feeds from your server you must enable remote access for other clients on the web server.

 

Screen Shot 2017-08-01 at 10.11.12 AM.png

0 Kudos
Message 4 of 5
(3,817 Views)

Hi Joshua,

 

thanks a lot for your quick feedback.
I activated "Also accept connections from public networks"


Not it works. I guess i had to enable that because the client is running on a

virtual machine which has its own subnet.

 

Thanks

Andreas

0 Kudos
Message 5 of 5
(3,807 Views)