Author |
Message
|
nab054371 |
Posted: Sun Jan 14, 2007 8:40 am Post subject: JMS/JNDI question |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
I am execting following command inside of JMSADMIN tool:
alter QCF(ivtQCF) PORT(1415);
I get this error below:
Invalid property for a com.ibm.mq.jms.MQQueueConnectionFactory: ;
Unable to create a valid object, please check the parameters supplied
Invalid property in this context: Client-bindings attribute clash
Just wondering if I am missing something here? |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Jan 14, 2007 12:15 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What does "dis qcf(ivtQCF)" show? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nab054371 |
Posted: Sun Jan 14, 2007 1:09 pm Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
Sorry bout double posting issue,I guess I realized only after posting that I had it in the wrong message topic!
Anyway I dont think this is that big a deal! |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jan 14, 2007 7:18 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
nab054371 wrote: |
Sorry bout double posting issue,I guess I realized only after posting that I had it in the wrong message topic!
Anyway I dont think this is that big a deal! |
Board etiquette says: leave it in the wrong forum or delete and post in the right forum. If you leave it in the wrong forum it will eventually get moved into the right one by the moderators.
Now for your question I suggest you read the "client manual" and beef up keeping the "Using Java" close at hand. See the documentation button at the top of the page.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
nab054371 |
Posted: Mon Jan 15, 2007 6:21 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
OK thanks for the etiquette part
BTW,this alter statement is in line with stuff picked from USING JAVA. I have tried using references.
I need to know what is wrong with this statement! |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 15, 2007 6:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
nab054371 wrote: |
OK thanks for the etiquette part
BTW,this alter statement is in line with stuff picked from USING JAVA. I have tried using references.
I need to know what is wrong with this statement! |
If you had read the client manual you would know that in order to establish a tcp/ip client connection you need
- a host (name / ip)
- a channel name (svrconn or clntconn)
- a port number (where the listener is running on the target qmgr)
- a tcp/ip client transport property. If you use LU the channel name will be vastly different, you might not use a port number etc... See intercommunications manual for connections with non tcp/ip protocols...
- a qmgr name (not mandatory but usually necessary). If present it is being checked against the qmgr at that connection... (see particularities for channel tables in client connection manual)
So your change is not being accepted because it leaves the qcf in an inconsistent state, connection wise.....
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
nab054371 |
Posted: Mon Jan 15, 2007 6:39 am Post subject: |
|
|
Disciple
Joined: 15 Nov 2006 Posts: 173
|
ok I am looking at page 38 from using Java abd I do not see it.Obviously I m missing something here.
Could you pls send me link to this documentation? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 15, 2007 6:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you go to the top of the page, you'll find the documentation button which through 2 to 3 pages will get you to the MQ Infocenter
From there on you should have access to all manuals online...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jan 15, 2007 6:51 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
We can't tell you what's wrong with the statement without seeing the results of "dis qcf(ivtQCF)". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|