Overview: During a SCCM task sequence a specific application is to be installed. The task sequence is designed to use a NOMAD cache to poll the source. The sequence fails as no available cache is available.
How to troubleshoot?
On the NOMAD cacheing server Open regedit and check the package status details.
Select the sub folder that corresponds to the cached item and review the details on the right. You should check the following item are present and correct
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\1E\NomadBranch\PkgStatus\LDC002FE]
"Percent"="100.000"
"Version"="2"
"CachePriority"="1"
"CacheToFolder"="D:\\NomadBranchCache"
"ReturnStatus"="Completed Successfully"
"AlreadyCached"="0"
Also check the logs for specific behaviour. C:\ProgramData\1E\NomadBranch\LogFiles
The log should state "CacheStatus: (ELD) pkgID="LDC002FE"(0) local=100.000%
verifiedUTC=09/04/2012
How to troubleshoot?
On the NOMAD cacheing server Open regedit and check the package status details.
Select the sub folder that corresponds to the cached item and review the details on the right. You should check the following item are present and correct
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\1E\NomadBranch\PkgStatus\LDC002FE]
"Percent"="100.000"
"Version"="2"
"CachePriority"="1"
"CacheToFolder"="D:\\NomadBranchCache"
"ReturnStatus"="Completed Successfully"
"AlreadyCached"="0"
Also check the logs for specific behaviour. C:\ProgramData\1E\NomadBranch\LogFiles
The log should state "CacheStatus: (ELD) pkgID="LDC002FE"(0) local=100.000%
verifiedUTC=09/04/2012
Comments
Post a Comment