Table of Contents

Search

  1. Preface
  2. Understanding Pipeline Partitioning
  3. Partition Points
  4. Partition Types
  5. Pushdown Optimization
  6. Pushdown Optimization and Transformations
  7. Real-time Processing
  8. Commit Points
  9. Row Error Logging
  10. Workflow Recovery
  11. Stopping and Aborting
  12. Concurrent Workflows
  13. Grid Processing
  14. Load Balancer
  15. Workflow Variables
  16. Parameters and Variables in Sessions
  17. Parameter Files
  18. FastExport
  19. External Loading
  20. FTP
  21. Session Caches
  22. Incremental Aggregation
  23. Session Log Interface
  24. Understanding Buffer Memory
  25. High Precision Data

Advanced Workflow Guide

Advanced Workflow Guide

Log Files for Unique Workflow Instances

Log Files for Unique Workflow Instances

When you configure a workflow to run concurrently with unique instance names, the Integration Service creates logs for each instance. Each log file name includes the instance name:
<workflow_name>.<workflow_instance_name> <session_name>.<workflow_instance_name>
For example if the workflow log file name is wf_store_sales.log, and the instance name is store1_workflow, the Integration Service creates the following log file names for the binary workflow log file and the text workflow log file:
wf_store_sales.log.store1_workflow.bin wf_store_sales.log.store1_workflow
To avoid overwriting the log files, you can archive the log files or save the log files by time stamp.

0 COMMENTS

We’d like to hear from you!