Previous | Next | Contents | Index | Glossary | Library |
wfmail.<xxx> -f <config_file>
wfmail.<xxx> <arg1> <arg2> ...
wfmail.<xxx> -f <config_file> <arg1> <arg2> ...
Note: Your system administrator needs to add this concurrent program to a request security group for the responsibility that you want to run this program from. See: Overview of Concurrent Programs and Requests
WFMAIL apps/pwd 0 Y FILE config_file
Replace apps/pwd with username and password to the APPS schema, replace config_file with the file specification of the configuration file that contains the parameters you want to run with the Notification Mailer.
A file specification is specified as:
@<application_short_name>:[<dir>/.../]file.ext
or
<native path>
<drive>:\<ORACLE_HOME>\wf20\bin\wfmlr20.exe -f <config_file>
Note: You can also double-click on the Oracle Workflow Notification Mailer icon in the Oracle for Windows 95 or Oracle for Windows NT program group to start the program, but you must first edit the properties of the icon to include the above command as its target.
wfmlr20.exe <arg1> <arg2> ...
wfmlr20.exe -f <config_file> <arg1> <arg2> ...
CONNECT | (Required) The information to connect to the database account where the Oracle Workflow server is installed, using the format, username/password@connect_string (or alias). |
ACCOUNT | (Required) The information to connect to the mail account that the program uses to send notification messages. For MAPI-compliant mail programs, the account information is the mail account profile name and mail account password. For Oracle Office/InterOffice, the account information would an Oracle Office/InterOffice database account of the format, username/password@connect_string (or alias). For Sendmail, the account information would be the full path of the outgoing mail spool account file, which also corresponds to the account from which you start the Notification Mailer. |
Attention: If you are using the version of Oracle Workflow embedded in Oracle Applications, and want to start the Sendmail version of the Notification Mailer concurrent program, then the Account parameter must be set to the account from which you start the Concurrent Manager.
Attention: If you set SUMMARYONLY=Y, then the Notification Mailer will shut itself down after it polls the database and deliveries any appropriate notification summaries. You must therefore schedule the Notification Mailer to run at the frequency you want notification summaries to be delivered. We recommend you run the summary Notification Mailer once a day, since the summary includes all open notifications. For Oracle Workflow running in the standalone environment, this would involve creating a operating system script, such as a cron job in UNIX, to schedule the Notification Mailer. For the version of Oracle Workflow embedded in Oracle Applications, this simply involves scheduling the Notification Mailer concurrent program in the Submit Request form.
Note: Use a similar technique to restart the Window NT Notification Mailer.
wfmail.csh -f <config_file>
Previous | Next | Contents | Index | Glossary | Library |