Hi, we have been using the email listener for a few weeks now but since putting

Hi, we have been using the email listener for a few weeks now but since putting it live have noticed some interesting behaviour with certain emails received. It appears that automated emails sent don't get picked up? They are read but not processed. Has anyone else seen this??...

OriginalPostID-67444

OriginalPostID-67444

  Discussion posts and replies are publicly visible

Parents
  • It could be they don't have the right routing information. Add these lines to any location to your appian_log4j.properties (<APPIAN_HOME>\\runtime_ear|ear\\suite.ear\\resources\\) they will give you more information on what's going on.

    log4j.logger.com.appiancorp.messaging=DEBUG
    log4j.logger.com.appiancorp.process.execution.service.ProcessExecutionServiceFacade=DEBUG
    log4j.logger.com.appiancorp.mdb=DEBUG

    These lines in conjunction with DEBUG mode in the ejb-jar.xml should give you more detail on what the problem is (look at the server.log)
Reply
  • It could be they don't have the right routing information. Add these lines to any location to your appian_log4j.properties (<APPIAN_HOME>\\runtime_ear|ear\\suite.ear\\resources\\) they will give you more information on what's going on.

    log4j.logger.com.appiancorp.messaging=DEBUG
    log4j.logger.com.appiancorp.process.execution.service.ProcessExecutionServiceFacade=DEBUG
    log4j.logger.com.appiancorp.mdb=DEBUG

    These lines in conjunction with DEBUG mode in the ejb-jar.xml should give you more detail on what the problem is (look at the server.log)
Children
No Data