Author |
Message
|
jeevan |
Posted: Sun Sep 17, 2006 2:59 pm Post subject: BIP0915E error while connecting domain |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am doing this for the first time. I created queue manager, databases, configmgr, broker and also establish communication between configmgr queue mgr and broker queue mgr.
mqsilist gives the following output
C:..Desktop>DSPMQ
QMNAME(WBRKBKQM) STATUS(Running)
QMNAME(WBRKCMQM) STATUS(Running)
C:..Desktop>mqsilist
BIP8099I: ConfigMgr - WBRKCMQM
BIP8099I: MYBROKER - WBRKBKQM
BIP8099I: UserNameServer - WBRKCMQM
BIP8071I: Successful command completion.
I checked database is running and test the datasource which is also working fine. What else should I check?
thanks in advance |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 17, 2006 3:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Try mqsilistaclentry ... _________________ MQ & Broker admin |
|
Back to top |
|
 |
jeevan |
Posted: Sun Sep 17, 2006 3:10 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Is this a mb command? it even does not recognise it.
C:\..Desktop>mqsilistaclentry
'mqsilistaclentry' is not recognized as an internal or external command,
operable program or batch file.
Am I missing something ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 17, 2006 7:07 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
May be you are not on V6 ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
elvis_gn |
Posted: Sun Sep 17, 2006 8:56 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi,
fjb_saper wrote: |
May be you are not on V6 ? |
I think so too
jeevan wrote: |
C:..Desktop>DSPMQ
QMNAME(WBRKBKQM) STATUS(Running)
QMNAME(WBRKCMQM) STATUS(Running)
C:..Desktop>mqsilist
BIP8099I: ConfigMgr - WBRKCMQM
BIP8099I: MYBROKER - WBRKBKQM
BIP8099I: UserNameServer - WBRKCMQM
BIP8071I: Successful command completion. |
Can you tell us something more about the error...there would have been some more info I guess...like the details, or event viewer or so...
Regards. |
|
Back to top |
|
 |
supreeth |
Posted: Sun Sep 17, 2006 9:06 pm Post subject: |
|
|
 Voyager
Joined: 17 May 2005 Posts: 90 Location: London
|
are u able to deploy a message flow and work with it. ur mail doesn tel anythin abt any problem u r facing.
cheerz!!!
supreeth _________________ Supreeth Gururaj
IBM Certified WMQ Solution Expert |
|
Back to top |
|
 |
elvis_gn |
Posted: Sun Sep 17, 2006 9:29 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi supreeth,
supreeth wrote: |
are u able to deploy a message flow and work with it. ur mail doesn tel anythin abt any problem u r facing. |
See the subject...I fell for that one too
Regards. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Sep 18, 2006 3:56 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Hey guys,
I deleted the config manager thinking I will recreate everything fresh. But now I can not create the config manager. Could you please help me identify where did I make a mistake. The command and output is posted below:
C:..>mqsicreateconfigmgr ConfigMgr -i db2admin -a db2 admin -q WBRKCMQM -n WBRKCMDB -u db2admin -p db2admin
BIP8106W: Creates the Configuration Manager. Syntax: mqsicreateconfigmgr -i Serv
iceUserId -a ServicePassword -q QueueManagerName -n DataBaseName < -u DataBaseUs
erId > < -p DataBasePassword > < -d SecurityDomainName > < -s UserNameServerQueu
eManagerName > < -w WorkPath > <-l <0|1|2>>
Command Options
'i' the userid that the Configuration Manager should run under. 'a' the passwor
d for the Configuration Manager userid. 'q' the WebSphere Business Integration q
ueue manager that the Configuration Manager should use. This is created if it do
es not exist. 'n' the configuration repository name. 'u' the userid that the Con
figuration Manager uses to access the configuration repository. 'p' the password
for the configuration repository userid. 'd' the Security Domain that the Confi
guration Manager will use. 's' the WebSphere Business Integration queue manager
of the User Name Server. 'w' the directory into which trace logs are placed. 'l'
enables Windows NT/2000 complete domain awareness.
BIP8006E: Mandatory flag missing.
When using this command interface the user should select all mandatory flags.
Correct and reissue the command.
C:\..>mqsicreateconfigmgr -i db2admin -a db2admin -q WBRKCMQM -n WBRKCMDB -u db2admin -p db2admin
BIP8106W: Creates the Configuration Manager. Syntax: mqsicreateconfigmgr -i Serv
iceUserId -a ServicePassword -q QueueManagerName -n DataBaseName < -u DataBaseUs
erId > < -p DataBasePassword > < -d SecurityDomainName > < -s UserNameServerQueu
eManagerName > < -w WorkPath > <-l <0|1|2>>
Command Options
'i' the userid that the Configuration Manager should run under. 'a' the passwor
d for the Configuration Manager userid. 'q' the WebSphere Business Integration q
ueue manager that the Configuration Manager should use. This is created if it do
es not exist. 'n' the configuration repository name. 'u' the userid that the Con
figuration Manager uses to access the configuration repository. 'p' the password
for the configuration repository userid. 'd' the Security Domain that the Confi
guration Manager will use. 's' the WebSphere Business Integration queue manager
of the User Name Server. 'w' the directory into which trace logs are placed. 'l'
enables Windows NT/2000 complete domain awareness.
BIP8006E: Mandatory flag missing.
When using this command interface the user should select all mandatory flags.
Correct and reissue the command.
I looked the systax and it seems correct. Do I need to use the -d -w -i switch compulsarily? I am installing in XP
thanks a lot |
|
Back to top |
|
 |
