Author |
Message |
Topic: IIB 10 bar does not include all ESQL files from library |
codemonkey85
Replies: 5 Views: 4870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2017 1:06 am Subject: IIB 10 bar does not include all ESQL files from library |
IBM have replied with a fix and said the existing APAR for this is IT22429. IIB Version 10.0.0.11 will contain this fix.
I have not tested the fix that IBM sent us because we removed the HL7DFDLInp ... |
Topic: IIB 10 bar does not include all ESQL files from library |
codemonkey85
Replies: 5 Views: 4870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 08, 2017 12:33 am Subject: IIB 10 bar does not include all ESQL files from library |
In my library there are approx 8 sub-flows, only 3 of those sub-flows are used in the application i'm trying to build. However the sub-flows are still included in the bar file under the library. In th ... |
Topic: IIB 10 bar does not include all ESQL files from library |
codemonkey85
Replies: 5 Views: 4870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 07, 2017 9:17 am Subject: IIB 10 bar does not include all ESQL files from library |
Thanks for your reply.
By looking at the bar file in the toolkit, you can see that when you expand the Library, it does not include all the ESQL files from the library.
Thanks |
Topic: IIB 10 bar does not include all ESQL files from library |
codemonkey85
Replies: 5 Views: 4870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 07, 2017 1:53 am Subject: IIB 10 bar does not include all ESQL files from library |
Hi,
When building a bar file on IIB 10.0.0.10 in the toolkit with the 'Compile and in-line resources' option checked, IIB fails to include some required ESQL files from a shared library containing ... |
Topic: IIB 10 and the Healthcare Pack Installation |
codemonkey85
Replies: 2 Views: 2149
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 5:49 am Subject: IIB 10 and the Healthcare Pack Installation |
Great thanks, I thought V8.0 was the latest version of the Healthcare Pack, however looks like that relates to WMB (strange that its still compatible with IIB though. There is a different healthcare p ... |
Topic: IIB 10 and the Healthcare Pack Installation |
codemonkey85
Replies: 2 Views: 2149
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 4:28 am Subject: IIB 10 and the Healthcare Pack Installation |
Hi,
Has anyone had experience with IIB 10 and the Healthcare Pack? I am trying apply the Healthcare Pack v8.0 to the toolkit so that the additional nodes from the HealthCare pack are available, how ... |
Topic: HL7DFDLInput Node assigns the same Id to 2 differnt messages |
codemonkey85
Replies: 2 Views: 2453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 02, 2017 12:04 am Subject: HL7DFDLInput Node assigns the same Id to 2 differnt messages |
Hi,
Thanks for your reply.
It turns out, I had to set the 'Record definition' setting on the TCPIP Server Output node to 'Record is Unmodified Data' when sending back the ack message in order to ... |
Topic: HL7DFDLInput Node assigns the same Id to 2 differnt messages |
codemonkey85
Replies: 2 Views: 2453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2017 6:37 am Subject: HL7DFDLInput Node assigns the same Id to 2 differnt messages |
Hi,
When testing with the HL7DFDLInput node on IIB 9.0.0.5, I noticed when using the hcp testing utility and sending multiple files, IIB is not able to correlate every 2nd message e.g. replies for ... |
Topic: CONCATENATE MULTIPLE ROWS into a SINGLE VARIABLE |
codemonkey85
Replies: 3 Views: 4690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 06, 2014 4:04 pm Subject: CONCATENATE MULTIPLE ROWS into a SINGLE VARIABLE |
Just as Vitor says, create a reference e.g.
DECLARE envDataRef REFERENCE TO Environment.Variable.Data;
WHILE LASTMOVE(envDataRef) DO
SET Environment.Variable.ConcatenatedData = COALES ... |
Topic: Configurable Services |
codemonkey85
Replies: 7 Views: 5228
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 06, 2014 7:09 am Subject: Configurable Services |
Hi,
Would you not be better off storing the URL's in a table and accessing them from there? |
Topic: Configurable Services |
codemonkey85
Replies: 7 Views: 5228
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 06, 2014 7:06 am Subject: Configurable Services |
Hi,
Here is some java that worked for me -
BrokerProxy b = BrokerProxy.getLocalInstance();
// To ensure that the BrokerProxy object has been populated with data from the broker ... |