Author |
Message
|
nab054371 |
Posted: Sun Feb 10, 2008 6:06 am Post subject: WBIMB 6.0: Issue deploying 7.2 MB bar file |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Hi,
I am running to an error when trying to deploy a bar file with just one message set in it(7.2MB in size).Just so I make myself clear,I am able to deploy bar files with smaller sizes without any issues.
Just so you guys know,max message length on SYSTEM.BROKER.ADMIN.QUEUE is 104857600 and SYSTEM.BKR.CONFIG channel is 8194305(7.8MB).
Any ideas?
thanks |
|
Back to top |
|
 |
elvis_gn |
Posted: Sun Feb 10, 2008 6:11 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi nab054371,
What the log size for the QM ?
Regards. |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Feb 10, 2008 7:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You have to set maxmsgsz on the queue manager, you have to set it on channels, you have to set it on queues.
You have to set it on channels from Toolkit to ConfigMgr, and likely from ConfigMgr to Broker (or are they using the same queue manager?)
What is the exact problem you're getting? Maybe it's not related to maxmsgsz at all? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nab054371 |
Posted: Sun Feb 10, 2008 10:28 pm Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
I get BIP0915E error message when trying to deploy this bar file.The description also says "could not put a message to configuration manager queue".
Just an FYI, both CFG MGR and WMB Broker share the same queue manager
Additionally,I have bumped up the max mesg length on all SYSTEM.* channels to be 104857600,but this does not seem to help either |
|
Back to top |
|
 |
telecoda |
Posted: Mon Feb 11, 2008 1:28 am Post subject: |
|
|
Novice
Joined: 05 Feb 2008 Posts: 15
|
Is the .bar file "really" 7.8 MB?
I had a similar problem on MB 6.0.2 when I had been repeatedly amending a message set and the bar file size had kept up.
I resolved the problem by removing the archive from the bar file. (I am on 6.1 now so can't tell you exactly how to do it. I remember it is on one of the tabs on the bar file editor though)
(Rather than amending the message sizes, which would be the "proper" way).
This reduced the size of my bar file significantly. |
|
Back to top |
|
 |
kimbert |
Posted: Mon Feb 11, 2008 2:22 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Which platform? On my Windows machine, I find that I need to increase the log size if I'm deploying large BAR files. |
|
Back to top |
|
 |
nab054371 |
Posted: Mon Feb 11, 2008 8:13 pm Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Hi,
I am on windows,just wanted to check and see,how do I bump up the MQ log fle size?
thanks |
|
Back to top |
|
 |
kimbert |
Posted: Tue Feb 12, 2008 2:15 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Not sure...I always create the QM with a large enough log size. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 12, 2008 2:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
nab054371 wrote: |
I am on windows,just wanted to check and see,how do I bump up the MQ log fle size?
|
The Search Button Is Your Friend - this has been discussed a few times (along with how much to bump it up by) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Fede_patane |
Posted: Tue Feb 12, 2008 11:40 am Post subject: MQ log size |
|
|
Novice
Joined: 05 Oct 2006 Posts: 15 Location: Buenos Aires, Argentina
|
hey, once again, increase the mq log size. Whay happens is that mq put's the entire message in the log before putting it on any queue.
I don't know in windows but in AIX you could find this setting in the qm.ini file in the MQ install directory. I believe you should find this file in windows also.
check the parameters in that file like the following:
Log:
LogPrimaryFiles=100 <= more files
LogSecondaryFiles=30 <= more files
LogFilePages=1024
LogType=CIRCULAR
LogBufferPages=0
This particular configurations works for messages 104 mb.
)
Federico _________________ You ask why are we slaves, but I ask why are you not? What hideous force in the universe could set you free and forever taken away your peace of mind. |
|
Back to top |
|
 |
rohit |
Posted: Tue Feb 12, 2008 7:59 pm Post subject: |
|
|
 Apprentice
Joined: 05 Jul 2005 Posts: 40
|
I got the same problem,before two days.even my setup is also on windows.
There is no qm.ini file on windows.dont delete the log files before taking backup.coz,i did the following,but it didn't work out.
1. Create a dummy queue manager with the required paramers.
2. copy the logfiles and replace into ur new queue managers.
3. Edit the queue manager settings.(Here only i got strucked,i did not know where to make change about the configuration).
After replacing only i found there is no qm.ini file in windows.
so i create the entire setup again since it was the testing machine.
if somebody tell the location where to change the configuration,it will be helpfull.
Regards,
Rohit _________________ IBM Certified System Administrator - WebSphere MQ V6.0
------------------------------------
Don't think that you can!...But,Know that you can!.. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Feb 12, 2008 8:13 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Rohit i believe you have mentioned about
COLD Start Procedure isn't it
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
nab054371 |
Posted: Tue Feb 12, 2008 9:17 pm Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
I got this fixed.Had to bump up the logprimaryfiles and logsecondaryfiles in windows.
Rohit - FYI,u should be able to change these configurations by getting into MQ Explorer and then going over the QM's LOG properties(Right click on ur QM and work with Logs section) |
|
Back to top |
|
 |
|