Author |
Message |
Topic: Deploying bar from a toolkit of major version possible? |
giorginus80
Replies: 1 Views: 1754
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 07, 2009 1:25 am Subject: Deploying bar from a toolkit of major version possible? |
Hi,
I have my toolkit updated to version 6.1.0.4, and I would like to deploy the flows I will build to 6.1.0.3 runtime, is it possible to set a bar compatibility for the right runtime? |
Topic: xs:dateTime to xs:date |
giorginus80
Replies: 4 Views: 4281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 25, 2009 12:28 am Subject: xs:dateTime to xs:date |
Broker version and OS ?
Have you looked at the Date functions and CAST functions?
MB 6.1.0.3
OS: Aix 5.3 (level 9)
I tried to cast, but I have a cast exception. |
Topic: xs:dateTime to xs:date |
giorginus80
Replies: 4 Views: 4281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 22, 2009 5:45 am Subject: xs:dateTime to xs:date |
It should be.
How? I did something like
xs:date( fn:concat( esql:lpad( xs:string( fn:year-from-dateTime( xs:dateTime($source/io:sir/io: ... |
Topic: xs:dateTime to xs:date |
giorginus80
Replies: 4 Views: 4281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 22, 2009 5:39 am Subject: xs:dateTime to xs:date |
Hi,
is it possible to convert xs:dateTime to xs:date in a map? Thanks in advance |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 2:48 am Subject: Re: aaaaaaaarrrrrrrggggggghhhhhhhh |
Nowhere here are you deleting the environment resources as they are used.
You also dont show how the environment is populated.
This looks like you are building the output message and not how you ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 2:22 am Subject: Big problem with memory, please Help |
The first thing I would do, before building the outputroot is to ensure the inputroot is being handled in a small amount of memory. Say less than 200MB (as 80MB is used as the footprint for the EG). C ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 1:27 am Subject: Big problem with memory, please Help |
You are still trying to delete from the input root and still aren't doing anything clever with the output.
Reread the doc I sent. All the answers are in there
ok now I don't delete the InputRoot. ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 8:16 am Subject: Big problem with memory, please Help |
The usage is still very high though. Please try just parsong the input alone, to see the results. Also follow the tecniques for writing the output tree
But I see that the memory goes higher when ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 07, 2009 6:20 am Subject: Big problem with memory, please Help |
Yeah but 900MB is way too much memory to be using. I really recommend using the memory management techniques in this instance.
I dont think the domain being used is the main issue you have here. P ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2009 7:26 am Subject: Big problem with memory, please Help |
That looks like the example on page 5. If so, the following text introduces the code....
"Ideally what you would want to write is the following" and the tex after it explains why it cant ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2009 6:22 am Subject: Big problem with memory, please Help |
Remind me which example.... the IBM doc? if so its a little naughty!
Yes I took from "Memory and performance considerations when handling large
messages in the broker" |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2009 2:01 am Subject: Big problem with memory, please Help |
Sorry to hear the document I sent did not help!
Looking at your ESQL you are still not using the large memory handling techniques for the output tree that you build up. This is contained in the doc ... |
Topic: Big problem with memory, please Help |
giorginus80
Replies: 23 Views: 17222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 06, 2009 1:41 am Subject: Big problem with memory, please Help |
Hi,
I have a very big problem with my memory usage, I used all the techincs descripted by IBM (
<credits>
<credit>
<StructA>
<ElementA1>Value A1<ElementA1>
... |
Topic: Failed to allocate memory abend error |
giorginus80
Replies: 14 Views: 18155
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 05, 2009 6:44 am Subject: Failed to allocate memory abend error |
How did you solved? |
Topic: Swap space not used on linux |
giorginus80
Replies: 0 Views: 1935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 23, 2009 7:09 am Subject: Swap space not used on linux |
Hi,
I have WMB 6.1.0.3 on linux environment (RHEL5). I was watching at a big flow message, and I saw that it use only phisical memory but swap space isn't touched. So how can I tell to the process fl ... |