ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP8045E: The message flow is not available

Post new topic  Reply to topic
 BIP8045E: The message flow is not available « View previous topic :: View next topic » 
Author Message
saviobarr
PostPosted: Fri Aug 14, 2015 1:29 pm    Post subject: BIP8045E: The message flow is not available Reply with quote

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
View user's profile Send private message Send e-mail
stoney
PostPosted: Sat Aug 15, 2015 12:47 am    Post subject: Reply with quote

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
View user's profile Send private message
saviobarr
PostPosted: Sat Aug 15, 2015 4:10 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP8045E: The message flow is not available
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.