Author |
Message
|
goffinf |
Posted: Sun Mar 08, 2009 4:03 am Post subject: mqsiapplybaroverride BSOD |
|
|
Chevalier
Joined: 05 Nov 2005 Posts: 401
|
WBIMB version: 6.1.03
Platform : Windoxs XP
Today I was for the first time using the mqsiapplybaroverride command on our XP dev environment. I note that this implemented as a batch file that calls the Java class :-
com.ibm.broker.config.util.ApplyBarOverride
with a shed-load of potential arguments.
I opened a Broker command console and ... entered :-
mqsiapplybaroverride -b myBar.bar -m myFlow#additionalInstances=10
all was well. The command finds myBar.bar in the SAME directory that the command console opened :-
C:\Program Files\IBM\MQSI\6.1
Of course having to copy the BAR file to that directory seems a bit inconvenient so I assumed that it would be OK to specify an absolute file-path such as :-
mqsiapplybaroverride -b e:\temp\barTest\myBar.bar ...
But when I do ... boom, I get the Windows Blue Screen of Death !!!
Has anyone else come across this ??
Fraser. |
|
Back to top |
|
 |
goffinf |
Posted: Sun Mar 08, 2009 4:46 am Post subject: |
|
|
Chevalier
Joined: 05 Nov 2005 Posts: 401
|
I tried mqsireadbar -b myBAR.bar and even using a BAR in the same directory it BSOD as well !!! |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Mar 08, 2009 5:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That certainly shouldn't happen.
And it doesn't happen for me, at least with mqsireadbar, either to specify a full path to the bar file while inside the install directory or specifying a relative path while in the location of the bar file.
I'd double check your install, reapply the latest FP/IP, and then open a PMR if it's still broken. |
|
Back to top |
|
 |
timjohnarm |
Posted: Mon May 04, 2009 2:36 pm Post subject: |
|
|
Apprentice
Joined: 28 Sep 2004 Posts: 40 Location: Melbourne Australia
|
What hardware and software are you running? |
|
Back to top |
|
 |
AkankshA |
Posted: Mon May 04, 2009 11:13 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
try running it with -p option
i.e. specify changes in a properties file _________________ Cheers |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 04, 2009 11:41 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
I (and others on this site) use file paths no problem. There's an automated build not 10 feet from me that does it every 30 minutes or so (if something else doesn't go wrong!)
mqjeff wrote: |
I'd double check your install, reapply the latest FP/IP, and then open a PMR if it's still broken. |
Sounds a lot like a PMR to me. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
asudhakar |
Posted: Fri May 08, 2009 11:51 am Post subject: |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
AkankshA wrote: |
try running it with -p option
i.e. specify changes in a properties file |
I tried with -p option. where we have to send .prop file as input. Then broker parameters will be override the values which we mention in .prop file. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
|