Author |
Message |
Topic: Getting total file record count before processing a record |
wmbfrz
Replies: 10 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2016 11:14 pm Subject: Getting total file record count before processing a record |
Thanks for all the solutions provided. I was actually looking for something where ESB can avoid processing the file if it were not a valid one. It seems that it cannot be done. So next approach will b ... |
Topic: Getting total file record count before processing a record |
wmbfrz
Replies: 10 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2016 10:08 pm Subject: Getting total file record count before processing a record |
An update on the message strucutre.
1) File will have only a body and footer.
2) Footer will have a filed to give total number of records.
3) Body will consist of multiple lines wherein each line i ... |
Topic: Getting total file record count before processing a record |
wmbfrz
Replies: 10 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2016 7:24 am Subject: Getting total file record count before processing a record |
Explain to the sender of the file that millions of records is bad.
Explain to the person giving you the requirement that millions of records is bad.
Explain to your technical manager that millio ... |
Topic: Getting total file record count before processing a record |
wmbfrz
Replies: 10 Views: 5945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 22, 2016 6:04 am Subject: Getting total file record count before processing a record |
Hello,
We have requirement where each line of a flat file needs to be written as separate xml to a queue IF the number of records in the file is equal to the field value in the header. The LocalEnvir ... |
Topic: REST API Project upward compatibility |
wmbfrz
Replies: 4 Views: 6351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2016 7:26 am Subject: REST API Project upward compatibility |
Hello All
We had developed a REST API project in IIB 10.0.0.3 and it was working fine. I downloaded IIB 10.0.0.5 and imported the project but it shows error. The error details on Problem tab are as f ... |
Topic: iib9 - Create JSON arrays from an Environment variable |
wmbfrz
Replies: 11 Views: 14878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2016 3:54 am Subject: iib9 - Create JSON arrays from an Environment variable |
Ah, I see. My apologies, looks like the ROW approach makes life easier.
Np. But i think i may have given you something to make another happy weekend  |
Topic: iib9 - Create JSON arrays from an Environment variable |
wmbfrz
Replies: 11 Views: 14878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2016 2:09 am Subject: iib9 - Create JSON arrays from an Environment variable |
You're missing the fact that you need to create "Item" elements in the IIB message tree for each JSON array entry.
There's no way round that, it's what you have to do
I spent a happ ... |
Topic: iib9 - Create JSON arrays from an Environment variable |
wmbfrz
Replies: 11 Views: 14878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 9:25 am Subject: iib9 - Create JSON arrays from an Environment variable |
No I did not (lazy lazy me) but now that no one has said NO, I am going to try and get back with some results.
Update - Mindblown and yes I did create a JSON structure with a ROW variable under dom ... |
Topic: Creating JSON Array in a JSON Array |
wmbfrz
Replies: 7 Views: 11404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 1:52 am Subject: Creating JSON Array in a JSON Array |
JSON arrays (when represented in the IIB message tree) need "Item" child elements under which the data structures for that particular array entry are stored. You're not creating these " ... |
Topic: Creating JSON Array in a JSON Array |
wmbfrz
Replies: 7 Views: 11404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 27, 2016 10:57 pm Subject: Creating JSON Array in a JSON Array |
Hello,
I am trying to achieve a structure as follows:
{
{}
{}
FirstArray[
{
SomeElement1,
SomeElement2,
SecondArray[],
ThirdArray[ ... |
Topic: Behavior of components with common name in different Shared |
wmbfrz
Replies: 4 Views: 4472
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2016 7:17 pm Subject: Behavior of components with common name in different Shared |
Resources in shared libraries are always isolated and you cannot access a resource in a shared library without first referencing that shared library.
Application A will not be able to see the subflow ... |
Topic: Behavior of components with common name in different Shared |
wmbfrz
Replies: 4 Views: 4472
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2016 1:29 am Subject: Behavior of components with common name in different Shared |
Hello,
Can anybody explain the runtime behavior of components with common name in different Shared Libraries? Lets say I have application A referring Shared library X deployed in an EG where another ... |
Topic: Need help regarding Attribute value using esql |
wmbfrz
Replies: 14 Views: 11989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2016 5:01 am Subject: Need help regarding Attribute value using esql |
Thanks. Got this working
SET tmp3 = THE ( SELECT ITEM C FROM InputRoot.XMLNSC.Sample.Total[] AS C WHERE C.(XMLNSC.Attribute)TotalType = 'TransactionNetAmount');
But i noticed that it took me 4 ste ... |
Topic: Need help regarding Attribute value using esql |
wmbfrz
Replies: 14 Views: 11989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 04, 2016 10:26 pm Subject: Need help regarding Attribute value using esql |
No.. that doesnt works either.
Doesn't work how?
It crashes the EG? It makes your desk turn green? It uninstalls your screensaver?
Or it gives an error message... ?
I am wondering why yo ... |
Topic: Need help regarding Attribute value using esql |
wmbfrz
Replies: 14 Views: 11989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 04, 2016 1:11 am Subject: Need help regarding Attribute value using esql |
No.. that doesnt works either.
Doesn't work how?
It crashes the EG? It makes your desk turn green? It uninstalls your screensaver?
Or it gives an error message... ?
I am wondering why yo ... |