Error at 0xc0000022

C

Carlos Nova

I tried to execute an application and with adminstrator
users it ran correctly, but with non-administrator users
raised this error: The application failed to initialize
properly (0xc0000022). What could it be???

Carlos Nova.
 
T

Tim Hines [MSFT]

That sounds like a permissions issue. What application is it? You may want
to ask that question to the application vendor. When some applications are
installed they may set permissions of the files and registry keys associated
with it. If the user does not have adequate permissions then you may see
errors like the one that you are receiving.
To t-shoot this I suggest that you download filemon and regmon from
www.sysinternals .com. Run these utilities when the user tries to start the
app. Review the data that was captured and look for access denied errors.
Change the permissions on the regkey or files that you get access denied on
so that the user has permission to them. Have the user try to start the app
again.

--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top