Has anyone seen this issue before? I'm trying to add an account and give the permission of Owner to the EFORMS Registry folder but get the following error message. I'm doing this because I need to publish an Outlook 2010 form for our company to use.
any and all help/insight is appreciated.
--------------------------------------------------------
Microsoft Exchange Error
--------------------------------------------------------
The following error(s) occurred while saving changes:
Add-PublicFolderClientPermission
Failed
Error:
Failed to commit the change on object "000000001A447390AA6611CD9BC800AA002FC45A0300051B66F0376CEF46889A51FDB1D6407F0000000000030000" because access is denied.
MapiExceptionNoAccess: Unable to modify table. (hr=0x80070005, ec=-2147024891)
Diagnostic context:
Lid: 40487 EMSMDBMT.EcDoRpcExt2 called [length=198]
Lid: 56871 EMSMDBMT.EcDoRpcExt2 returned [ec=0x0][length=244][latency=0]
Lid: 23226 --- ROP Parse Start ---
Lid: 27962 ROP: ropModifyACL [64]
Lid: 17082 ROP Error: 0x80070005
Lid: 27745
Lid: 21921 StoreEc: 0x80070005
Lid: 27962 ROP: ropExtendedError [250]
Lid: 1494 ---- Remote Context Beg ----
Lid: 26426 ROP: ropModifyACL [64]
Lid: 22086
Lid: 22086
Lid: 21970 StoreEc: 0x8004010F PropTag: 0x3D210102
Lid: 21970 StoreEc: 0x8004010F PropTag: 0x668F0040
Lid: 5119 StoreEc: 0x80070005
Lid: 5247 StoreEc: 0x80070005
Lid: 17916 StoreEc: 0x80070005
Lid: 4814 StoreEc: 0x80070005
Lid: 1750 ---- Remote Context End ----
Lid: 26849
Lid: 21817 ROP Failure: 0x80070005
Lid: 29150
Lid: 20446 StoreEc: 0x80070005
--------------------------------------------------------
OK
--------------------------------------------------------
and this is the command that it is trying to run to add the user and permissions.
Add-PublicFolderClientPermission -User 'domain name.net/OU GPO Exclude/Excluded User/Email' -AccessRights 'Owner' -Identity '\NON_IPM_SUBTREE\EFORMS REGISTRY' -Server 'mbx1.domain name.net'
Leonard Hoffman