Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\sr> Remove-CalendarEvents -Identity user@company.com -CancelOrganizedMeetings
  2.  
  3. Confirm
  4. Are you sure you want to perform this action?
  5. The meeting(s) will be canceled and removed from the calendar. This action cannot be undone.
  6. [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): a
  7. Error on proxy command 'Remove-CalendarEvents -Identity:'user@company.com' -CancelOrganizedMeetings:$True -Confirm:$False' to server
  8. VI1PR07MB1728.eurprd07.prod.outlook.com: Server version 15.20.1059.0000, Proxy method PSWS:
  9. Cmdlet error with following error message:
  10. Microsoft.Exchange.Data.Storage.SendAsDeniedException: Cannot submit message. ---> Microsoft.Mapi.MapiExceptionSendAsDenied: MapiExceptionSendAsDenied: Unable to submit
  11. message. (hr=0x80070005, ec=1244)
  12. Diagnostic context:
  13.     Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=7702]
  14.     Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=156][latency=2]
  15.     Lid: 52176   ClientVersion: 15.20.1059.0
  16.     Lid: 50032   ServerVersion: 15.20.1059.6015
  17.     Lid: 35180
  18.     Lid: 23226   --- ROP Parse Start ---
  19.     Lid: 27962   ROP: ropDeletePropsNoReplicate [122]
  20.     Lid: 27962   ROP: ropSetProps [10]
  21.     Lid: 27962   ROP: ropFlushRecipients [14]
  22.     Lid: 31418   --- ROP Parse Done ---
  23.     Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=121]
  24.     Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=352][latency=87]
  25.     Lid: 52176   ClientVersion: 15.20.1059.0
  26.     Lid: 50032   ServerVersion: 15.20.1059.6015
  27.     Lid: 35180
  28.     Lid: 23226   --- ROP Parse Start ---
  29.     Lid: 27962   ROP: ropSetProps [10]
  30.     Lid: 27962   ROP: ropSubmitMessage [50]
  31.     Lid: 17082   ROP Error: 0x4DC
  32.     Lid: 27745
  33.     Lid: 21921   StoreEc: 0x4DC
  34.     Lid: 27962   ROP: ropExtendedError [250]
  35.     Lid: 1494    ---- Remote Context Beg ----
  36.     Lid: 37692
  37.     Lid: 44092
  38.     Lid: 64952   StoreEc: 0x3EB
  39.     Lid: 40748   qdwParam: 0xF01000000000001
  40.     Lid: 57132   qdwParam: 0x0
  41.     Lid: 36423
  42.     Lid: 42092   StoreEc: 0x4DC
  43.     Lid: 58476
  44.     Lid: 45434   Guid: 6a332b69-deb0-49d4-bb04-0b48da557f2a
  45.     Lid: 10786   dwParam: 0x0        Msg: 15.20.1059.000:VI1PR07MB1728:c2386d8d-7ae1-4f94-9aef-9dc88a31b67d
  46.     Lid: 1750    ---- Remote Context End ----
  47.     Lid: 31418   --- ROP Parse Done ---
  48.     Lid: 22753
  49.     Lid: 21817   ROP Failure: 0x4DC
  50.     Lid: 60547   StoreEc: 0x4DC
  51.     Lid: 21966
  52.     Lid: 30158   StoreEc: 0x4DC
  53.    at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception
  54. innerException)
  55.    at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception innerException)
  56.    at Microsoft.Mapi.MapiMessage.SubmitMessageEx(SubmitMessageExFlags submitMessageExFlags)
  57.    at Microsoft.Exchange.Data.Storage.MapiAccessor.SubmitMessageEx(Object mapiObject, SubmitMessageFlags submitFlags)
  58.    --- End of inner exception stack trace ---
  59.    at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
  60.    at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
  61.    at Microsoft.Exchange.Management.StoreTasks.RemoveCalendarEvents.InternalProcessRecord()
  62.    at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__93_1()
  63.    at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed).
  64. [Server=AM4PR07MB3377,RequestId=73bd3721-c253-4c71-8ebd-077bd59d0347,TimeStamp=17/08/2018 08:03:54] .
  65.     + CategoryInfo          : NotSpecified: (:) [Remove-CalendarEvents], CmdletProxyException
  66.     + FullyQualifiedErrorId : Microsoft.Exchange.Configuration.CmdletProxyException,Microsoft.Exchange.Management.StoreTasks.RemoveCalendarEvents
  67.     + PSComputerName        : outlook.office365.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement