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 » BIP8013E error Try to authorise machine

Post new topic  Reply to topic
 BIP8013E error Try to authorise machine « View previous topic :: View next topic » 
Author Message
studentD
PostPosted: Thu Jun 19, 2008 5:58 am    Post subject: BIP8013E error Try to authorise machine Reply with quote

Newbie

Joined: 12 Jun 2008
Posts: 6

I use the Websphere MQ 6.1 and the configuration Manager is setted up as default over the Message Broker toolkit. Now i try to authorise a further client to publish/subscribe messages to the Message Broker.

The command is:
Code:

mqsicreateaclentry 'Default_Conf_Manager' -m 'hostname of client' -x F


I hope the -m machine equals the host or ip address.
But i get the error Message:

Code:

BIP8013E: Die Komponente ist nicht vorhanden. Eine zu verwenden Komponente muss zuerst erstellt werden.


Translation is the component does not exist and must created as first. I'm sure the configuration Manager is running, i used the command mqsilist.

I hope you can help me.

Thanks in advance student D
Back to top
View user's profile Send private message
mqmatt
PostPosted: Thu Jun 19, 2008 7:47 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

Remove the quotes from the first parameter (name of the Config Manager).
Back to top
View user's profile Send private message
studentD
PostPosted: Thu Jun 19, 2008 8:14 am    Post subject: Reply with quote

Newbie

Joined: 12 Jun 2008
Posts: 6

thanks for the quick advice, i created successful a new authority with the command:
Code:
mqsicreateaclentry WBRK61_DEFAULT_CONFIGURATION_MANAGER -m 141.56.18.15 -x F -u username -t


the IP is an example. I need the rights or authority to publish/subscribe messages from another client, who is connected to the Message Broker.

I connected successful to the Message Broker via MQConnectionFactory. Now i try to send a simple text message. But if i want to create a new publisher this Exception follows:

Code:
MQJMS2008: Fehler beim Öffnen der MQ-Warteschlang SYSTEM.BROKER.DEFAULT.STREAM
com.ibm.mq.MQException: MQJE001: Beendigungscode 2, Ursache 2085
javax.jms.JMSException: MQJMS2008: Fehler beim Öffnen der MQ-Warteschlang SYSTEM.BROKER.DEFAULT.STREAM
   at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:586)
   at com.ibm.mq.jms.MQSession.createTPublisher(MQSession.java:5635)
   at com.ibm.mq.jms.MQTopicSession.createPublisher(MQTopicSession.java:503)
   at org.tud.dipbench.client.ri.MessageBrokerConnection.init(MessageBrokerConnection.java:132)
   at org.tud.dipbench.client.ri.MessageBrokerConnection.<init>(MessageBrokerConnection.java:62)
   at org.tud.dipbench.client.ri.MessageBrokerConnection.main(MessageBrokerConnection.java:141)


The application code is:

Code:
_session = this._topic.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
         
         if (_session instanceof MQTopicSession)
         {
            ((MQTopicSession) _session).setBrokerTimeout (5000);   // milliseconds
         }

         try{
         _publisher = _session.createPublisher (_session.createTopic (TOPIC_PUB));                  
         _publisher.setDeliveryMode (DeliveryMode.NON_PERSISTENT);
         }catch (JMSException jms)
         {
            System.err.println(jms.getMessage());
            System.err.println(jms.getLinkedException());   
         }
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP8013E error Try to authorise machine
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.