How to enable dynamic debugging for the workflow server i.e. without the need to changed the config files?
book
Article ID: KB0092653
calendar_today
Updated On:
Products
Versions
TIBCO BusinessWorks Collaborator
-
Not Applicable
-
Description
Resolution: Confirm that the debug enabling is off in the IcServer.srv / false in icconfig.xml.
If using non-default rv parameters set the following correctly before running the debug option: IC_TIBRV_DAEMON=tcp:<daemon_port> IC_TIBRV_SERVICE=<service_port> IC_TIBRV_NETWORK=<network>
To turn the debug on (file will be created at the default location i.e. logs folder / as specified in the config file): >> ./IcDebugControl -i <Dispatcher Name> on -icclient icdba/icdba@<WorkflowServerName> (Use the group name in case using FT mode)
To turn Off: >> ./IcDebugControl -i <Dispatcher Name> off -icclient icdba/icdba@<WorkflowServerName> (Use the group name in case using FT mode)
If the above doesn't work try the following: cd $<WF_Server_HOME>/bin export IC_CLIENT=icdba/icdba@<WF_Server_Name> (Use the group name in case using FT mode) ./IcDebugControl -i <Dispatcher Name> -c on -f "/tmp/icdebug.log" (Replace on with off if you want to stop the debug entries being made to the file)
Issue/Introduction
How to enable dynamic debugging for the workflow server i.e. without the need to changed the config files?