Author |
Message |
Topic: UNZIP File in message flow |
sandman147
Replies: 3 Views: 2446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 20, 2014 10:06 am Subject: UNZIP File in message flow |
If a client sends a gzip or deflate compressed request to the HTTPInput node, it can be extracted using the Decompress input message option. |
Topic: Fixed length data |
sandman147
Replies: 2 Views: 1177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 02, 2014 8:59 am Subject: Fixed length data |
Create the message set using TDS format with All elements delimitted. In the msg definition file create the complex types for O,P and S under one single parent, say Output.
Records P and S have max o ... |
Topic: XMl to XML transformation advice pls |
sandman147
Replies: 9 Views: 3723
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 02, 2014 6:26 am Subject: XMl to XML transformation advice pls |
Example:
Input XML
<Field>
<Field1>
<Field1a>xyz</Field1a>
<Field1b>abc</Field1b>
</Field1>
<Field2>
</Field2>
... |
Topic: [Oracle]ORA-01017: invalid username/password; logon denied |
sandman147
Replies: 5 Views: 3642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 01, 2014 9:04 am Subject: [Oracle]ORA-01017: invalid username/password; logon denied |
Bounce the Broker after issuing the mqsisetdbparms; mqsistop BROKER followed by mqsistart BROKER |
Topic: Error while executing EmailOutput node |
sandman147
Replies: 16 Views: 12058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 09, 2014 7:50 am Subject: Error while executing EmailOutput node |
mqsistart LOCAL_BROKER
mqsicreateconfigurableservice LOCAL_BROKER -c EmailServer -o myEmailService -n serverName,securityIdentity -v
smtp.server.com:25,mySecurityIdentity
mqsisetdbparms LOCAL_ ... |
Topic: Calling the procedure dynamically. |
sandman147
Replies: 2 Views: 1747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 7:09 am Subject: Calling the procedure dynamically. |
How about the 'CASE' statement |
Topic: Mflow Coding Input to OutputRoot |
sandman147
Replies: 2 Views: 4023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2014 12:30 pm Subject: Mflow Coding Input to OutputRoot |
If <Body> is a Tag, Should'nt it be
Set OutputRoot.XMLNSC.Candidate.FirstName = InputRoot.XMLNSC.Body.PERSON.FNAME ;
Set OutputRoot.XMLNSC.Candidate.LastName = UPPER(InputRoot.XMLNSC ... |
Topic: SHARED VARIABLE not recognized |
sandman147
Replies: 1 Views: 2108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2014 9:11 am Subject: SHARED VARIABLE not recognized |
The Message Flow creates a File when run to completion - Happy Path
The Incoming Data is routed to an Error Handler subflow- Failure Path
In Compute Node of Main Flow a SHARED VARIABLE is Initia ... |
Topic: ESQL- SELECT Query from Multiple Database Tables |
sandman147
Replies: 5 Views: 6179
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 10:46 am Subject: ESQL- SELECT Query from Multiple Database Tables |
When attempting to run the above SELECT statement against a test database, the query wont return any values and errors out. How is the code to be modified so it may execute. |
Topic: ESQL- SELECT Query from Multiple Database Tables |
sandman147
Replies: 5 Views: 6179
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 6:51 am Subject: ESQL- SELECT Query from Multiple Database Tables |
Implementing the following Query in WMB ESQL
SELECT A.SOURCE_ID,
A.FOR_ID, ... |
Topic: BLOB message to File |
sandman147
Replies: 6 Views: 2556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2014 9:51 am Subject: BLOB message to File |
Cool. Thanks |
Topic: BLOB message to File |
sandman147
Replies: 6 Views: 2556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2014 9:44 am Subject: BLOB message to File |
Understood. For some reason I thought it was not the best practice. This one time when I was doing the same it kept appending 'Null' characters to the end of the message. |
Topic: BLOB message to File |
sandman147
Replies: 6 Views: 2556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2014 9:05 am Subject: BLOB message to File |
No difference at all. The content remains the same. |
Topic: BLOB message to File |
sandman147
Replies: 6 Views: 2556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2014 8:10 am Subject: BLOB message to File |
An email is received in the BLOB format. The Attachment within the email is always in the xml format except the XML data keeps varying from email to email.
Email Input -> Compute -> File Outp ... |
Topic: Cluster Receiver channel holding queue handle open |
sandman147
Replies: 13 Views: 9777
|
Forum: Clustering Posted: Thu Mar 13, 2014 11:34 am Subject: Cluster Receiver channel holding queue handle open |
I think the general bookish approach while removing a Q from a cluster:
1) Indicate to the other QM's in the cluster that the Q is no longer avaiable
ALTER QLOCAL<> CLUSTER('')
2)Disable ... |