Endpoint Protection

 View Only
Expand all | Collapse all

ccApp.exe The application failed to initialize properly (0xc0000022).

  • 1.  ccApp.exe The application failed to initialize properly (0xc0000022).

    Posted Feb 09, 2011 08:53 AM

    Some users on XP Pro sp3 clients on our network (sbs 2008 server environment) have had the SEP shield with a red circle in after getting the above message pop up when logging on to their workstations.  Opening SEP shows 'No protection technologies' installed.

    I had a hunch this had something to do with user permissions or profile corruption as logging on to the same machine as administrator, the SEP shield displays correctly with the green dot.

    I found this post and after editing the ACL for the two dll's msvcp71.dll and msvcr71.dll with cacls.exe the problem disappeared:

    Open a cmd prompt, CD to \windows\system32 and give :

    cacls.exe msvcp71.dll /E /G BUILTIN\Users:R 

    and same for the other one, jobs a good un as they say. This gives read permission to the 2 library files.

    Hope this helps someone else as it helped me!

    Laoan54



  • 2.  RE: ccApp.exe The application failed to initialize properly (0xc0000022).

    Posted Feb 09, 2011 10:09 AM

    Thanks for posting!



  • 3.  RE: ccApp.exe The application failed to initialize properly (0xc0000022).

    Posted Feb 09, 2011 09:19 PM
    1. 0xC0000022 means STATUS_ACCESS_DENIED .
       
    2. Provide the needed permissions for 2 shared DLL files.
    3. C:\Windows\System32\MSVCR71.dll
    4. C:\Windows\System32\MSVCP71.dll
    5.  
    6. Ensure READ permission is granted for the group(s) trying to access them.