Author |
Message |
Topic: Message Tree Copying |
pottas
Replies: 2 Views: 2191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2019 4:13 am Subject: Message Tree Copying |
Ok... after I posted the above, I went for a coffee, and came back a bit more refreshed, searched this forum further...
So I replaced the above erroneous snippets with the following:
CREATE L ... |
Topic: Message Tree Copying |
pottas
Replies: 2 Views: 2191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2019 3:30 am Subject: Message Tree Copying |
Hi guys,
I am probably just missing something obvious....
I want to preserve my input by putting it into the Environment as follows:
SET Environment.Properties = InputRoot.Properties;
SE ... |
Topic: Non-funtional Testing tools for IIB |
pottas
Replies: 4 Views: 4917
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2017 3:12 am Subject: Non-funtional Testing tools for IIB |
Thanks a lot for the reply zpat, I will surely investigate what is contained within IIB, we are in the process of migrating from WMB7 to IIB10, so exciting times ahead. So I will have a look at wh ... |
Topic: Non-funtional Testing tools for IIB |
pottas
Replies: 4 Views: 4917
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2017 1:54 am Subject: Non-funtional Testing tools for IIB |
Hi,
This query is related to IIB, but I guess it is more of a question around what tech to use with IIB, than an issue or a query about IIB.
So, if this is the wrong forum for such a query, I apo ... |
Topic: HTTP Error 415 afer fixpack upgrade |
pottas
Replies: 8 Views: 5941
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 17, 2016 1:25 am Subject: HTTP Error 415 afer fixpack upgrade |
thanks maurito and fjb,
Yes, i guess the below holds some truth:
It could be that the fix pack fixed a related problem and you code was only working by 'fluke'
So the fixpack exposed somethin ... |
Topic: HTTP Error 415 afer fixpack upgrade |
pottas
Replies: 8 Views: 5941
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 16, 2016 6:44 am Subject: HTTP Error 415 afer fixpack upgrade |
Ok, so I did something weird and, unexpectedly - to my surprise - it fixed the issue.
I defaulted the MQMD and the properties to 'null' before I do the call to the web service:
SET OutputRoot. ... |
Topic: HTTP Error 415 afer fixpack upgrade |
pottas
Replies: 8 Views: 5941
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 16, 2016 5:23 am Subject: HTTP Error 415 afer fixpack upgrade |
Thanks fjb, I will try that.
Further to my investigation, I traced what they send back to us on the Soap layer:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=iso-885 ... |
Topic: HTTP Error 415 afer fixpack upgrade |
pottas
Replies: 8 Views: 5941
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 16, 2016 4:13 am Subject: HTTP Error 415 afer fixpack upgrade |
Guys,
We have upgraded a fixpack in our environment, details: below
current version:
BIP8996I: Version: 9005
BIP8997I: Product: IBM Integration Bus
BIP8998I: CMVC Level: S900-FP05
BIP8 ... |
Topic: MQ Fixpack breaking implemented applications |
pottas
Replies: 7 Views: 3121
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 04, 2015 2:19 am Subject: MQ Fixpack breaking implemented applications |
Thanks for all the replies, we will do as advised, get the traces done, log a PMR.
smdavies99,
Thanks also for your response, I do agree with you, it most probably is sloppy code causing it, but ... |
Topic: MQ Fixpack breaking implemented applications |
pottas
Replies: 7 Views: 3121
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 04, 2015 1:03 am Subject: MQ Fixpack breaking implemented applications |
Thanks zpat,
Yes, we could use an MQMDHeader Node, we could add the string mentioned to all flows in question, and I am pretty sure we do have some other options as well. And I do accept that it mi ... |
Topic: MQ Fixpack breaking implemented applications |
pottas
Replies: 7 Views: 3121
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 04, 2015 12:33 am Subject: MQ Fixpack breaking implemented applications |
Hi guys,
I am running the following IIB configuration:
IIB Runtime:
Version: 9001
Product: IBM Integration Bus
CMVC Level: S900-FP01
Build Type: Production, 64 bit, rios_aix_4
... |
Topic: File Processing error |
pottas
Replies: 18 Views: 6701
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 6:26 am Subject: File Processing error |
Thanks guys, you helped a heck of a lot, we should flag this thread somehow to assist other guys with the same issue.
As for Unix, in my native language, I have a lot of harsher words for it, 'cause ... |
Topic: File Processing error |
pottas
Replies: 18 Views: 6701
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 5:00 am Subject: File Processing error |
Oh, OK, well then I can confirm that we receive the file in perfect order. The file is complete where it lands in our FTP location, and it is still in perfect order once it was processed in our Archiv ... |
Topic: File Processing error |
pottas
Replies: 18 Views: 6701
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 4:53 am Subject: File Processing error |
Thanks fjb_saper,
The file name is unique, yes, that I can confirm.
Also, yes, there are header/footer details in the files, but we don't even interrogate the contents of the file in the Message B ... |
Topic: File Processing error |
pottas
Replies: 18 Views: 6701
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2015 4:09 am Subject: File Processing error |
Guys,
We have the following very simple implementation using File Nodes:
FileInput --> Compute --> MQ
A File gets sent to an AIX location (between 8 - 10 Mb size), in the Compute node, ... |