I found this query to run:

SELECT SRL.ServerName, SRL.SiteCode, PKGDS.InstallStatus, COUNT(1) AS COUNT
FROM v_SystemResourceList SRL
JOIN v_PackageStatusDistPointsSumm
PKGDS ON SRL.NALPath = PKGDS.ServerNALPath
WHERE ServerName = <Server FQDN> AND RoleName ='SMS Distribution Point'
GROUP BY SRL.ServerName, SRL.SiteCode, PKGDS.InstallStatus
ORDER BY 4 DESC

When I run it, it shows 107 packages with an InstallStatus of "Waiting to
Install Package."

Now the question is, "Why?" The distmgr.log on the site server and the
smsdpprov.log on the DP do not seem to show anything indicating an issue.
The smsdpprov.log does seem to stop abruptly, though.

Any thoughts?

Thanks,

Jeff


On Wed, Oct 9, 2013 at 9:01 AM, Jeff Poling <[email protected]> wrote:

> I am migrating from CM07 to CM12.  Yesterday, I upgraded a CM07
> distribution point in-place.  In Distribution Point Migration, it shows the
> upgrade as successful; however, if I look at content that is targeted to
> the DP that was upgraded, all of the packages show the content as In
> Progress for that DP.
>
> The upgrade of the DP started last night around 6:00 PM CDT, so I would
> think it had enough time to complete?
>
> Has anyone seen this? Am I missing something?
>
> I will be digging into logs shortly and post any relevant info.
>
> Thanks,
>
> Jeff
>
>


Reply via email to