You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the vCheck Exchange script against my Exchange 2010 SP3 servers with an Active Directory service account that belongs to Exchange View-Only Administrators and Exchange Recipient Administrators (for another script).
The script runs fine in my lab when run manually and via a scheduled task, including plugin 17 for MAPI Connectivity.
However when I run the script with a similarly configured and permissioned service account in my production environment either manually or via scheduled task the MAPI tests fail with the following error:
If I run the script with my own account which is an Exchange Organization Administrator it runs fine no errors. If I run the script powershell code, while logged in as the service account, from the Exchange Management Shell copying the plugin code line by line and piping the results to Format-Table it also runs fine. I am of the opinion that permissions are not a problem since the script runs in my lab and when the script code is copied to the EMS.
Has anyone else seen this issue? If so, were you able to resolve it? How?
The text was updated successfully, but these errors were encountered:
Hi all,
I am running the vCheck Exchange script against my Exchange 2010 SP3 servers with an Active Directory service account that belongs to Exchange View-Only Administrators and Exchange Recipient Administrators (for another script).
The script runs fine in my lab when run manually and via a scheduled task, including plugin 17 for MAPI Connectivity.
However when I run the script with a similarly configured and permissioned service account in my production environment either manually or via scheduled task the MAPI tests fail with the following error:
FAILURE 0 [Microsoft.Exchange.Data.Storage.ObjectNotFoundException]: The process failed to get the correct properties. Inner error [Microsoft.Mapi.MapiExceptionNotFound]: MapiExceptionNotFound: Unable to get properties on object. (hr=0x8004010f, ec=-2147221233) Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=204] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=398][latency=0] Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropOpenFolder [2] Lid: 17082 ROP Error: 0x8004010F Lid: 21857 Lid: 21921 StoreEc: 0x8004010F Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 26426 ROP: ropOpenFolder [2] Lid: 23921 StoreEc: 0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x668F0040 Lid: 23921 StoreEc: 0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x3D2F0003 Lid: 23921 StoreEc: 0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x672D0003 Lid: 23921 StoreEc: 0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x672F0014 Lid: 25984 Lid: 6244 StoreEc: 0x80070005 Lid: 5884 StoreEc: 0x80070005 Lid: 24756 Lid: 6527 StoreEc: 0x80070005 Lid: 25984 Lid: 6244 StoreEc: 0x80070005 Lid: 5884 StoreEc: 0x80070005 Lid: 24756 Lid: 6527 StoreEc: 0x80070005 Lid: 6719 StoreEc: 0x80070005 Lid: 7007 StoreEc: 0x80070005 Lid: 48671 Lid: 1750 ---- Remote Context End ---- Lid: 27962 ROP: ropGetPropsSpecific [7] Lid: 17082 ROP Error: 0x4B9 Lid: 26465 Lid: 21921 StoreEc: 0x4B9 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 26426 ROP: ropGetPropsSpecific [7] Lid: 36739 Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0x4B9 Lid: 20385 Lid: 28577 StoreEc: 0x8004010F Lid: 32001 Lid: 29953 StoreEc: 0x8004010F
If I run the script with my own account which is an Exchange Organization Administrator it runs fine no errors. If I run the script powershell code, while logged in as the service account, from the Exchange Management Shell copying the plugin code line by line and piping the results to Format-Table it also runs fine. I am of the opinion that permissions are not a problem since the script runs in my lab and when the script code is copied to the EMS.
Has anyone else seen this issue? If so, were you able to resolve it? How?
The text was updated successfully, but these errors were encountered: