Author |
Message |
Topic: Is this possible with SELECT? |
scaryjase
Replies: 6 Views: 2850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 05, 2004 2:33 am Subject: Is this possible with SELECT? |
You certainly can use a WHERE clause on a SELECT to refer to those elements you desire, but i'm not entirely clear what you want to do with it. You talk about the problem being with the Fire element ... |
Topic: SELECT vs reference variables vs FOR |
scaryjase
Replies: 2 Views: 1684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 05, 2004 2:30 am Subject: SELECT vs reference variables vs FOR |
Performance is always dependent on a lot of factors, but the investigation we did for a previous project on v2.1 showed SELECTs being the best, with careful use of REFERENCEs not being far behind. |
Topic: What week is it? |
scaryjase
Replies: 6 Views: 3816
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 31, 2004 7:10 am Subject: What week is it? |
The page below relates to Excel, but gives a good outline of the issues...
http://www.cpearson.com/excel/weeknum.htm |
Topic: What week is it? |
scaryjase
Replies: 6 Views: 3816
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 31, 2004 6:55 am Subject: What week is it? |
it all depends upon what you mean by "week number" really. Do you mean
((the number of days since Jan 1st) DIV 7) + 1
or do you mean
(the number of Sundays since Jan 1st) + 1
one is eas ... |
Topic: help needed for inserting data in DB2 |
scaryjase
Replies: 2 Views: 1740
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 31, 2004 6:37 am Subject: help needed for inserting data in DB2 |
is it actually doing the INSERTs? try using the debugger (if V5) or trace files to find out what's going on... |
Topic: Eclipse/Rational ClearCase plug-in |
scaryjase
Replies: 0 Views: 1303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 31, 2004 6:08 am Subject: Eclipse/Rational ClearCase plug-in |
We're seeing some interesting behaviour which I'm wondering if anyone else has seen.
I've installed the official (from the IBM website) ClearCase plug-in for Eclipse and managed to get things check ... |
Topic: SQL causes MQSI to run slowly |
scaryjase
Replies: 6 Views: 5430
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 12, 2004 2:05 am Subject: SQL causes MQSI to run slowly |
was that SQL designed by someone with a grudge?? one thing worth bearing in mind is that if the database is returning 50,000 rows in no time at all, there could welll be some caching involved, which ... |
Topic: Aggregation question |
scaryjase
Replies: 6 Views: 4914
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 12, 2004 1:52 am Subject: Aggregation question |
are your requirements any different from the usual aggregation processing? i don't think so...
There is an aggregation example in one of the red books - have a look at this. |
Topic: Character conversion MRM --> XML |
scaryjase
Replies: 1 Views: 2146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 08, 2004 2:33 am Subject: Character conversion MRM --> XML |
we had a slightly similar problem whereby some characters (CRLF, £, [, ]) were not getting translated as expected and, after a reasonable amount of investigation, were unable to identify anything oth ... |
Topic: Configuration Management and the Config Manager |
scaryjase
Replies: 0 Views: 1641
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 08, 2004 2:14 am Subject: Configuration Management and the Config Manager |
The following points/questions all relate to WBIMB.
I'm looking at using CVS as a repository to enable version control and sharing of code across a number of developers. It looks to handle the man ... |
Topic: performance guidance required... |
scaryjase
Replies: 2 Views: 1948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 01, 2003 10:30 pm Subject: performance guidance required... |
thanks - neat method, although i suspect it's not entirely appropriate for me. guess i'll just wait for v5!!
cheers |
Topic: performance guidance required... |
scaryjase
Replies: 2 Views: 1948
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 27, 2003 12:03 am Subject: performance guidance required... |
it's all a bit vague, for which i apologise, but any thoughts would be appreciated.
i have an XML structure with some CHAR fields of indeterminate length which may contain some invalid characters. ... |
Topic: XML Special Characters and Mainframe |
scaryjase
Replies: 7 Views: 7929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 15, 2003 2:20 am Subject: XML Special Characters and Mainframe |
oh, the fun we've had with square brackets...
try DD and A8.
or try B1 and BB.
these might work. and then again... |
Topic: Whitespaces getting trimmed |
scaryjase
Replies: 3 Views: 2565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2003 9:21 am Subject: Whitespaces getting trimmed |
not entirely sure, but i think this is something to do with the padding character specified for the field. try changing it from space to null (or vice versa!!) |
Topic: XML attribute |
scaryjase
Replies: 1 Views: 2685
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 29, 2003 9:55 am Subject: XML attribute |
try
Set version = InputRoot.XML.XMI.(XML.attr)"xmi.version";
it seems to work for me... |