Wednesday, April 6, 2016

Starting/Stopping/Bouncing Workflow Mailer In Oracle Applcations (EBS)

Starting/Stopping/Bouncing Workflow Mailer In Oracle Applcations (EBS)

The ‘WorkFlow Mailer Services in Oracle E-Business R12.

To start:

Goto system administrator --> Oracle application manager --> Workflow

Click on the Service Components UP logo.

Click on the Workflow Mailer Service in the last of this list.

Select the WORKFLOW AGENT LISTENER SERVICE and select the Start ALL in the selection box (highlighted) and then click on GO button

check the complete status, it should be showing as 'ACTIVATED'.

To stop:

Goto system administrator --> Oracle application manager --> Workflow

Click on the Service Components UP logo.

Click on the Workflow Mailer Service in the last of this list.

Select the WORKFLOW AGENT LISTENER SERVICE and select the Stop ALL in the selection box (highlighted) and then click on GO button

check the complete status, it should be showing as 'DEACTIVATED'.

SELECT component_name as Component, component_status as Status FROM fnd_svc_components WHERE component_type = 'WF_MAILER';

Possible Values:
RUNNING
STOPPED
STARTING
STOPPED_ERROR
DEACTIVATED_USER
DEACTIVATED_SYSTEM

No comments:

Post a Comment