jbanoop |
Posted: Mon Sep 18, 2006 4:07 am Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
would be a good start to indicate the version and fix pack level of MB u r trying to issue the command on..
Regards,
Anoop |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon Sep 18, 2006 4:11 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi jeevan,
I take it for granted that you are using MB v5.
In your first command there was a space between the password "db2 admin"...that should be an error...
The next one looks ok, have you checked with an mqsilist that the first configMgr is deleted....did you create the datasource and qm again? (not required, just asking if you did...though its a good idea to drop and create everything again)
Regards. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Sep 18, 2006 4:36 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am using version 5 FP 5. I tried to use fp 8, but it seems like rule and fomatter, so I just used fp5. No idea as I am doing this for the first time. Any suggestion for fp ? is fp 5 ok?
Yes, I did delete both configmgr and broker. I did not delete database. Queue manager are recreated but not started.
Do I need to start queue manager? but it should not be a problem while creating if the queue manager exist ? does it? Even the command itself creates the queue manager it does not exist.
Sorry but what I am confused is, is the config manager name optional? does it create default named configmgr if I do not mention the name of configmgr?
I really appreciate help so far and would appreciate help to complete this process. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Sep 18, 2006 4:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
jeevan wrote: |
I am using version 5 FP 5. I tried to use fp 8, but it seems like rule and fomatter, |
Then you downloaded the wrong FP. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Sep 18, 2006 5:22 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
which fp should I use? I just need to get the MB working. I do not have any specific need in term of fp.
Being new to it, I could not figure out what exactly is the error and which fp to use. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Sep 18, 2006 5:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You should use FP8 for WBIMB, not FP8 for WBIMB/R&F.
Or whatever the latest FP of WBIMB is. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
supreeth |
Posted: Mon Sep 18, 2006 5:57 am Post subject: |
|
|
 Voyager
Joined: 17 May 2005 Posts: 90 Location: London
|
I don think -u and -p option is required. looking at ur command, theres no change in the user id tat starts the service and the userid to access the config repository. jus try issuing the below command.
watever FP u r using ... i don think tat it wud be an issue related to tat. Its always advisable to use the latest FP if u r starting something new. else, its advisable to keep the development machine in the same level as the production machine to avoid problems later
I assume u hav run the security wizard against the userid db2admin and its a local user available on ur machine. try the below command (copy paste and try).
Code: |
mqsicreateconfigmgr -i db2admin -a db2admin -q WBRKCMQM -n WBRKCMDB |
cheerz!!!
supreeth _________________ Supreeth Gururaj
IBM Certified WMQ Solution Expert |
|
Back to top |
|
 |
|