|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
BIP8045E: The message flow is not available |
« View previous topic :: View next topic » |
Author |
Message
|
saviobarr |
Posted: Fri Aug 14, 2015 1:29 pm Post subject: BIP8045E: The message flow is not available |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
Hi everybody,
When I issue a mqsilist command I am able to see my MF called 'TotalPurchaseOrderFlow'. See the output below:
[wbi@mor-iibdes01 bin]$ ./mqsilist IIB_01 -r -e EG_02
BIP1275I: Application 'WBMonitorEventsProject' on execution group 'EG_02' is running.
BIP1277I: Message flow 'TotalPurchaseOrderFlow' on execution group 'EG_02' is running. (Application 'WBMonitorEventsProject', Library '')
BIP1274I: Library 'WBMonitorEventsMessageSetLIB' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject')
BIP1299I: File 'WBMonitorEventsMessageSet.xsdzip' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library 'WBMonitorEventsMessageSetLIB')
BIP1299I: File 'TotalPOMessage9.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage8.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage7.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage6.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPurchaseOrderFlowProfile.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage5.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage4.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage3.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage2.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage1.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPOMessage10.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'MonitoringProfile.xml' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP1299I: File 'TotalPurchaseOrderFlow.esql' is deployed to execution group 'EG_02'. (Application 'WBMonitorEventsProject', Library '')
BIP8071I: Successful command completion.
[wbi@mor-iibdes01 bin]$
But when I try to enable monitoring by issuing a mqsichangeflowmonitoring, I get a "BIP8045E: The message flow is not available" error. I am using exactly the same Broker and EG, as you can see below:
[wbi@mor-iibdes01 bin]$ ./mqsichangeflowmonitoring IIB_01 -e EG_02 -f TotalPurchaseOrderFlow -c active
BIP8045E: The message flow is not available.
The message flow could not be found; it may have been deleted by the Integration Toolkit or a CMP application.
Use the Integration Toolkit or a CMP application to see if the message flow exists.
[wbi@mor-iibdes01 bin]$
Any clue?
Kind regards
Savio Barros |
|
Back to top |
|
 |
stoney |
Posted: Sat Aug 15, 2015 12:47 am Post subject: |
|
|
Centurion
Joined: 03 Apr 2013 Posts: 140
|
Quote: |
[wbi@mor-iibdes01 bin]$ ./mqsilist IIB_01 -r -e EG_02
BIP1275I: Application 'WBMonitorEventsProject' on execution group 'EG_02' is running.
BIP1277I: Message flow 'TotalPurchaseOrderFlow' on execution group 'EG_02' is running. (Application 'WBMonitorEventsProject', Library '') |
Because your message flow is in the application WBMonitorEventsProject, you must specify the application name to the mqsichangeflowmonitoring command so that the command can find the specified message flow - you can specify the application name using the -k parameter:
Code: |
mqsichangeflowmonitoring IIB_01 -e EG_02 -f TotalPurchaseOrderFlow -c active -k WBMonitorEventsProject |
|
|
Back to top |
|
 |
saviobarr |
Posted: Sat Aug 15, 2015 4:10 am Post subject: |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
Hi Stoney,
Thanks a lot for replying. I've provided the application name (-k WBMonitorEventsProject) and it works now!
Have a great WE[/quote] |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|