Oracle applications - Surendranath Subramani: February 2017

Tuesday, February 14, 2017

Approval List could not generated. Please contact your System Administrator to review AME rules setup.

Dated: 02/14/2017

Error:

Approval List could not generated. Please contact your System Administrator to review AME rules setup.

Cause:

There could be various reasons for the error. One of the most common reason is issue in AME setup.

Solution:

To resolve the issue go to AME Business Analyst Dashboard responsibility and test the real transaction.

Screen shot given below for your reference:

identify the transaction type and click TEST.






Click Real transaction Test



Enter requisition header id and run test


AME will prepopulate all the transaction data for you. Click Run test case (2).



You will find the error as shown below. In this case the approver id 61412 is invalid. Once the approver is fixed the issue is resolved.


Thanks for visiting my blog.


Sunday, February 5, 2017

Actionable Email Approvals not Reflected in Fusion Applications

Created: 05-Feb-2017

Purpose:
In this article we will see how to resolve issue with actionable email not reflected.

Steps to indentify the problem:
Email notification is sent to approver.
Approver clicked 'approve or reject' link and responded the notification.
Human task notification is still pending.

Go to EM and look for log message.





Module: Module oracle.sdp.messaging.driver.email

Message: Message An unexpected exception was caught.

Details:

java.lang.IllegalStateException: Not connected
at com.sun.mail.imap.IMAPStore.checkConnected(IMAPStore.java:1493)
at com.sun.mail.imap.IMAPStore.getFolder(IMAPStore.java:1324)
at oracle.sdpinternal.messaging.driver.email.EmailStore.openFolder(EmailStore.java:139)
at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.getInitializedEmailStore(MailboxPollingWorker.java:107)
at oracle.sdpinternal.messaging.driver.email.MailboxPollingWorker.run(MailboxPollingWorker.java:47)
at weblogic.connector.security.layer.WorkImpl.runIt(WorkImpl.java:108)
at weblogic.connector.security.layer.WorkImpl.run(WorkImpl.java:44)
at weblogic.connector.work.WorkRequest.run(WorkRequest.java:95)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:550)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)




If you notice above mentioned error then please follow steps to possibly solve the problem.

Solution:

The issue is email account was setup with upper and lower case but while entering email properties in UMS it was defined in lower case.

WebCenterWorkflow@Oracle.com
webcenterworkflow@oracle.com


When soa server is restarted the email entered in UMS proprty is set in message client application access point as shown below.



email account is k-sensitive. 

if you go to UMS property and correct the email and access point is not updated. 
so use 'De-register' option to remove existing email from access point.
Make sure valid email account is configured in UMS property 
Restart the soa server.

Retest actionable email and you should not see any error in the log.

For more details refer to:

Actionable Email Approvals not Reflected in Fusion Applications (Doc ID 1960637.1)

Thanks for visiting my blog.