Author |
Message |
Topic: Client and mutual auth within the same Integration Server |
mattynorm
Replies: 4 Views: 2904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2018 8:53 am Subject: Client and mutual auth within the same Integration Server |
We do have the specific cert set on the request, and the request is working fine
The issue is when we are the WS provider, any attempt to connect over HTTPS (e.g hitting the url in the browser) fai ... |
Topic: Client and mutual auth within the same Integration Server |
mattynorm
Replies: 4 Views: 2904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2018 2:40 am Subject: Client and mutual auth within the same Integration Server |
I should add that the version of IIB is 10 fix pack 10 |
Topic: Client and mutual auth within the same Integration Server |
mattynorm
Replies: 4 Views: 2904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2018 2:04 am Subject: Client and mutual auth within the same Integration Server |
Apologies if this has been covered off before, I did a search but couldn't find this exact problem
I have an application, that consists of several flows logically linked. On Flow A I Take in a mess ... |
Topic: DFDL parser exception on Linux but not on Windows |
mattynorm
Replies: 3 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 25, 2014 2:18 am Subject: DFDL parser exception on Linux but not on Windows |
Thanks kimbert, I was a bit confused by the '0x33' as that's a 51 in ASCII, and there wasn't one around where it was failing.
That offset happens roughly 2.8m records into a 5.6m record file, is th ... |
Topic: DFDL parser exception on Linux but not on Windows |
mattynorm
Replies: 3 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 25, 2014 12:57 am Subject: DFDL parser exception on Linux but not on Windows |
couple of people were very helpful on here in getting a flow processing a large file (5.6m rows) with sensible memory allocation. Thread can be found here
BIP5807E: The DFDL parser signalled that ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 09, 2014 2:35 am Subject: Handling large message |
Thanks Esa
I think 'Record is whole file' should be better.
As it stands, I don't think this will work as I am propagating each record out one by one, so I just get an output file with ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 6:57 am Subject: Handling large message |
Thanks for the replies
Yes, it is just a FileInput -> Compute(esql) -> FileOutput flow, nothing complicated about it at all (there is a subflow hanging off the catch and a queue of the fail t ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 4:34 am Subject: Handling large message |
Thanks again
You are moving the reference to the next instance with the same name and type?
If there are a lot of siblings with other names, you should make sure that you get rid of them, too ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 2:02 am Subject: Handling large message |
Once again, thanks for the suggestions, flow now works, but
a) takes roughly 42 minutes to complete
and
b) is still grabbing about 6.5gb of memory (according to TASKLIST)
Have tried sett ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 05, 2014 2:31 am Subject: Handling large message |
Thank you to both of you, will apply those changes on Monday and see how it goes |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2014 7:49 am Subject: Handling large message |
I need to be able to create a single output file (with potentially 5m records in it ) to stick on the file system. I did consider splitting it out into individual messages, but that's just kicking the ... |
Topic: Handling large message |
mattynorm
Replies: 32 Views: 20358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2014 7:03 am Subject: Handling large message |
Rather than start a new thread, I was hoping I could get some advice on how to proceed with a slightly different issue wrt to large file processing
The file I have is large in terms of records (ove ... |
Topic: Issue with declaration of constants in WMB v8 |
mattynorm
Replies: 6 Views: 3709
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2013 2:15 am Subject: Issue with declaration of constants in WMB v8 |
Yeah, can't really be doing with renaming etc, as these are used all over the place.
The plot thickens a bit, in that I have created a TEST.esql file, copied all the constants into it, and deployed ... |
Topic: Issue with declaration of constants in WMB v8 |
mattynorm
Replies: 6 Views: 3709
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 29, 2013 6:37 am Subject: Issue with declaration of constants in WMB v8 |
We have a .esql file, in which all the constant variables we use are declared. However some are declared as a concatentation of an existing constant || additional naming information.
E.G.
DECLA ... |
Topic: Flow shared variables - differences between 6.1 FP3 and FP4 |
mattynorm
Replies: 5 Views: 3212
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 15, 2010 6:39 am Subject: Flow shared variables - differences between 6.1 FP3 and FP4 |
i wonder what kind of logic is this, and i would like to know, what you are trying to achieve from this
We have 2 data completion events (once a day), which are published to this flow (they don't h ... |