Application content distribution issue

Application is not distributing to CAS to one of the primary DP. Stuck in progress.

 I have verified the package status in the CAS and Primary site DB's using the following query. 

Select * from Pkgstatus where id  = 'XX00055d' and Pkgserver like '%SCCM2012PRI1%'

 

PKID

ID

Type

SiteCode

PkgServer

Personality

Status

SourceVersion

UpdateTime

Location

SigLocation

ShareName

HTTPUrl

State

SigURL

45213

XX00055D

1

ESP

SCCM2012PRI1.com

0

1

1

7/27/2015 21:05

 

 

 

 

0

 

 source version and status is 1 . so we have updated the package status using the following query in CAS and Primary and redistributed the application.

 update PkgStatus set SourceVersion = 0, Status = 2 where id  = 'XX00055d' and Pkgserver like '%SCCM2012PRI1%'

 We have verified the CAS logs. Sender successfully distributed the content to primary.

Primary we are getting errors on the Despooler log.

 This package[XX00055D]'s information hasn't arrived yet for this version [2]. Retry later ... SMS_DESPOOLER 7/9/2015 11:45:29 PM 3380 (0x0D34)

Despooler failed to execute the instruction, error code = 12SMS_DESPOOLER 7/9/2015 11:45:29 PM 3380 (0x0D34)

 

July 29th, 2015 6:46am

Hi Bhavani,

Did you try to check the component status of the server ?

A refresh of the content to the issue DP would resolve the issue if it wasn't done yet.


Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 10:10am

Only one application not distributing. rest of other applications are successfully distributed to the primary DP from CAS.
July 29th, 2015 11:04am

If so remove the content distribution for that DP and wait for it to stop and resend it  ?

I assume you have done the removal of the content from that DP and wait for it to change and resent it  ?

Worth updating the package version again ?

update pkgstatus set Status = 2 where id = '<package ID>' and sitecode = '<site code>' and type = 1

update pkgstatus set SourceVersion = 0 where id = '<package ID>' and sitecode = '<site code>' and type = 1

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 11:13am

Thanks kannan

I have already tried the suggested workaround - removing the application from the DP and I have waited for enough time.

I have updated with the following query in CAS and Primary DP and redistributed the package but no status change.

update PkgStatus set SourceVersion = 0, Status = 2 where id  = 'XX00055d' and Pkgserver like '%SCCM2012PRI1%'

content is sending successfully from CAS. I can verify the send

July 29th, 2015 11:18am

Other than this i don't see anything you can do for primary may be for secondary one would use onsitepkgpreload.exe i would let it retry over ni
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 12:05pm

If the package is still in not in live i would re-import it and retire/delete the one as all other packages are ok in distribution.

July 29th, 2015 1:06pm

Thanks Kannan

Application having 10 active deployments. so I can't do that in this time. Any one can you please help on this

Free Windows Admin Tool Kit Click here and download it now
July 30th, 2015 4:14am

Yes, I know this is an old post, but Im trying to clean them up. Did you solve this problem, if so what was the solution?

Since no one has answer this post, I recommend opening  a support case with Microsoft Customer Support Services (CSS) as they can work with you to solve this problem.

August 29th, 2015 12:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics