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 » BIP1538E: Unable to deploy configuration data to broker

Post new topic  Reply to topic
 BIP1538E: Unable to deploy configuration data to broker « View previous topic :: View next topic » 
Author Message
yoon
PostPosted: Sun Oct 08, 2006 10:14 pm    Post subject: BIP1538E: Unable to deploy configuration data to broker Reply with quote

Novice

Joined: 18 Aug 2006
Posts: 14

Hi friends,
I have try to deploy bar file to Message Broker in Solaris by using WBIMB (version 5.02 with fix pack CSD04) and increase DB2 database's configuration parameter value in APP_CTL_HEAP_SZ with 1024, APPLHEAPSZ with 1024 and DBHEAD with 1200.

Initially, I have try to deploy bar file with file size 180KB and it shows the successful to deploy, but when i have change bar file with size 617KB, it prompt the following error message.

BIP1538E: Unable to deploy configuration data to broker BKGLMD01 on queue manager GLMBKD01; WebSphere MQ reason code 2218.

An attempt was made to deploy configuration data to broker BKGLMD01 on queue manager GLMBKD01, but WebSphere MQ could not deliver the deploy request to the broker. The WebSphere MQ ReasonCode is 2218. No configuration data was deployed.

For more information on this error refer to the WebSphere MQ Application Programming Reference manual, code 2218. Correct the problem and retry the deploy operation.


So do you know what is the problem happen in here? How can i resolve the problem, may you give any advise and idea with details? Thank you.
_________________
{-'_'-}yoon
Back to top
View user's profile Send private message MSN Messenger
Gaya3
PostPosted: Sun Oct 08, 2006 11:31 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi Yoon,

The Broker Queue manager and the tool kit is connected using client - Server channel.

As per the error: The Message that you are placing is too big for the channel to hold.

Please have a look in to the size of the Queue manager can hold messages.

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Gaya3
PostPosted: Sun Oct 08, 2006 11:36 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

Look in to the MAXMSGL() specified on a channel definition.

please look in to the Dead letter queue also, ensure that the message has reached there, if you defined it

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
yoon
PostPosted: Tue Oct 17, 2006 5:49 am    Post subject: Reply with quote

Novice

Joined: 18 Aug 2006
Posts: 14

hi thank you for your helping, I have solved the problem by following guide

Message BIP1538 with reason code 2218
Scenario: Error message BIP1538 is issued with reason code 2218 when you are deploying a large message set.
Explanation: The size of the message exceeds the maximum message size on the channel.
Solution: Increase the channel maxmsgl parameter on both channel pairs, at both ends:
On the Configuration Manager queue manager, issue the WebSphere MQ alter channel command:

alter chl(CM_to_BRK) chltype(sdr) MAXMSGL(104857600)
alter chl(BRK_to_CM) chltype(rcvr) MAXMSGL(104857600)



On the broker queue manager, issue the WebSphere MQ alter channel command:
alter chl(BRK_to_CM) chltype(sdr) MAXMSGL(104857600)
alter chl(CM_to_BRK) chltype(rcvr) MAXMSGL(104857600)
Stop and restart each of the channels.

_________________
{-'_'-}yoon
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP1538E: Unable to deploy configuration data to broker
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.