Call was canceled by the message filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED)) error while connecting to EXO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 11:39 PM
Hi,
I'm want to create DLs in Exchange Online from ServiceNow Flow designer. I have created a HTTP connection with connection URL: https://outlook.office365.com/powershell-liveid/ and calling a MID script file in Flow designer(PowerShell Script). Below is the sample PowerShell script which I was using:
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName <UPN here>
Get-Mailbox -Identity <Mailbox name here>
I was getting an error which says call was canceled by message filter.
When I try the PS script from logging into MID server it works. I'm able to connect and create the DLs/Mailboxes from MID server PS window. I'm facing the issue only when trying it from ServiceNow. I checked all the capabilities of MID servers and they looks fine.
- Labels:
-
Orchestration (ITOM)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 08:22 PM
When you log into the MID are you using the same user that the mid server service is using to test this?
I suspect you are using an admin account that has more access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2021 05:18 AM
I added the same account in MID Server's "Log on" section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 07:51 AM
I know this is old post, but I found this by searching the same error we just facing with SanDiego version.
What was the resolution of that?
Thanks,
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 09:07 AM
@alexgg57 facing the same issue. Can you please let me know if you were able to fix this?