HOW TO change the workflow config fileThis is a featured page

Platform: Oracle App: Oracle Applications Tool: Oracle Workflow
DB Ver: 9.2 App Ver: 11.5.8 Tool Ver: 2.6.2
Revision Date: 19-Feb-2006 Keywords: HOWTO, WORKFLOW, CONFIG

Goal
To change the workflow config file

Facts


Solution
The Workflow config file is located in:

$FND_TOP/import or $FND_TOP/resource

and it is called

wfmail.cfg

A sample config file is shown below:

# $Header: wfmail.cfg 115.8 2001/03/29 20:24:06 pkm ship $
# Workflow Mailer Configuration File
# All parameters are optional unless otherwise noted
# Some have default values if left unspecified
# Fill in all parameters according to site requirements
#

#
# System Configuration
#

# Database Login Information
CONNECT=user/passwd@db

# Mail Account: mail account to send and receive mail from (required)
# CHANGE THIS!
ACCOUNT=wfoffice/wfoffice

# From: value of the from field in the header of mail message sent
# by the Oracle Workflow Mailer
FROM=Oracle Workflow

# Mailer Outbound Queues: This values indicates the number of outbound
# SMTP queues the mailer will monitor.
#
QUEUE=1

# Mailer Node name: name to identify this mailer (required)
NODE=wf

# Send Notification Summary Only
SUMMARYONLY=N

# Direct Response Required (Only available for notifications to MAILTEXT and MAILATTH roles)
DIRECT_RESPONSE=N

# Idle time: time to wait between polling for new work (seconds)
IDLE=30

# Shutdown request file: when this file is detected, the mailer exits
SHUTDOWN=shutdown

# Fail command: os command to run when exiting with error
# FAILCOMMAND=echo "Mailer has exited"

# Debug mode: turns on extra debugging output
# DEBUG=Y

# Test Address: routes outgoing mail to the indicated address (for testing)
# TEST_ADDRESS=testaccount

#
# Send Configuration
#

# Reply To email address: email address that responses should go to (required)
# CHANGE THIS!
REPLYTO=wfoffice@hqsun.company.com

# HTML Web Agent path: (required for mailed html support)
# CHANGE THIS if you have a HTML web agent for HTML attachments that is
# to be different to the HTML Agent speicified in Oracle Workflow
# Global Preferences.
# HTMLAGENT=http://hqsun.company.com/wf/owa

# HTML Attachment desc: description of attachment type (required for Oracle Internet Messaging only)
HTMLDESC=HTML

# HTML Attachment type: numeric attachment code (required for Oracle Internet Messaging only)
HTMLTYPE=10003

#
# Respond Configuration
#

# Discard Folder: folder in which unrecoginzed incoming mail is placed
# (leading '-' truncates folder on startup)
DISCARD=-discard

# Processed folder: folder in which successfully processed mail is placed
PROCESS=processed

# Unprocessed folder: folder in which mail awaiting processing is placed
UNPROCESS=unprocessed

# Response Tag file: file for response routing (optional)
# CHANGE THIS!
TAGFILE=/appltop/fnd/resource/wfmail.tag

# Reset NLS codeset per notification
# It will use the codeset from WF_LANGUAGES base on recipient's language
# and territory.
# RESET_NLS=Y

# Specify an alternate HTML Mail Template for mail reader that has
# problem supporting certain features
# HTML_MAIL_TEMPLATE=OPEN_MAIL_OUTLOOK



consultium
consultium
Latest page update: made by consultium , Oct 7 2009, 4:37 AM EDT (about this update About This Update consultium Edited by consultium

402 words added

view changes

- complete history)
Keyword tags: CONFIG OWTO WORKFLOW
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.