Posted: Thu Jun 19, 2008 5:58 am Post subject: BIP8013E error Try to authorise machine
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.
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)
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