Author |
Message
|
akil |
Posted: Wed Oct 19, 2016 9:40 pm Post subject: IIB9: Monitoring Events Are Missing ApplicationName |
|
|
 Partisan
Joined: 27 May 2014 Posts: 338 Location: Mumbai
|
Using 9.0.0.2.
The monitoring events that are omitted, do not include the application/integration-service/library name; they contain only the message flow name.
Since the message flow names are unique only within the application/integration-service, this makes it impossible to know which application has emitted the event.
Code: |
XMLNSC
event
wmb:CHARACTER:http://www.ibm.com/xmlns/prod/websphere/messagebroker/6.1.0/monitoring/event
eventPointData
eventData
productVersion:CHARACTER:9002
eventSchemaVersion:CHARACTER:6.1.0.3
eventSourceAddress:CHARACTER:HTTP Input.terminal.out
eventIdentity
eventName:CHARACTER:HTTP Input.OutTerminal
eventSequence
creationTime:CHARACTER:2016-10-20T05:32:07.693649Z
counter:CHARACTER:1
eventCorrelation
localTransactionId:CHARACTER:4bb85740-960e-11e6-bbbb-7f0001010000-2
parentTransactionId:CHARACTER:
globalTransactionId:CHARACTER:
messageFlowData
broker
name:CHARACTER:IB9NODE
UUID:CHARACTER:2682800e-b51a-11e3-a23f-7f0001010000
executionGroup
name:CHARACTER:Q
UUID:CHARACTER:1b14c722-4801-0000-0080-8109094bcb44
messageFlow
uniqueFlowName:CHARACTER:IB9NODE.Q.http
name:CHARACTER:http
UUID:CHARACTER:713d2cdd-5701-0000-0080-80f109a8fed9
threadId:CHARACTER:3677
node
nodeLabel:CHARACTER:HTTP Input
nodeType:CHARACTER:ComIbmWSInputNode
terminal:CHARACTER:out
bitstreamData
bitstream:CHARACTER:R0VUIG
encoding:CHARACTER:base64Binary
|
Any suggestions on what can be done to get the application name included in the monitoring event ? Maybe a way to use a newer eventSchemaVersion ? _________________ Regards
Last edited by akil on Thu Oct 20, 2016 3:35 am; edited 1 time in total |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Oct 19, 2016 11:18 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Two points
1) Please edit your post so that the width of the BLOB can fit on a normal screen
2) Ever thought of raising a PMR? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
akil |
Posted: Thu Oct 20, 2016 3:37 am Post subject: |
|
|
 Partisan
Joined: 27 May 2014 Posts: 338 Location: Mumbai
|
Yes, did think about raising the PMR, and will do that as well ..
Any other suggestions? _________________ Regards |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Oct 20, 2016 4:11 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Tried looking at the release notes for later version of IIB (aka FixPacks)?
Why not try upgrading 9.0.0.2 to a later FP and see what happens?
You never know, it might be fixed.
As for a newer event schema version... Remember it is IIB itself that emits these messages. You are pretty well stuck with whatver message format that IIB emits.
The schema only helps you validate the emitte message and understand its structure. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
akil |
Posted: Thu Oct 20, 2016 7:03 am Post subject: |
|
|
 Partisan
Joined: 27 May 2014 Posts: 338 Location: Mumbai
|
Check with up-to 9.0.0.2, no luck
Even the IIB 10 documentation keeps the same structure.
I guess time to raise a PMR.. _________________ Regards |
|
Back to top |
|
 |
Craig B |
Posted: Thu Oct 27, 2016 6:43 am Post subject: |
|
|
Partisan
Joined: 18 Jun 2003 Posts: 316 Location: UK
|
The monitoring event schema has not been updated since V6.1 and as such there are no fields for Application/Libraries. Even when Applications/Libraries were added in V8, no updates were made to the monitoring schema.
To conform to the existing schema, a change was made in V10 so that the application/library were added as a path in the uniqueFlowName such as: BrokerName.egName.appName.libName.flowName.
Would this give you what you need or do you need separate published fields for the Application/Library? _________________ Regards
Craig |
|
Back to top |
|
 |
|