This thread has taken a winding road. . .Ryan, have you made any progress
on resolving the challenge? If not, have you looked at the logs and does
anything stand out in them? Perhaps that is where you are seeing the
initial error, but smsts.log would be the first place to look.  If you are
PXE booting to WinPE, you can get to a command prompt with F8 (if that is
enabled on your boot image) and then look at smsts.log in
X:\Windows\Temp\SMSTSLog.  It will give you an idea of where the system is
trying to go for content.

The other thing you mentioned is that this is a migration from 2007.  Are
all migration jobs complete successfully and everything you expect
migrated?  I guess also, is the client in question looking at the correct
site?


Thanks,

Jeff


On Thu, Aug 7, 2014 at 12:41 PM, Russ Rimmerman <
[email protected]> wrote:

>  I wouldn’t remind hacking the db, but you can use powershell to refresh
> it.
>
>
>
> $SiteCode = *"<Site code>"*
>
> $PackageID = "<ConfigMgr *Client Package ID>*"
>
>      $distpoints = Get-WmiObject -Namespace "root\SMS\Site_$($SiteCode)"
> -Query "Select * From SMS_DistributionPoint WHERE PackageID='$PackageID'"
>
>         foreach ($dp in $distpoints)
>
>         {
>
>                 $dp.RefreshNow = $true
>
>                 $dp.Put()
>
>         }
>
>
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *Todd Hemsell
> *Sent:* Thursday, August 7, 2014 11:59 AM
>
> *To:* [email protected]
> *Subject:* Re: [mssms] what's the deal with the configuration manager
> client package?
>
>
>
> It is a built in package,
>
> SCCM controls it. Have to hack the DB to refresh it
>
>
>
> On Wed, Aug 6, 2014 at 1:25 PM, Ryan Shugart <[email protected]> wrote:
>
>  So really odd, I can validate the package on that DP and it validates
> successfully but I can’t remove it, the remove button is greyed out for
> some reason.  I actually can’t edit the package at all and I’m not sure
> why, I have rights to it in security.
>
> Ryan
>
>
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *Niall Brady
> *Sent:* Wednesday, August 6, 2014 12:11 PM
> *To:* [email protected]
> *Subject:* Re: [mssms] what's the deal with the configuration manager
> client package?
>
>
>
> *failed to resolve PackageID=**䊘**Ȏ*
>
> that's a package problem (in wmi) on whatever dp it's referring to, i
> would revalidate the package on that dp or use smsdpmon to validate it, if
> that doesn't help, remove the package from the dp, and then re-add it
>
>
>
> On Wed, Aug 6, 2014 at 8:00 PM, Todd Hemsell <[email protected]> wrote:
>
>  I made an additional one. I did not like it when the built in one auto
> incremented when I installed hotfixes etc.
>
> With an additional one I can control when os deployment goes down
>
>
>
> On Wed, Aug 6, 2014 at 12:18 PM, s kissel <[email protected]> wrote:
>
>   Hi - I don't think it's necessary to create another client package from
> definition - That might have been a 2007 thing.
>
>
>
> The Configuration Manager Client Upgrade package is also pre-defined, and
> can be deployed to systems to upgrade them from say SP1 to R2, for example,
> and where applicable.
>
>
>
> As for the OSD task sequence indicating that it can't find the client
> package, have you tried to update the content on the distribution points?
> This might also be helpful, if you run into not being able to distribute
> the client package:
>
>
> http://social.technet.microsoft.com/Forums/en-US/11df0f63-d146-434d-91f3-c4e826fee92c/redistribute-configuration-manager-client-upgrade-package-xxx00003?forum=configmanagermigration
>
>
>
> -S
>  ------------------------------
>
> From: [email protected]
>
>
> To: [email protected]
> Subject: [mssms] what's the deal with the configuration manager client
> package?
>
> Date: Wed, 6 Aug 2014 16:47:44 +0000
>
> Hi:
>
>         So we’re getting errors in our OSD task sequences saying the task
> sequence can’t find the files needed for the Configuration Manager Client
> Package.  We do have such a package available, it appears to have been
> created when SCCM was set up but I really can’t change any of the options
> for this package.  In doing some web research I’m finding this is by design
> for some reason, and you’re supposed to create a new Configuration Manager
> client package from definition.  So I guess two questions.  First, what’s
> the point of the Configuration Manager Client Package in the first place if
> you can’t do anything with it, and if you’re supposed to create a new
> Configuration Manager Client Package from definition how is that done?  I
> have definitions for Device Management Client Transfer and Configuration
> Manager Client Upgrade.  Should I use the Configuration Manager Client
> Upgrade definition?
>
> Thanks a lot for any help, finding this very confusing.
>
> Ryan
>
>
>
> Ryan Shugart
>
> LAN Administrator
>
> MiTek USA, MiTek Denver
>
> 314-851-7414
>
>
>
>
> MiTek Holdings, Inc., 2011-2014, All Rights Reserved
>
> *  ________________________________  *
>
> This communication (including any attachments) contains information which
> is confidential and may also be privileged. It is for the exclusive use of
> the intended recipient(s). If you are not the intended recipient(s), please
> note that any distribution, copying, or use of this communication or the
> information in it is strictly prohibited. If you have received this
> communication in error, please notify the sender immediately and then
> destroy any copies of it.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>



Reply via email to