Author |
Message |
Topic: Subflow cases main flow to restart after completion |
KJCB
Replies: 2 Views: 2236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2018 8:53 am Subject: Subflow cases main flow to restart after completion |
Hi Timber,
Thanks for your answer.
It was a Java issue: we dealt with files and some Input Streams were not closed properly. That's why flow was restarted I guess.
After the correction, flow ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2018 8:50 am Subject: Parsing a CSV file with variable number of columns |
Hi All,
Finally we applied another approach: a map/reduce implementation that extracts the information we want from the "unpredictable" CSV file received, generating a fixed XML as outpu ... |
Topic: DFDL For CSV with Double quotation Marks and commas inside |
KJCB
Replies: 7 Views: 6189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2018 8:48 am Subject: DFDL For CSV with Double quotation Marks and commas inside |
Hi All,
Thanks for your help, finally a change was applied in the original system so that it generates the CSV in a more friendly way (it was just a configuration change for them).
Regards & ... |
Topic: SOAPExtract Node ending flow execution |
KJCB
Replies: 0 Views: 1316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2018 8:44 am Subject: SOAPExtract Node ending flow execution |
Hi all,
I have a call to a external SOAP Service implemented using a SOAP Request Node. This call is running well and its returning a big response, as it returns a list of base64 encoded files.
... |
Topic: Subflow cases main flow to restart after completion |
KJCB
Replies: 2 Views: 2236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 07, 2018 8:41 am Subject: Subflow cases main flow to restart after completion |
Hi all,
I have a message flow with this structure:
- MQ Input with Input Message Parsing set to XMLNSC and Inmediate.
- Validate node checking domain and message model of the input message.
- Tr ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 01, 2018 8:50 am Subject: Parsing a CSV file with variable number of columns |
One other tack you could take is asking whoever's producing this file what controls which columns are included and their order (seriously - "Column 1" can be either before or after "Col ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 01, 2018 7:30 am Subject: Parsing a CSV file with variable number of columns |
What you really need here is a first line or "header" row describing the column content.
I can't configure the header row in my DFDL as I can't predict the column order.
You can then c ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 01, 2018 6:17 am Subject: Parsing a CSV file with variable number of columns |
I'm using IIB v9.0 and when creating the DFDL it asks me for the number of columns.
So the CSV wizard expects a fixed number of columns, because that's the most common case for a CSV file.
This ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 01, 2018 5:57 am Subject: Parsing a CSV file with variable number of columns |
Why wouldn't DFDL work? It has support for managing variable number of columns if you there is a proper delimiter. Then just extract the columns you want and send those.
Off course, how will you ke ... |
Topic: Parsing a CSV file with variable number of columns |
KJCB
Replies: 14 Views: 7173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 01, 2018 2:38 am Subject: Parsing a CSV file with variable number of columns |
Hi all,
I need to parse and process a CSV File downloaded from an external system which contains a variable number of columns, in order to send the information to another system through a web servi ... |
Topic: DFDL For CSV with Double quotation Marks and commas inside |
KJCB
Replies: 7 Views: 6189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 26, 2018 12:58 am Subject: Re: DFDL For CSV with Double quotation Marks and commas insi |
I have created a DFDL model for my CSV, and when testing it its crashing because he understands all the commas as separators. I didn't make any configuration change, I just left default values.
How ... |
Topic: DFDL For CSV with Double quotation Marks and commas inside |
KJCB
Replies: 7 Views: 6189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 25, 2018 7:57 am Subject: DFDL For CSV with Double quotation Marks and commas inside |
Hi All,
I need to parse a CSV file which has the following contents, more or less:
"Column1", "Column2", "Column3"
"Value, in column1" , "Value, in ... |
Topic: TLS 1.2 Support for SOAP Request Nodes |
KJCB
Replies: 2 Views: 7472
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2018 4:50 am Subject: TLS 1.2 Support for SOAP Request Nodes |
Hi all,
I'm using version 9.0.0.0 of IBM Integration Bus, and I wanted to know if this version supports the usage of TLS v1.2 in SOAP Request nodes.
Currently, I'm trying to call to a web servic ... |
Topic: Getting credentials stored in a WS-Security Policy from ESQL |
KJCB
Replies: 13 Views: 7326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 05, 2018 8:25 am Subject: Re: Getting credentials stored in a WS-Security Policy from |
What am I doing wrong?
You don't talk about
Oh,
Instead of apply bar override command I created the BAR package manually, configuring the Security Profile Name Property.
And I did created ... |
Topic: Getting credentials stored in a WS-Security Policy from ESQL |
KJCB
Replies: 13 Views: 7326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 05, 2018 7:44 am Subject: Re: Getting credentials stored in a WS-Security Policy from |
Right here it's supposed to be sending the credentials, but I'm still missing my "Authorization" header. How can I configure it?
You talk about the profile, what about the rest of the c ... |