|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
mqsichangeproperties gives a BIP2051E |
« View previous topic :: View next topic » |
Author |
Message
|
sealpup |
Posted: Wed Sep 22, 2010 6:34 am Post subject: mqsichangeproperties gives a BIP2051E |
|
|
 Apprentice
Joined: 21 Sep 2010 Posts: 26
|
Hello,
Windows, default local broker (working just fine), I want to amend the locations of the brokerKeystoreFile and brokerTruststoreFile attributes.
It's failing.
I can reportproperties as below:
Code: |
C:\Program Files\IBM\MQSI\6.1>mqsireportproperties WBRK61_DEFAULT_BROKER -o BrokerRegistry -a
BrokerRegistry
uuid='BrokerRegistry'
brokerKeystoreType='JKS'
brokerKeystoreFile='C:\ProgramFiles\ibm\gsk7\bin\MyBrokerKeystore.jks'
brokerKeystorePass='brokerKeystore::password'
brokerTruststoreType='JKS'
brokerTruststoreFile='C:\ProgramFiles\ibm\gsk7\bin\MyBrokerTruststore.jks'
brokerTruststorePass='brokerTruststore::password'
httpConnectorPortRange=''
httpsConnectorPortRange='1-9999'
operationMode='enterprise' |
But when I try to change the values I get the following error messages. Can't find anything sensible documented around the BIP2051E and BIP2087E.
Nothing in the event viewer.
Any help greatly apprecaited.
Thanks,
Kevin.
Code: |
mqsichangeproperties WBRK61_DEFAULT_BROKER -o BrokerRegistry -n MyBrokerKeystore.jks -v C:\MyBrokerKeystore.jks |
Code: |
BIP2051E: Broker WBRK61_DEFAULT_BROKER (UUID b0ced438-2401-0000-0080-8d7ef347e637) could not process an inte
rnal configuration message to completion, the problem was caused by 'brokerregistry'.
The configuration message could not be processed and was rejected.
Use the inserts within this message to determine the cause of the problem. Correct the broker's configurati
on and redeploy using the Message Brokers Toolkit, mqsideploy command or Config Manager Proxy application. C
ontact your IBM support center if you are unable to resolve the problem.
BIP2087E: Broker WBRK61_DEFAULT_BROKER was unable to process the internal configuration message.
The entire internal configuration message failed to be processed successfully.
Use the messages following this message to determine the reasons for the failure. If the problem cannot be r
esolved after reviewing these messages, contact your IBM Support center. Enabling service trace may help det
ermine the cause of the failure.
BIP8036E: Negative response received.
This command sends an internal configuration message to the broker, the response received indicated that the
internal configuration message was unsuccessful.
Check that the WebSphere MQ transport is available. Check the system log for further information. |
|
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 22, 2010 11:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
This is windows. Is the user allowed to change registry values?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sealpup |
Posted: Thu Sep 23, 2010 2:31 am Post subject: |
|
|
 Apprentice
Joined: 21 Sep 2010 Posts: 26
|
I believe so.
I can still change the brokerKeystorePass attribute without error....
Irrespectively, the question would still remain unanswered i.e. how can I amend the locations of the brokerKeystoreFile and brokerTruststoreFile attributes?
Thanks. |
|
Back to top |
|
 |
mgk |
Posted: Thu Sep 23, 2010 3:03 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Hello,
The -n flag is wrong in your post. It should be the Name of the thing you are changing, not the thing itself, as that goes in the -V (Value). Try it like this:
Code: |
mqsichangeproperties WBRK61_DEFAULT_BROKER -o BrokerRegistry -n brokerKeystoreFile -v C:\MyBrokerKeystore.jks |
and
Code: |
mqsichangeproperties WBRK61_DEFAULT_BROKER -o BrokerRegistry -n brokerTruststoreFile -v C:\MyBrokerTruststore.jks |
Kind Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
sealpup |
Posted: Thu Sep 23, 2010 5:02 am Post subject: |
|
|
 Apprentice
Joined: 21 Sep 2010 Posts: 26
|
mgk,
You are of course correct.
Thank you again for your helpful and accurate assistance.
Regards,
Kevin. |
|
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
|
|
|
|