Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
5317 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
hello, we initiate a process through the arrival of an email, it wor
Victor Bouchery
A Score Level 2
over 10 years ago
hello,
we initiate a process through the arrival of an email, it works correctly except for a sender.
Watching the MIME header, emails that are not consumed by APPIAN have:
Content-Type: text / html; charset = "us-ascii"
Content-Transfer-Encoding: quoted-printable
while the others:
Content-Type: application / ms-tnef; name = "winmail.dat"
Content-Transfer-Encoding: binary
Do you think that the encoding of the email may be related to my problem?
thanks in advance....
OriginalPostID-126902
OriginalPostID-126902
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Have you reviewed the application-server.log to see if there are any errors? See if your logs have something like this:
com.appiancorp.messaging.ProcessRouteMissingException: APNX-1-8001-001: No Process Routing Information Provided: Needs one of DestinationEventPersistentID, DestinationProcessID, DestinationPMID, DestinationPMUUID
I do not think the MIME header will make a difference
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Victor Bouchery
A Score Level 2
over 10 years ago
No, I have no "Process Routing" error in the "application-server.log" file, or any other error when Appian grab the email.
I think the routing is correctly set in the custom.properties file because emails send by another sender start the process.
I have the probleme with only one sender.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
1. Is this sender including the alias address in the CC, TO or BCC?
2. You can enable DEBUG mode in ejb-jar.xml to troubleshoot further
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
3. You can also enable DEBUG mode in <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties adding this:
log4j.logger.com.appiancorp.messaging.MessagePublisherServiceImpl=DEBUG
log4j.logger.com.appiancorp.process.execution.service.ProcessExecutionServiceFacade=DEBUG
log4j.logger.com.appiancorp.mdb=DEBUG
4. Once the troubleshooting ends, revert these loggers to ERROR
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Victor Bouchery
A Score Level 2
over 10 years ago
I found! the variable "FromName" of the email of this sender is NULL, and the process didn't start. Using the "property(obect, propertyName, valueIfEmpty)" function that corrects the problem of NULL values. thank you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rachelz290
over 6 years ago
in reply to
Eduardo Fuentes
Eduardo Fuentes
, How does one resolve APNX-1-8001-001 error? This error is filling up our log files.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel