Author |
Message
|
praj1740 |
Posted: Thu Mar 14, 2013 12:19 am Post subject: About Deploying a bar file in broker by mqsi command |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
hi i am newbie to wmb. When im trying to deploy a barfile in broker by using the mqsideploy command.it is giving the error BIP1191E: The file 'wmb_recorddistribution_bar' could not be read.cant find the possible reason for failure. can anyone help me regarding this.Thank you. |
|
Back to top |
|
 |
nukalas2010 |
Posted: Thu Mar 14, 2013 12:43 am Post subject: Re: About Deploying a bar file in broker by mqsi command |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
praj1740 wrote: |
the error BIP1191E: The file 'wmb_recorddistribution_bar' could not be read.. |
The error message clearly showing that the bar file cannot be read. It means that the given bar file name was wrong. BTW, are you giving the barfile name with extension ?? I mean like 'wmb_recorddistribution_bar.bar'.  |
|
Back to top |
|
 |
praj1740 |
Posted: Thu Mar 14, 2013 1:10 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
Even when i specify with the extension also it is giving the same error message.And More over user has the authority and is a member of the group mqbrkrs . |
|
Back to top |
|
 |
nathanw |
Posted: Thu Mar 14, 2013 1:23 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
just out of curiosity the bar file is in the same place as where you are running the command or you have the path to the bar file?
please post your whole command string _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
praj1740 |
Posted: Thu Mar 14, 2013 1:33 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
The command is mqsideploy MB7BROKER -e default -a wmb_recorddistribution_bar.Im not specifying the path here since the takes only bar file name. |
|
Back to top |
|
 |
nathanw |
Posted: Thu Mar 14, 2013 1:43 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
praj1740 wrote: |
The command is mqsideploy MB7BROKER -e default -a wmb_recorddistribution_bar.Im not specifying the path here since the takes only bar file name. |
ok firstly probably a good idea to put your command in code block
Code: |
mqsideploy MB7BROKER -e default -a wmb_recorddistribution_bar |
that will make it easier to read and stand out
secondly the location you are running the command is it
Code: |
c:\x\x\x\mqsideploy MB7BROKER -e default -a wmb_recorddistribution_bar |
is the bar file in the same location? _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
praj1740 |
Posted: Thu Mar 14, 2013 1:52 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
yes it is in the same location.And it is also giving the message that :-Ensure that the file exists and that the current user has authority to read it.How can we provide authority for a user.Is there any command for that |
|
Back to top |
|
 |
nathanw |
Posted: Thu Mar 14, 2013 1:56 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
what platform is this on and versions _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
praj1740 |
Posted: Thu Mar 14, 2013 1:57 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2013 Posts: 29 Location: INDIA
|
Just i pasted the bar file in the mqsi path and now its working.Thanks for the valuable info |
|
Back to top |
|
 |
nathanw |
Posted: Thu Mar 14, 2013 2:08 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
Code: |
c:\x\x\x\mqsideploy MB7BROKER -e default -a d:\x\xwmb_recorddistribution_bar.bar |
no problem you can set the path to the bar file in the command as per above _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
|