MiH
MiH

Reputation: 421

How to save start log and end log when using Integration Service IIB?

I'm deploying a project with IIB. The good feature is Integration Serivce, but I dont know how to save log before and after each operation. So can any one know how to resolve that ? Tks !

Upvotes: 0

Views: 481

Answers (3)

Thomas Pohl
Thomas Pohl

Reputation: 69

In addition to the other answers there is one more option, which I often use: The IAM3 SupportPac

It adds a log4j-Node and also provides the possibility to log from esql and java compute nodes.

Upvotes: 1

TonyY
TonyY

Reputation: 703

There are three ways in my project. Refer to the following.

Code Level

1.JavaComputeNode (Using log4j )

Flow Level

1.TraceNode

2.Message Flow Monitoring

Upvotes: 2

Rafael Manzoni
Rafael Manzoni

Reputation: 617

There are two ways of doing this:

  • You can use Log Node to create audit logging. This option only store in files and the files are not rotatives
  • You can use the IBM Integrated Monitor these events to create a external flow that intercepts messages and store this message in the way you prefer

Upvotes: 0

Related Questions