Author |
Message |
Topic: Data Map (or Mapping Node) and fractional digits |
Gideon
Replies: 2 Views: 3350
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 21, 2015 11:54 am Subject: Data Map (or Mapping Node) and fractional digits |
I am using IIB 9.0.0.2
I am using the Data Map (similar to Mapping node) to convert two different structures
I am using XQuery generation, and my output format is as follows:
<xs:sim ... |
Topic: Message Map vs. GDM |
Gideon
Replies: 2 Views: 2898
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 15, 2015 8:59 am Subject: Message Map vs. GDM |
With a Mapping node (which creates a Message Map), I can create a drag and drop between two message formats which is included directly into the flow palette as a Mapping Node
When I create a Data M ... |
Topic: JMSBytesMessage cannot be cast to javax.jms.TextMessage |
Gideon
Replies: 1 Views: 10821
|
Forum: General IBM MQ Support Posted: Tue Nov 18, 2014 2:04 pm Subject: JMSBytesMessage cannot be cast to javax.jms.TextMessage |
I am getting the following error from a Java program that accesses MQ
java.lang.ClassCastException: com.ibm.jms.JMSBytesMessage cannot be cast to javax.jms.TextMessage
Does this mean I am readin ... |
Topic: 6114 MQRC_INSUFFICIENT_DATA |
Gideon
Replies: 8 Views: 12925
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2014 12:50 pm Subject: 6114 MQRC_INSUFFICIENT_DATA |
This site:
http://www-01.ibm.com/support/docview.wss?uid=swg27027462#Linux_Java_Technology_ww
Says that either 1.6 or 1.7 can be used |
Topic: 6114 MQRC_INSUFFICIENT_DATA |
Gideon
Replies: 8 Views: 12925
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2014 11:40 am Subject: 6114 MQRC_INSUFFICIENT_DATA |
On the system that does work
I used a client java 1.6 32 bit (java client) hitting a WMQ v8
On the system taht does not work
I am using a client java 1.7 (java client hitting a WMQ v8 (same ... |
Topic: 6114 MQRC_INSUFFICIENT_DATA |
Gideon
Replies: 8 Views: 12925
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2014 11:08 am Subject: 6114 MQRC_INSUFFICIENT_DATA |
I am using a java based ESB (all client calls are from java) |
Topic: 6114 MQRC_INSUFFICIENT_DATA |
Gideon
Replies: 8 Views: 12925
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2014 10:59 am Subject: 6114 MQRC_INSUFFICIENT_DATA |
By the way, on the system where it works, I have the following java
java 1.6, 32 bit
On the system it does not work, I have
java 1.7, 64 bit |
Topic: 6114 MQRC_INSUFFICIENT_DATA |
Gideon
Replies: 8 Views: 12925
|
Forum: General IBM MQ Support Posted: Tue Nov 11, 2014 10:56 am Subject: 6114 MQRC_INSUFFICIENT_DATA |
I am getting a Code '2', Reason '6114'.
I looked it up on this site
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqsao.doc/fm15930_1.htm?cp=SSFKSJ_7.0.1%2F0-28- ... |
Topic: Can not start channel |
Gideon
Replies: 9 Views: 10183
|
Forum: General IBM MQ Support Posted: Thu Oct 09, 2014 12:34 pm Subject: Can not start channel |
I used the following command
define authinfo('SYSTEM.DEFAULT.AUTHINFO.IDPWOS') AUTHTYPE(IDPWOS) CHCKCLNT(OPTIONAL) replace
and then restarted the QM
Now I can successfully connect in from MQE ... |
Topic: Can not start channel |
Gideon
Replies: 9 Views: 10183
|
Forum: General IBM MQ Support Posted: Wed Oct 08, 2014 11:45 am Subject: Can not start channel |
I define a queue from runmqsc
define qlocal(TEST)
3 : define qlocal(TEST)
AMQ8006: WebSphere MQ queue created.
Then I try to amqsput to it
su - ... |
Topic: Can not start channel |
Gideon
Replies: 9 Views: 10183
|
Forum: General IBM MQ Support Posted: Wed Oct 08, 2014 11:18 am Subject: Can not start channel |
I am using WMQ 8 for the first time. I installed it and created a
new queue manager (inelegantly named QM), and tried to connect
the MQ Explorer in non-secure mode (will get to the secure
mode o ... |
Topic: Is there a forum here or elsewhere to post re: TFIM |
Gideon
Replies: 3 Views: 4268
|
Forum: General Discussion Posted: Wed Aug 27, 2014 5:55 am Subject: Is there a forum here or elsewhere to post re: TFIM |
yes, Tivoli Federated Identity Manage |
Topic: Is there a forum here or elsewhere to post re: TFIM |
Gideon
Replies: 3 Views: 4268
|
Forum: General Discussion Posted: Tue Aug 26, 2014 8:50 am Subject: Is there a forum here or elsewhere to post re: TFIM |
Is there a forum on this board to post questions concerning TFIM
If not, are there any other forums where I might post questions about TFIM |
Topic: Persistent Dynamic Queues (life cycle) |
Gideon
Replies: 2 Views: 3096
|
Forum: General IBM MQ Support Posted: Fri Apr 04, 2014 11:24 am Subject: Persistent Dynamic Queues (life cycle) |
In this site:
http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.ref.adm.doc%2Fq083500_.htm
It says that
They are deleted when an application (not necessarily the ... |
Topic: setmqaut and Dynamic queues |
Gideon
Replies: 2 Views: 2614
|
Forum: General IBM MQ Support Posted: Fri Apr 04, 2014 6:42 am Subject: setmqaut and Dynamic queues |
I am looking at the setmqaut command at this link:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=%2Fcom.ibm.mq.amqzag.doc%2Ffa15980_.htm
I do not see an option to prevent t ... |