Author |
Message |
Topic: Need Suggestions to How To Implement Aggregate Nodes in IIB |
muthu121521
Replies: 0 Views: 3495
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 30, 2021 5:52 am Subject: Need Suggestions to How To Implement Aggregate Nodes in IIB |
Hi All,
I have Requirement to send possible of max 4 messages parallelly to the same queue and get the response in the response queue ,
this also needs to get changed in the run time if my inpu ... |
Topic: Unable to parse the XML inside the CData Section |
muthu121521
Replies: 3 Views: 4747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 26, 2021 8:49 am Subject: Unable to parse the XML inside the CData Section |
DECLARE inCCSID INT InputProperties.CodedCharSetId;
DECLARE inEncoding INT InputProperties.Encoding;
CREATE LASTCHILD OF OutputRoot DOMAIN 'XMLNSC' PARSE(InputRoot.X ... |
Topic: Unable to parse the XML inside the CData Section |
muthu121521
Replies: 3 Views: 4747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2021 7:01 am Subject: Unable to parse the XML inside the CData Section |
We are having an issue with with one of the C DataSection as below
!
When i parse the above cdata section in IIB i am able to get the address 2 field as PA "5TH" ST
But the Empl ... |
Topic: SHARED ROW Variable not Working in Local Broker Node |
muthu121521
Replies: 3 Views: 4582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 06, 2020 5:11 am Subject: SHARED ROW Variable not Working in Local Broker Node |
Where did you declare the shared row? It does matter as it goes to visibility of the variable. Did you right click the subflow and promote the variable to the flow level?
I declared the Shared Row ... |
Topic: SHARED ROW Variable not Working in Local Broker Node |
muthu121521
Replies: 3 Views: 4582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 05, 2020 6:32 pm Subject: SHARED ROW Variable not Working in Local Broker Node |
Hi All,
I am facing an issue in my local broker where shared row variable is not working but the same code works fine in Test environment.
In the message flow , I am assigning value to my shared ... |
Topic: Log4j XML Configuration in local broker v10 at windows |
muthu121521
Replies: 4 Views: 8088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2020 6:31 am Subject: Log4j XML Configuration in local broker v10 at windows |
Hi,
Thanks for replying.
Here it is the code for initLog4j
CREATE FUNCTION initLog4j( IN CONFIG_FILE_NAME CHARACTER )
RETURNS BOOLEAN
LANGUAGE JAVA
EXTERNAL NAME "com.ibm.b ... |
Topic: Log4j XML Configuration in local broker v10 at windows |
muthu121521
Replies: 4 Views: 8088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2020 4:54 am Subject: Log4j XML Configuration in local broker v10 at windows |
Hi all,
I have the below piece of code which was used to initiate log
Call initLog4j('iib_log4j.xml') INTO bflag;
I have log4j set up everything ready, but i am not able to mak ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 15, 2020 6:34 am Subject: DFDL Discriminator to Select choice elements for each Occure |
Thanks for that suggestion.
1. Ah. That means that we cannot set initiatedContent="true" because that optimisation relies on the parser knowing all of the initiators in advance.
2. The err ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 14, 2020 7:48 am Subject: DFDL Discriminator to Select choice elements for each Occure |
Hi Timber,
Thanks for that suggestion, it really worked !! thanks very much for your help on this.
But i am facing couple issues here
1.Last choice which is TABLE4INFORMATION unlike the other ch ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 13, 2020 9:38 am Subject: DFDL Discriminator to Select choice elements for each Occure |
We have always used the copybook and converted into DFDL Schema in IIB Creating new message model utility , Can you give me sample dfdl group reference declaration ?
Can we provide multiple values t ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 13, 2020 7:45 am Subject: DFDL Discriminator to Select choice elements for each Occure |
Hi Timber,
Thanks for Your Reply , due to security issue i was not allowed to put the actual DFDL schema, but the original DFDL schema (Copybook) is very length so i have shortened it to make only ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 12, 2020 9:01 pm Subject: DFDL Discriminator to Select choice elements for each Occure |
DFDL looks like below structure
TABLE ENTRY 1..50
TABLETYPE String
TABLETYPEDESC String
TABLEDATEOPEN String
CHOICE
TABLE1INFORMATION1
FIELD1
FIELD2
FIELD2 ... |
Topic: DFDL Discriminator to Select choice elements for each Occure |
muthu121521
Replies: 11 Views: 12924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 10, 2020 6:42 am Subject: DFDL Discriminator to Select choice elements for each Occure |
Hi Everyone,
My DFDL looks like below structure
TABLE ENTRY 1..50
TABLETYPE String
TABLETYPEDESC String
TABLEDATEOPEN String
CHOICE
TABLE1INFORMATION1
FIELD1
... |
Topic: DFDL Parser Issue with Trimming Zeros. |
muthu121521
Replies: 7 Views: 6610
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2019 5:06 am Subject: DFDL Parser Issue with Trimming Zeros. |
We got the response copybook from the mainframe team as element name as below
15 elementxxxx PIC S9(09) COMP-3. 00179700
* ** FORMAT = 0HHMMSSTH ** ... |
Topic: DFDL Parser Issue with Trimming Zeros. |
muthu121521
Replies: 7 Views: 6610
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2019 4:58 am Subject: DFDL Parser Issue with Trimming Zeros. |
Hi Timber,
Thanks For your Response, Its actually a Timefield in the format of HHmmssSS, if the zeros are discarded i am not able to set the response correctly. |