maileater does not create ticket
search cancel

maileater does not create ticket

book

Article ID: 15934

calendar_today

Updated On:

Products

SUPPORT AUTOMATION- SERVER CA Service Desk Manager - Unified Self Service CA Service Desk Manager CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

maileater not creating tickets.



Email sent to maileater seems ignored. How can I identify the reason?

Environment

windows 2008r2, windows 2012ServiceDesk 12.9 , 14.1standalone configurationprimary and secondaryAA

Resolution

The default tracing in stdlog do not report error.

To see the cause, we will increase the log level

1/ at the command line on the Service Desk server, execute

pdm_logstat -n pdm_maileater_nxd 500

 

2/ recreate the problem (send an email to maileater)

Reset the tracing to default

pdm_logstat -n pdm_maileater_nxd

 

3/ examine the NX_ROOT\log\stdlog.*

Do we have a message like this one

xxxxxx  pdm_maileater_nxd yyy TRACE pdm_maileater_nxd.c zzz Filter match Not Found. This is the last Filter. Message will not be applied.

 

3/ If we have this message, it confirms the problem is about the subject of the email not matching the "filter string".

check the "filter string" in the mail rule

We should not have space on the top or at the end of the filter string.

Logon on ServiceDesk app

Administration tab, email, "mailbox rule"

 

Edit the rule matching the subject

change

" [ \t\r\n]Urgent in[ \t\r\n]"

to

"[ \t\r\n]Urgent in[ \t\r\n]"