Re: RPC service property
From: Dean Wells [MVP] (dwells_at_mask.msetechnology.com)
Date: 07/20/05
- Previous message: PawelR: "Add OS2 Client"
- In reply to: dx505_at_yahoo.co.jp: "RPC service property"
- Next in thread: dx505_at_yahoo.co.jp: "Re: RPC service property"
- Reply: dx505_at_yahoo.co.jp: "Re: RPC service property"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Jul 2005 10:22:42 -0400
The error code you're receiving breaks down as -
# for hex 0x80070005 / decimal -2147024891
COR_E_UNAUTHORIZEDACCESS
# MessageText:
# Access is denied.
DIERR_OTHERAPPHASPRIO
DIERR_READONLY
DIERR_HANDLEEXISTS
DSERR_ACCESSDENIED
ecAccessDenied
ecPropSecurityViolation
MAPI_E_NO_ACCESS
STIERR_READONLY
STIERR_NOTINITIALIZED
E_ACCESSDENIED
# General access denied error
# 11 matches found for "80070005"
Have you tried using the Component Services snapin to adjust the startup
ACL of the service?
Please post the entire event (including the class ID if logged),
translate to English if necessary.
-- Dean Wells [MVP / Directory Services] MSEtechnology [[ Please respond to the Newsgroup only regarding posts ]] R e m o v e t h e m a s k t o s e n d e m a i l dx505@yahoo.co.jp wrote: > Hi, > > The service created by myself began to return "0x80070005" suddenly. > And Windows installer (InstallShield) can not launch. > > I found that RPC service sets "Local System" of logon in service list, > and the property of service "RPC" in "logon" tab, both radio buttons > of "local system account" and "account" is disabled. > > On other machine, RPC service runs "Network service" and the account > button enables others. > > What is changed the property to run RPC service collectly? > > > Windows 2003 server(no sp) and domain controller. > > > thanks,
- Previous message: PawelR: "Add OS2 Client"
- In reply to: dx505_at_yahoo.co.jp: "RPC service property"
- Next in thread: dx505_at_yahoo.co.jp: "Re: RPC service property"
- Reply: dx505_at_yahoo.co.jp: "Re: RPC service property"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]