Author |
Message |
Topic: Need to send all propagated message to same QMGR Q in clust |
shyamkumarsharma001
Replies: 4 Views: 6872
|
Forum: General Discussion Posted: Thu Apr 13, 2017 11:29 pm Subject: Need to send all propagated message to same QMGR Q in clust |
Thanks for the reply. I am now checking the QueueManagerName for the broker in particular environment and accordingly setting the destination list through esql. It's working as expected now. The prope ... |
Topic: Need to send all propagated message to same QMGR Q in clust |
shyamkumarsharma001
Replies: 4 Views: 6872
|
Forum: General Discussion Posted: Thu Apr 13, 2017 5:34 am Subject: Need to send all propagated message to same QMGR Q in clust |
Sorry about that, MQ version is 7.5. The messages are not issued under group. Probably that may resolve it but I have not tried grouping messages through IIB yet. I will update you on the same if I tr ... |
Topic: Need to send all propagated message to same QMGR Q in clust |
shyamkumarsharma001
Replies: 4 Views: 6872
|
Forum: General Discussion Posted: Thu Apr 13, 2017 3:27 am Subject: Need to send all propagated message to same QMGR Q in clust |
Hi,
I have flow which takes input from front end and loops through 1 array to send multiple messages to mainframe over MQ. Suppose the flow has propagated 10 messages, these all messages should go ... |
Topic: FileOutput node writing only mqsitransit directory and no fi |
shyamkumarsharma001
Replies: 2 Views: 2806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 18, 2015 11:10 am Subject: FileOutput node writing only mqsitransit directory and no fi |
Hi,
I have a fileOutput node in my flow which has to write file to a directory which is mapped directory of another unix server. But when I run the flow it only creates the mqsitransit directory i ... |
Topic: Decimal with explicit sign in DFDL model |
shyamkumarsharma001
Replies: 5 Views: 9088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 08, 2015 2:07 am Subject: Decimal with explicit sign in DFDL model |
DFDL's type system is a subset of XML Schema's type system. If you want to supply a decimal value to DFDL then it must be one of
- an ESQL DECIMAL value
or
- an ESQL CHARACTER value, conforming to ... |
Topic: Decimal with explicit sign in DFDL model |
shyamkumarsharma001
Replies: 5 Views: 9088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 04, 2015 1:23 am Subject: Decimal with explicit sign in DFDL model |
Hi, I have similar kind of issue where I am receiving an xml input and 1 of the field in input has value coming as signed decimal (000012345678+)
The output is fixed length format and I am sending to ... |
Topic: MQCC=1, MQRC=2003:Unable to commit a WebSphere MQ transactio |
shyamkumarsharma001
Replies: 7 Views: 17382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2015 11:57 pm Subject: MQCC=1, MQRC=2003:Unable to commit a WebSphere MQ transactio |
Hi,
Can this happen even if the MQInput transaction mode is set to "No" rather than "Yes" which makes the flow non-transactional?  |
Topic: Problem with the bar file deployment - SOAPRequest node |
shyamkumarsharma001
Replies: 18 Views: 19506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 17, 2015 2:31 am Subject: Problem with the bar file deployment - SOAPRequest node |
You have to add the message sets containing wsdl in the bar file and deploy. I am not sure if you are doing that. Although you might have referenced the Mset project in the subflow and added that subf ... |
Topic: Special Character Issue |
shyamkumarsharma001
Replies: 3 Views: 2805
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2014 7:57 am Subject: Special Character Issue |
Thank you guys. You really helped me solving the issue. |
Topic: Special Character Issue |
shyamkumarsharma001
Replies: 3 Views: 2805
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2014 8:03 am Subject: Special Character Issue |
Hi,
We have an issue with a character coming in EBCDIC data. source CCSID is 500.
We are sending the same CCSID in output which is a XML data after conversion.
The issue is with 'Ñ' character in ... |
Topic: Generating Output containing both ASCII and EBCDIC format |
shyamkumarsharma001
Replies: 9 Views: 5005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2013 11:35 pm Subject: Generating Output containing both ASCII and EBCDIC format |
Amazing that did the trick.
Thank you so much. I was searching for a BLOB data type without knowing that HexBinary is meant for the same thing. Bravo.
 |
Topic: Generating Output containing both ASCII and EBCDIC format |
shyamkumarsharma001
Replies: 9 Views: 5005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2013 10:29 am Subject: Generating Output containing both ASCII and EBCDIC format |
Yes Exactly.. But how to create the CWF message set with 1 BLOB field as we have only 4 physical types available
1. Fixed Length String
2. Length Encoded String1
3. Length Encoded String2
4. Null ... |
Topic: Generating Output containing both ASCII and EBCDIC format |
shyamkumarsharma001
Replies: 9 Views: 5005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2013 6:59 am Subject: Generating Output containing both ASCII and EBCDIC format |
Yes that helped.Thanks.
I created 2 BLOB variables A and B. In 1st I assigned the header and in the other I assigned the Body in BLOB Format.
At End I used
SET OutputRoot.BLOB.BLOB = A || B; a ... |
Topic: Generating Output containing both ASCII and EBCDIC format |
shyamkumarsharma001
Replies: 9 Views: 5005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 11, 2013 9:32 am Subject: Generating Output containing both ASCII and EBCDIC format |
Thanks lancelotinc and Kimbert for your valuable response. I will implement it and let you know the result. |
Topic: Generating Output containing both ASCII and EBCDIC format |
shyamkumarsharma001
Replies: 9 Views: 5005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 11, 2013 6:56 am Subject: Generating Output containing both ASCII and EBCDIC format |
Hi,
My requirement is to generate an output having Header and Body.
The header is required to be generated in ASCII format while the Body part should be generated in EBCDIC. Moreover the Body part ... |