Author |
Message |
Topic: Connecting to Oracle database from broker on mainframes |
Cubersome
Replies: 6 Views: 10961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2015 1:49 pm Subject: Connecting to Oracle database from broker on mainframes |
Hi Mqjeff,
I created a configurable service (Type - JDBC Provider) to connect to Oracle Database and I am providing that service name in the Compute Node DSN.
I am getting the following error duri ... |
Topic: HTTP Request Node / Post request |
Cubersome
Replies: 14 Views: 31340
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 5:46 am Subject: HTTP Request Node / Post request |
Hi fjb_saper,
Below is the detailed explanation:
SET aHost = SUBSTRING(SUBSTRING(xxURL AFTER 'http://') BEFORE '/');
SET aPOST = SUBSTRING(xxURL AFTER aHost) || '? ... |
Topic: HTTP Request Node / Post request |
Cubersome
Replies: 14 Views: 31340
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2015 5:11 am Subject: HTTP Request Node / Post request |
Hi fjb_super,
The first thing I have done is posting the body as BLOB but the receiving application is not able to intercept the message because of XML special characters. When I am sending the dat ... |
Topic: HTTP Request Node / Post request |
Cubersome
Replies: 14 Views: 31340
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2015 7:51 am Subject: HTTP Request Node / Post request |
Hi Mgk,
Could you please let me know is the following requirement possible in WMB 8.0.0.4
Requriement Details:
--------------------------
I want to send large payload as part of the HTTP POST and ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 20, 2015 8:19 am Subject: DFDL Parsing - \r Issue |
Thanks a lot Everybody for all your inputs and suggestions..
Thanks to vitor, mqJeff, kimbert..
Finally I made it working...
I am posting the code below..it may be useful to somebody else facing ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 20, 2015 6:37 am Subject: DFDL Parsing - \r Issue |
Hi Kimbert,
I am using toolkit 8.0.0.4 version only.
WebSphere Message Broker Toolkit - Message Broker
Version: 8.0.0.4
Build id: 8.0.0.4-20140321-1310
(c) Copyright IBM C ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 19, 2015 10:36 am Subject: DFDL Parsing - \r Issue |
Hi @fjb_super,
I put the discriminators at the record level and still the last record is parsed against the detail record.
DFDL Trace Output:
Feb 19, 2015 1:32:57 PM info: Offse ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 19, 2015 9:33 am Subject: DFDL Parsing - \r Issue |
Hi mqjeff,
I created the DFDL according to your suggestion and still no luck.
The trailer record is getting parsed against the Detail record.
I think Discriminators are not working correctly. ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 19, 2015 7:23 am Subject: DFDL Parsing - \r Issue |
Hi MqJeff,
If I put the sequence instead of the choice at the root level...the last trailer record is getting parsed into the detail record.
I am not sure..whether I understand your statement co ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 19, 2015 6:44 am Subject: DFDL Parsing - \r Issue |
Hi,
Following is the latest DFDL I created.. I included Discriminators for each record type and still it is not working.
<?xml version="1.0" encoding="UTF-8"?><xsd: ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2015 11:28 am Subject: DFDL Parsing - \r Issue |
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/" xmlns:fmt="http://www.ibm.com/dfdl/Gene ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2015 10:35 am Subject: DFDL Parsing - \r Issue |
Hi,
I added the 2nd Column as discriminator for the Detail Record and still it is not working.
Following is the DFDL I created.
<?xml version="1.0" encoding="UTF-8"?> ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2015 8:53 am Subject: DFDL Parsing - \r Issue |
Hi Vitor,
I am sorry for not opening a new thread...
b) The second column is for the record identifier. First column is a sequence number of length 6. 2nd column is length 1.("H","D ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2015 8:00 am Subject: DFDL Parsing - \r Issue |
Hi Kimbert,
I am trying to create DFDL parser for the below scenario:
HeaderRecord
Detail Record
Detail Record
Detail Record
..........
..........
..........
TrailerRecord
Each record ... |
Topic: DFDL Parsing - \r Issue |
Cubersome
Replies: 39 Views: 18776
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 03, 2015 6:57 am Subject: DFDL Parsing - \r Issue |
Hi Vitor,
We are building a framework and we dont want to code explicitly for that input file. We want everything in configurable parameters.
Hi Kimbert,
I already tried putting a assertion on ... |