Hello, We have the following errors on an Exchange 2000 server while trying to run an agent: -- Application log: Source: MSExchangeES Description: Error 0x80004005 occurred while trying to run a timer-based agent. System log: Source: DCOM Description: DCOM got error "Logon failure: the user has not been granted the requested logon type at this computer. " and was unable to logon SERVER\MyUser in order to run the server: {161E0C69-4245-4C0F-A12D-479949BB3EED} -- We tried to set the allowed logon types and rights as specified in the knowledge base article 276407, but it still doesn't work. Br, Shannin
Commenting myself, but we found a solution. The script being run tries to access a web site and a DCOM component through it. The server has two ip addresses and IIS has a configuration where the web site is not bound to either one of those addresses so it answers to both ip's. After binding the web site to the address the script needs, everything works okay. So the event fires but doesn't find IIS at the right address for some reason, if it is not explicitly staten in IIS web site configuration. Normal browser finds the web site at both addresses. Shannin On Mon, 27 Jun 2005 13:41:00 +0300, shannin <shannin@nospam.alias> wrote: > We have the following errors on an Exchange 2000 server while trying to > run an agent: > -- > Application log: Source: MSExchangeES Description: Error 0x80004005 > occurred while trying to run a timer-based agent. > > System log: Source: DCOM Description: DCOM got error "Logon failure: the > user has not been granted the requested logon type at this computer. " > and was unable to logon SERVER\MyUser in order to run the server: > {161E0C69-4245-4C0F-A12D-479949BB3EED} > -- > We tried to set the allowed logon types and rights as specified in the > knowledge base article 276407, but it still doesn't work. > > Br, > Shannin