Author |
Message |
Topic: To store string value in Local environment |
tank_n_spank
Replies: 15 Views: 7344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 06, 2014 4:10 am Subject: To store string value in Local environment |
I am with Kimbert on this one.
I honestly have no idea what you have pasted, but from what I've gathered, is that what you're after?
DECLARE FILE_NAME CHARACTER;
SET FILE_NAME = 'Local Test' ... |
Topic: ESB |
tank_n_spank
Replies: 8 Views: 3989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 03, 2014 12:50 am Subject: ESB |
Judging by their other posts, I think they were doing a test or something.
Reminds me of a question on a WMB training sheet, but then again, the sheet had 40 pages theory before that. |
Topic: Port |
tank_n_spank
Replies: 26 Views: 13110
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 03, 2014 12:47 am Subject: Port |
The default port for WMB can't be 1414 because that one is the default port for MQ!
Is this a test OP is doing?
They said the 1414 port is the default one for MQ, and they were wondering what wo ... |
Topic: Port |
tank_n_spank
Replies: 26 Views: 13110
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 02, 2014 6:25 am Subject: Port |
Ah, i thought the HTTP one was preset. Well, thank you very much for the clarification.  |
Topic: Port |
tank_n_spank
Replies: 26 Views: 13110
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 02, 2014 6:17 am Subject: Port |
1414 is the default listener port. Depends if you're gonna use Web Services. The default HTTP one should be 7080 if I am not mistaken. |
Topic: Database Problem |
tank_n_spank
Replies: 11 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 1:23 am Subject: Database Problem |
It doesn't matter if you set it to NCHAR or NVARCHAR2, you have to have N-CHAR Support enabled(set to 1).
EnableNcharSupport=1"
- http://www.mqseries.net/phpBB/viewtopic.php?p=315213&sid=c ... |
Topic: Database Problem |
tank_n_spank
Replies: 11 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 12:43 am Subject: Database Problem |
You need to enable N-CHAR Support. |
Topic: Database Problem |
tank_n_spank
Replies: 11 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 12:19 am Subject: Database Problem |
What is the structure of your table, and what types of fields have you got? |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 12:13 am Subject: XML to FLAT FILE |
Fixed it, cheers. |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2014 7:23 am Subject: XML to FLAT FILE |
Do I have to use
SET OutputRoot.XMLNSC.MyDFDLMessage.*:body.*:body_elem1 = COALESCE(NULLIF(RefInput.body_elem1,'Strin'), 'test1');
if I want to get the variable from th ... |
Topic: Database Problem |
tank_n_spank
Replies: 11 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2014 3:23 am Subject: Database Problem |
Try running mqsicvp as smdavies99 pointed out.
Also do you have a database definition defined?
When debug this flow " Node re-throwing exception" is occurred .
Is not the actual re ... |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2014 1:57 am Subject: XML to FLAT FILE |
So,
It is not picking up my value now. But I do get the text file with the test values, just not my actual values.
Can someone please ELI5?
SET OutputRoot.DFDL.MyDFDLMessage.*:body.* ... |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2014 5:55 am Subject: XML to FLAT FILE |
Got it. |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2014 4:36 am Subject: XML to FLAT FILE |
I am using it for FLAT File to XML. Should I use it again for XML to FLAT FILE? |
Topic: XML to FLAT FILE |
tank_n_spank
Replies: 10 Views: 5003
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 29, 2014 4:16 am Subject: XML to FLAT FILE |
Hello,
So I have converted a flat file to XML by reading the entire file and getting it parsed against the message set and then sending the data to the queue in XML format. However, what would the ... |