Author |
Message |
Topic: WMB Toolkit Issue |
muzipok
Replies: 4 Views: 3258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 24, 2010 1:12 am Subject: WMB Toolkit Issue |
Hi,
if you have a new Flow Project and want to see it in the BAR-Building-Project add a project reference (in the properties of the bar-building-project). then all the new flows are visible.
ale ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 20, 2010 1:41 am Subject: Error 2538 with XMS |
So, to clear things up:
MQSERVER env variable is not needed.
But I did have to do two things, to get the connection:
1. Assign Server-Connection Channel to IConnectionFactory:
ConnFactory.Se ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 7:22 am Subject: Error 2538 with XMS |
Also please remember that use of MQSERVER environment variable prevents you from using a client channel table.
You need to set the other MQ variables and unset MQSERVER. MQSERVER provides a defa ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 6:59 am Subject: Error 2538 with XMS |
And no, the code from the samples doesn't work either. Same error.
Thank you for confirming this. The samples should not fail with MQRC_CLIENT_CONN_ERROR and so I'm afraid you might have to raise a ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 6:34 am Subject: Error 2538 with XMS |
too fast.
now i get an 2278 Reason Code MQRC_CLIENT_CONN_ERROR
What does that mean?
Go to the Information Center http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp , type MQRC_CLIENT ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 5:47 am Subject: Error 2538 with XMS |
too fast.
now i get an 2278 Reason Code MQRC_CLIENT_CONN_ERROR
What does that mean? |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 5:28 am Subject: Error 2538 with XMS |
No... but having retrieved the connection factory from JNDI you could check the type, cast it and output the properties into the log.
This would give more insight into what is going on.
I still li ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 5:06 am Subject: Error 2538 with XMS |
You should not need a CCDT. However you may well need to pass all the connection information to the QCF/TCF like
hostname
channel
port
transport type
qmgr name (optional?)
Using a CCDT would a ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2010 12:01 am Subject: Error 2538 with XMS |
Copying the bindings file is not sufficient. Did you set up the QCF/TCF for client connection when you created the bindings file? (I expect the answer to be yes here).
Did you try telnet qmgrhostna ... |
Topic: Error 2538 with XMS |
muzipok
Replies: 17 Views: 18900
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 06, 2010 6:50 am Subject: Error 2538 with XMS |
Hi,
following scenario:
Machine with MQClient installed wants to connect to a queue manager with a queue and a topic on a remote machine, where mq server is installed.
I created a .bindings f ... |
Topic: XMS without MQ Installation |
muzipok
Replies: 7 Views: 9297
|
Forum: IBM MQ API Support Posted: Fri Mar 26, 2010 1:33 am Subject: XMS without MQ Installation |
Hi,
I have a question concerning the usage of XMS on a client, where no MQ is available.
Currently i'm using an InitialContext with the IC_URL Property set.
The URL points to .bindings file of ... |