question

NatanaelSigit-1507 avatar image
0 Votes"
NatanaelSigit-1507 asked NatanaelSigit-1507 answered

Delivery Report for Exchange Hybrid 2019 ( On Premise )

Greetings all,

anyone have any idea why my Exchange Server 2019 ( hybrid ) can't see or find message track log from office 365.
The situation when i try to press "Search" on premise.

"object reference not set to an instance of an object"

we need to validate is it the email already deliver or not to our on premise account.
( since my message trace from 365 said it's delivered but the user from on premise did not receive it )

If it's anomaly, how to fix the problem regarding the situation.

Thanks before,

office-exchange-hybrid-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered

@NatanaelSigit-1507

From the Exchange on-premises admin center, you could only choose an Exchange on-premises hosted mailbox as the "From":
101622-qa-kyle-14-46-23.png

If you want to use an external mailbox, you need to add this external mailbox as mail contact:
101589-qa-kyle-15-03-58.png

Then you will could find this mailbox from the "From list":

101633-qa-kyle-15-04-29.png


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AndyDavid avatar image
0 Votes"
AndyDavid answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered

@NatanaelSigit-1507

Do you mean that you cannot send email from Exchange online to Exchange 2019 mailbox?

I would suggest you provide the result of command below to us:

Connect to Exchange online and run command below:

 Get-MessageTrace -SenderAddress "john@contoso.com" -RecipientAddress "user1@domain.com" -StartDate 05/30/2021 -EndDate 06/1/2021

Open Exchange 2019 EMS and run command below:

 Get-MessageTrackingLog -Start 05/30/2021 -End "06/1/2021" -Sender "user1@domain.com" -Recipients "user1@domain.com"

I also want to confirm with you, whether all Exchange online mailboxes cannot sent email to Exchange on-premises mailboxes?

Do you receive any NDR about this email?


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

NatanaelSigit-1507 avatar image
0 Votes"
NatanaelSigit-1507 answered

Thanks for the reply Andy & Kyle,

if i'm using exchange powershell console in on premise, i can trace the log clearly. the problem is when i'm trying using GUI Web. is it the feature of exchange that disallowed to search delivery report from 365 sender ( hybrid in this position )

if it so, can someone give me the reference. so at least there is no dispute regarding the function of exchange 2019 on premise.

Regards,

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

NatanaelSigit-1507 avatar image
0 Votes"
NatanaelSigit-1507 answered

Thanks Kyle,

will do with your solution for now,
so right now my best options using Exchange Powershell

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.