Network Access Control

 View Only
  • 1.  Service Pack Requirements

    Posted Jun 15, 2011 04:21 PM
    In SEP Manager Console, I created Host Integrity - Service Pack Requirements - Download Installation Package: \\<server-name>\software\Microsoft\Windows Service Packs\Windows XP SP3\WindowsXP-KB936929-SP3-x86-ENU.exe - Execute the command: %F% /quiet /norestart When I did NAC - Check Now, and did View Logs - Client Management - Security Log, I got this error: ============================================= Condition: Service pack version matches. Condition was checking Service Pack "3". Result is fail. Processing remediation actions. Condition: File download complete. Condition was checking "\\<server-name>\software\Microsoft\Windows Service Packs\Windows XP SP3\WindowsXP-KB936929-SP3-x86-ENU.exe". An error occurred. Error: access violation on file. [Details: destination file access violation] Requirement name: "Service pack requirement". Result is fail. =============================================== I could run manually the file on client machine. Help please. Thanks so much.


  • 2.  RE: Service Pack Requirements

    Posted Jun 22, 2011 06:52 PM

    Based only on the information contained in the error message, it appears that you are requiring the service pack download during each HI check.   This would result in the file "in use" as it is in a transfer-state when trying to run it within the script.

    Does your script contain an if-then statement to check for the file before you initiate the download? 

     

    Other possibilities:

    The path may be incorrect in the script - test your paths by using a small .txt as your target file (for both download and opening/access)

    The account that the SNAC agent runs under does not have the proper access privledges for that folder location.  This would most likely occur if your organization has complex rights managment using Active Directory.

     

    Based on the limited information, I may not fully understand the problem you are working through.  Let me know if the above information if helpful or provide more info if I'm not on target.