#550 5.7.1 RESOLVER.RST.NotAuthorized; ## – Calendar Invite undelivered on behalf of

Issue: 

Outlook shows warning that a calendar invitation cannot be sent on behalf of another mailbox

                Or

#550 5.7.1 RESOLVER.RST.NotAuthorized; not authorized ## – Calendar Invite undelivered when sent on behalf of another/secondary/shared mailbox

Resolution:

The mailbox from which the calendar invite has to be sent must be primary always. 

Option 1: Configure the shared /alternate/secondary mailbox as primary account in outlook profile

Option 2: Access Shared/secondary/alternate mailbox calendar from Outlook Web Access (OWA)/Webmail and send the invite. 

Undeliverable Calendar Invite   Undeliverable Calendar Invite

Advertisement

WMI Test fails with error 0x80070005

Hi,

If WMI Test fails with below error.

\root\cimv2 Remote WMI access test FAILED
     Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

1. Ensure that Windows Management Instrumentation (WMI) Service is running on Remote System
2. Ensure that all Firewalls are turned off (Windows Firewall, Personal Firewall etc) or allow exception for RPC traffic
3. Execute WMI Diag and check for Error Codes, Reasons and solutions for the issue. Most of the times, WMI Diag result itself gives solution to all errors.

For above error, the reason could be as below in WMI Diag result.

32104 00:05:58 (1) !! ERROR: DCOM Status: ……………………………………………………………………………………. ERROR!
32105 00:05:58 (1) !! ERROR: => The DCOM configuration on this computer is DISABLED

This prevents WMI to work correctly.

You can fix the DCOM configuration by

1. Executing the ‘DCOMCNFG.EXE’ command.
2. Expanding ‘Component Services’ and ‘Computers’ nodes.
3. Editing properties of ‘My Computer’ node.
4. Editing the ‘Default properties’ tab.
5. Activate the ‘Enable Distributed COM on this computer’ checkbox.

From the command line, the DCOM configuration can be corrected with the following command:

‘REG.EXE Add HKLM\SOFTWARE\Microsoft\Ole /v EnableDCOM /t REG_SZ