Endpoint Protection

 View Only
  • 1.  Sep client error in windows xp

    Posted Jun 26, 2010 01:06 PM
    Hi

    Sep client is working perfectly in user given administrator rights but the same user in restricted rights having the problem as in attached files

    I uninstalled and reinstalled the sep client in managed client mode successfully eventhough same symptom

    FYI: the pc is a client in windows server 2003 domain

    Thanks in advance

    Techshan

    26-06-2010

    Attachment(s)

    doc
    error symantec.doc   27 KB 1 version
    doc
    rahul restricted 2.doc   93 KB 1 version


  • 2.  RE: Sep client error in windows xp

    Posted Jun 26, 2010 01:55 PM

    Are there any GPO acting on Symantec services when logged in with restricted user, If yes then please remove the GPO from the Symantec services.


  • 3.  RE: Sep client error in windows xp
    Best Answer

    Broadcom Employee
    Posted Jun 26, 2010 10:31 PM

    This is due to the DLL that is used by the application you are going to execute doesn't have the rights for the current user or system user.

    Right Click on the DLL and Property then Security and add user


    or

    1. Login as Administrator
       
    2. Open Command Prompt. (Start -> Run... -> CMD)
       
    3. In command prompt type command and hit enter:
      CACLS %systemroot%\System32\*.dll /E /G BUILTIN\Users:R
       
    4. In command prompt type command and hit enter:
      CACLS %systemroot%\System32\*.ocx /E /G BUILTIN\Users:R
       


  • 4.  RE: Sep client error in windows xp

    Posted Jun 28, 2010 03:06 AM
    Hi Pete_4u_2002


    Thanks a lot for your solution You are a real tech guy

    regards

    Swaminathan


  • 5.  RE: Sep client error in windows xp

    Broadcom Employee
    Posted Jun 28, 2010 03:25 AM
    glad, it did work for your case.