### ### $Header: wfsvc.msg 26.5 2004/12/10 08:51:26 dmani ship $ ### WFSVC.MSG - Global Parameters for FND's Generic Service Component ### Framework ### ### NOTE: This file contains settings that would normally exist ### as profile options in Apps. None of these values are ### translateable. # # dbdrv: exec fnd bin WFRESGEN bin &phase=daa+35 \ # dbdrv: checkfile:~PROD:~PATH:~FILE \ # dbdrv: &ui_apps 0 Y DATABASE @~PROD:~PATH/~FILE # #Type Name ID Data #---- ------------------------------ --- --------------------------------- # # # SVC_ENABLED_FLAG - Display new UI for Workflow Manager using GSC Framework? # # This parameter signals to OAM whether to show the Workflow Manager UI # with the GSM Service Components or not. If this is set to 'N', OAM # will show the old UI. # WFTKN SVC_ENABLED_FLAG 0 Y # # # SVC_WRITE_DIAG_TO_GSM_LOG - Write diagnostic log to GSM log? # # This parameter is applicable only when the container is started by GSM. # If 'Y', the diagnostic log should be logged to the GSM service log. # Otherwise, AppsLog will determine where to log from the profile options. # WFTKN SVC_WRITE_DIAG_TO_GSM_LOG 0 Y # # # SVC_CONTAINER_LOOP_SLEEP - Container Loop Sleep # # This parameter is applicable only when the container is started by GSM. # It specifies the amount of time (in seconds) to sleep in the loop that # checks for new messages on the GSM queue. # WFTKN SVC_CONTAINER_LOOP_SLEEP 0 10 # # # SVC_CONTAINER_READ_TIMEOUT - Container Read Wait Timeout # # This parameter is applicable only when the container is started by GSM. # It specifies the amount of time (in seconds) to wait for a message on the # GSM queue before timing out. # WFTKN SVC_CONTAINER_READ_TIMEOUT 0 10 # # # SVC_CONTAINER_LOG_LEVEL - Initial Container Log Level # # The default log level for the container. # WFTKN SVC_CONTAINER_LOG_LEVEL 0 5 # # # SVC_COMP_MONITOR_LOOP_SLEEP - Component Monitor Loop Sleep # # The amount of time (in seconds) to sleep in the component monitoring loop. # WFTKN SVC_COMP_MONITOR_LOOP_SLEEP 0 60 # # # SVC_COMP_MONITOR_ONDEMAND_FREQ - Component Monitor On-Demand Frequency # # Frequency (in seconds) for the component monitoring loop to monitor # 'on-demand' components. # WFTKN SVC_COMP_MONITOR_ONDEMAND_FREQ 0 300 # # # SVC_COMP_MAX_ERROR_COUNT - Component Max Error Count # # Maximum number of times an 'automatic' component can stop with error before # it is 'system deactivated'. # WFTKN SVC_COMP_MAX_ERROR_COUNT 0 10