cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor Failed to Store Items?

Scott__Hastings
Level 5
Partner Accredited Certified

Is there an event log entry or something that I can monitor items in the Failed to Store Folder in a Journal Mailbox?

 

any help appreciated!

 

 

Scott D Hastings Sr
1 ACCEPTED SOLUTION

Accepted Solutions

John_Chisari
Level 6
Partner Accredited

You can probably use this script that another user has posted - just modify it to check for the Failed to Store folder.

https://www-secure.symantec.com/connect/downloads/powershell-script-warn-if-ev-journaling-inbox-has-more-x-items-it

 

View solution in original post

6 REPLIES 6

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi Scott,

Last I heard there isn't an event logged for items moved to the Failed to Store.

I know there are 4 different events that may be logged if items are Failed to archive.

3070 for Failed to copy

3259 Failed Codepage

3261 Failed DL Expansion

and 3264 Failed External Filter

You could set up a PowerShell script to monitor that folder.

 

Regards,


 

JesusWept3
Level 6
Partner Accredited Certified

also in http://yourEVServer/MonitoringWebApp/ it will show you how many items are failed there as well

https://www.linkedin.com/in/alex-allen-turl-07370146

Scott__Hastings
Level 5
Partner Accredited Certified

I have set the JournalWarningMsgCount registry dword and I monitor for Event ID 3229.

 

This only monitors the Journal Inbox. The other day my Failed to Store (I think) was at ~ 50K items. I am looking for a way to get a notitfication when that happens.

 

Any Ideas? May monitor w Exchange?

 

 

Thanks!!

Scott D Hastings Sr

John_Chisari
Level 6
Partner Accredited

You can probably use this script that another user has posted - just modify it to check for the Failed to Store folder.

https://www-secure.symantec.com/connect/downloads/powershell-script-warn-if-ev-journaling-inbox-has-more-x-items-it

 

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

AKL created this, just change -FolderScope "Inbox" to -FolderScope "Failed to Store" and it should work for you,

https://www-secure.symantec.com/connect/forums/powershell-monitoring-exchange-journal-mailboxes

edit--I see John posted has posted another example.  I think either will do what you need, just change the parameters to monitor the Failed to Store folder.

 

Cheers,

 

Scott__Hastings
Level 5
Partner Accredited Certified

You guys are awesome!

 

Thank you very much!

 

scott

Scott D Hastings Sr