Author |
Message |
Topic: MQ Triggering Query |
stallin
Replies: 8 Views: 10156
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 10, 2013 3:37 am Subject: MQ Triggering Query |
Thanks zpat, I will explore.
there's really no such thing as a source queue
I used the Message Broker MQMD.SourceQueue terminology to mean the queue name where the message came to, it will be requ ... |
Topic: MQ Triggering Query |
stallin
Replies: 8 Views: 10156
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 10, 2013 1:32 am Subject: MQ Triggering Query |
Thank you. We do have WMB and was considering doing there as last option. Since there are several existing flows receiving messages from client applications, we have to embed this dupilcation logic ev ... |
Topic: MQ Triggering Query |
stallin
Replies: 8 Views: 10156
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 10, 2013 1:15 am Subject: MQ Triggering Query |
Hi,
For every message (M) coming to our queues, We want to take a copy of the message (M-copy) and the MQMD message id of M, source queue name for tracking. We want to do this before the message g ... |
Topic: WMB7 Explorer connection to WMB6 Broker |
stallin
Replies: 3 Views: 2722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 09, 2012 8:48 pm Subject: WMB7 Explorer connection to WMB6 Broker |
The Message Broker version 6 components only work with other version 6 components, namely the Toolkit, Configuration Manager, User Name Server and Broker.
The Message Broker version 7 components wi ... |
Topic: URGENT::Error in accessing Oracle Database From Compute Node |
stallin
Replies: 10 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2012 2:03 am Subject: URGENT::Error in accessing Oracle Database From Compute Node |
When you select from table there can be multiple rows. So the you need to assign the query to LIST. For example Environment.Variables.XXX[] = 'your query' and then you can get the value of the first r ... |
Topic: CMPAPIs - Bar File Generation |
stallin
Replies: 4 Views: 2632
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 19, 2012 11:25 pm Subject: CMPAPIs - Bar File Generation |
Use mqsicreatebar. |
Topic: UTF 16 Chinese Characters |
stallin
Replies: 3 Views: 5220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 26, 2009 12:31 pm Subject: UTF 16 Chinese Characters |
Hi,
We are trying to parse an XML which is encoded in UTF-16 having Chinese characters. CCSID 1200 / Encoding 273 was able to successfully convert itin MQ Input node but we have ASBITSTREAM stateme ... |
Topic: Binary Characters |
stallin
Replies: 2 Views: 2517
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 15, 2009 5:12 am Subject: Binary Characters |
Hi All,
I have a requirement to create a message like
nnXXXXXXXXX
where X's are CHARS
'nn' should hold the length of the message in Binary Value. This is a binary value not a textual value. ... |
Topic: JDBCException |
stallin
Replies: 10 Views: 6832
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 12, 2009 6:17 am Subject: JDBCException |
What is SMPLDB in SMPLDB:50000? SMPLDB should be the m/c name or URL or if same m/c localhost. |
Topic: JDBCException |
stallin
Replies: 10 Views: 6832
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 12, 2009 4:58 am Subject: JDBCException |
Problem is with your DSN. Have you configured a ODBC with associated Data Source? |
Topic: ORACLE DB Timestamp insert |
stallin
Replies: 3 Views: 10045
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Aug 28, 2009 2:43 am Subject: ORACLE DB Timestamp insert |
Thanks, Wilfster.
I did a select from ORACLE using test client with BG and saw date format was differently fetched. Then I formatted the date in the insert satement in the same way.
What I was a ... |
Topic: Error while creating default configuration manager in WMB |
stallin
Replies: 2 Views: 2899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 19, 2009 11:19 pm Subject: Error while creating default configuration manager in WMB |
This DLL is related to IBM WebSphere MQ. Is it running properly ? |
Topic: Mask Characters on a field using ESQL |
stallin
Replies: 2 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 18, 2009 2:05 pm Subject: Mask Characters on a field using ESQL |
LENGTH, SUBSTRING and REPLACE functions will do the task.
Oneway
SET FIELD_OUT = '****'||SUBSTRING(FIELD_IN FROM 5 FOR (LENGTH(FIELD_IN) - 8 )) ||'****'; |
Topic: Message Set doubt |
stallin
Replies: 3 Views: 5447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2009 7:05 am Subject: Message Set doubt |
1. The parameters passed to BITOR are choices we select for parsing from the master list.
http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.etools.mft.fp8.doc/ak04950 ... |
Topic: Using TCP/IP nodes in Asynchronous Communication |
stallin
Replies: 0 Views: 2433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 25, 2009 1:20 am Subject: Using TCP/IP nodes in Asynchronous Communication |
Hi,
We have scenario where Broker will act as a TCP/IP server, following are the flows.
Server Input -> MQ
MQ -> Do something -> MQ
MQ -> Server Output
In this case do I need to ... |