Login  Register

Re: Cannot send testmail: Invalid role

Posted by ErmanArslansOracleBlog on Dec 01, 2021; 10:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Cannot-send-testmail-Invalid-role-tp10453p10475.html

Note that,

Following MAILTYPES must be present in that table:

MAILTYPE    DISABLED
MAILTYPE    MAILATTH
MAILTYPE    MAILHTML
MAILTYPE    MAILHTML2
MAILTYPE    QUERY
MAILTYPE    (null)

check the fnd_user_preferences for SYSADMIN user..
Ensure that SYSADMIN mail type is set to an appropriate values on fnd_user_preferences.
If not, please update it.

Then run the following conc requests;

 "Sync responsibility role data into the WF table."

 "Synchronize WF LOCAL tables"

 "Workflow Directory Services User/Role Validation"

Lastly, restart all the workflow related services (Workflow Mailer and the Workflow Agent Listener Services, but ensure they are really stopped and then started!) and retry.