JIMI

  • durai611
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 2 months ago #11187 by durai611
JIMI was created by durai611
Dear All,

Have anyone tried using JIMI?

I am working in a T24 environment with jbase release 5023 as runtime and Oracle as database.

The problem is I am not able to capture the transaction commit details in log file.

For example: If I am creating a new record in ABBREVIATION table, then the log file will get udpated with the following details,

COMMIT_BEGIN:
WRITE_BEGIN:
WRITE_AFTER_BEGIN:
WRITE_AFTER_END:
WRITE_END:
COMMIT_END:

But there is no update of above details in log file.

Note: I have even passed the option 'TRANSACTION' to JIMITraceOn.

Any idea what might be the problem?

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
13 years 2 months ago #11190 by jpb
Replied by jpb on topic Re: JIMI
Have you tried invoking JIMI from jprof ?

to on
jprof -j ON 3 jimi.out ALL

3 - port no (1 st arg in JIMITraceOn)
jimi.out - output.file (2 nd arg in JIMITraceOn)
ALL - options (3 rd arg in JIMITraceOn)

to off
jprof -j OFF 3

Maybe this text from Greg Cooper also helps (even it's from 4.1)
Warning: Spoiler!

Please Log in or Create an account to join the conversation.

  • durai611
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 2 months ago #11195 by durai611
Replied by durai611 on topic Re: JIMI
I have tried this but no luck :-(

Please Log in or Create an account to join the conversation.

Time to create page: 0.034 seconds