The system cannot find the path specified during package download
search cancel

The system cannot find the path specified during package download

book

Article ID: 177058

calendar_today

Updated On:

Products

IT Management Suite

Issue/Introduction

During package download the following errors were found in the Aliris Agent logs, while none were seen on the server side (NS/Package Server) on the IIS logs.
Thus access on NS/Package Server to the package was not a problem, and testing downloading each file within the package also was possible.

 

HTTP Request Failed: The system cannot find the path specified. (-2147024893)]

Download Package failed: HTTP Request Failed: The system cannot find the path specified. (-2147024893)]

CDATA[GetFiles 'HTTP://nsserver.yourdomain.com/Altiris/Packages/%7B1c642ee6-7a9d-4099-8abc-d25f3b31e366%7D/DfsrPrivate/Staging/ContentSet%7B0CF719FA-3FBD-497A-B00E-A1B0ED204588%7D-%7BDD99C36D-6C11-487C-A768-7213CA6E1ECE%7D/01/11-%7B0CF719FA-3FBD-497A-B00E-A1B0ED204588%7D-v1-%7B828C3C35-FCD4-4185-B6B6-ECCCC0BFD09B%7D-v11-Downloaded.frx'->'C:\Program Files\Altiris\Altiris Agent\Software Delivery\{1C642EE6-7A9D-4099-8ABC-D25F3B31E366}\cache\DfsrPrivate\Staging\ContentSet{0CF719FA-3FBD-497A-B00E-A1B0ED204588}-{DD99C36D-6C11-487C-A768-7213CA6E1ECE}\01\11-{0CF719FA-3FBD-497A-B00E-A1B0ED204588}-v1-{828C3C35-FCD4-4185-B6B6-ECCCC0BFD09B}-v11-Downloaded.frx' failed: HTTP Request Failed: The system cannot find the path specified. (-2147024893)]

 

Environment

ITMS 7.x, 8.x
Others should exhibit issue in a similar fashion, it's not NS/Agent related

Cause

The system where this was found was using DFS replication and had a DFS replicated root folder assigned as a package.

When looking through the package - and enabling viewing system files and folders, the package structure contained subfolders of the DFS file-system.
The name of this folder was FfsrPrivate\.......

The directory and path structure created by this including a file within the Staging folders of this substructure created a filepath that exceeded 255 characters when combined with the packag download directory within the Altiris Agent\Software Delivery subfolders. Thus the Agent was not able to download the file successfully.

The path error may also have been specifically tied to the package having an alternate download path. Thus first we would download the package into the Altiris Agent\Software Delivery structure - which was failing, then to copy it out to the alternate download path. As there was a breakdown in this, due to the filepath limitation (imposed by Windows) the download was failing.

Resolution

The resolution for this, is to change the way the package folders are used/mapped in relation to the DFS shares.

When a package folder is used, make sure it does -not- include the DfsrPrivate folder structure. I.e. make the DFSroot contain the individual package folders and then use these for distribution, rather than distributing the root DFS share.

Verification of this can be done by creating the full package download path within the Altiris Agent folders, when this has been done attempting to download the file from the NS/package server to the created directory stucture. If this fails and the total path and filename exceeds 255 characters, this is identified.