Debugging a Connect:Direct process that is called by a file transfer
We can configure the Connect:Direct bridge agent to write log information about the Connect:Direct process that is called by a file transfer to the output0.log file in the Connect:Direct bridge agent configuration directory.
To configure logging of the Connect:Direct
processes, complete the following steps:
Procedure
- Stop the Connect:Direct bridge agent.
- Edit the agent.properties file in
the MQ_DATA_PATH/mqft/config/coordination_queue_manager/agents/bridge_agent_name directory
to include the property logCDProcess. The logCDProcess property
can have one of the following values:
- None - No information is logged. This is the default.
- Failures - Information about failed Connect:Direct processes is logged.
- All - Information about all Connect:Direct processes is logged.
- Start the Connect:Direct bridge agent.
Results
Information about Connect:Direct processes is logged to the Connect:Direct bridge agent's output0.log file. The information that is logged comprises:- MFT transfer ID
- Connect:Direct process name
- Connect:Direct process number
- Generated process definition
- File name of the process template, if the Connect:Direct process is user-defined
Parent topic: Troubleshooting the Connect:Direct bridge
Related concepts
Related information