Monday, August 2, 2010

Waiting to install package on some DP's

Modify the PkgStatus table on the central site server SQL database and then refresh the affected DP's


update pkgstatus set Status = 2 where id = '' and sitecode = '' and type = 1
update pkgstatus set SourceVersion = 0 where id = '' and sitecode = '' and type = 1

No comments: