Client Management Suite

 View Only
  • 1.  Resynchonizing Codebases in 7.6?

    Posted May 13, 2015 01:55 PM

    Is there any updated guidance on resynchronizing codebases on 7.6? Has anything changed since HOWTO83906 (https://support.symantec.com/en_US/article.HOWTO83906.html)?

     



  • 2.  RE: Resynchonizing Codebases in 7.6?
    Best Answer

    Posted May 14, 2015 08:33 AM

    For the record, these instructions still seem to work.

    That said, there is an error in the query under 'if there are many packages that are seen to have originated from another server'.

    It reads

    update ItemNSSource set OriginNSSourceNSId = <server ID> where ItemGuid <> 1 and ItemGuid in(select distinctPackageId from SWDPackage)

    but would appear to call for

    update ItemNSSource set OriginNSSourceNSId = <server ID> where OriginNSSourceNSId <> 1 and ItemGuid in(select distinctPackageId from SWDPackage)