Author |
Message |
Topic: Default values in Trace |
tchagan
Replies: 15 Views: 8271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 02, 2002 4:53 am Subject: Default values in Trace |
Hi,
try using the ResetContentDescriptor node, this will render your output to MRM within the flow, then you can view in your trace node.
Terry |
Topic: One Config Manager with two brokers |
tchagan
Replies: 5 Views: 4389
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 04, 2002 6:19 am Subject: One Config Manager with two brokers |
Hi,
IC01 is used to communicate with your config manager, there would be no use having the utility on UNIX as config managers are NT based. Use IC01 to split your exported message flows into indiv ... |
Topic: Checking repeating XML fields in a Filter node |
tchagan
Replies: 9 Views: 8467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2002 5:10 am Subject: Checking repeating XML fields in a Filter node |
Hi,
your code using the FOR command in the filter should be :
FOR ANY Body.XMLMULT.REPEAT[] as A
(A = 2)
will return true if any A element is equal to 2
Terry |
Topic: ESQL 2.1.0 to ESQL 2.0.1 |
tchagan
Replies: 2 Views: 2826
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 28, 2002 5:35 am Subject: ESQL 2.1.0 to ESQL 2.0.1 |
Hi,
set aside some space inside the XML message that you are using for output.
i.e. if the message is called MyMessage do the following
set OutputRoot.XML.MyMessage.Variables.Number[] = PASST ... |
Topic: Transfering Data from IMS Database to Oracle Database |
tchagan
Replies: 4 Views: 2766
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 24, 2002 1:17 am Subject: Transfering Data from IMS Database to Oracle Database |
I think you should be asking is WMQI the correct tool to do this? Is this an online system where everytime data is entered into your IMS database it must be immediately passed to the Oracle database ... |
Topic: Can an Oracle DB trigger put a message on an MQ queue? |
tchagan
Replies: 5 Views: 7722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 23, 2002 1:10 am Subject: Can an Oracle DB trigger put a message on an MQ queue? |
Hi,
I believe that OMB comes with Oracle8i and onwards.
In the scenario I describe the polling is necessary and is the standard way for Oracle to add messages to an mq input queue. However in O ... |
Topic: WMQI v2.1 CSD03 on AIX with Oracle 8.1.7 |
tchagan
Replies: 3 Views: 2825
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2002 7:35 am Subject: WMQI v2.1 CSD03 on AIX with Oracle 8.1.7 |
Jamie,
apparently this is fixed in 8.1.7.99, why don't you ask Chris Bell access Oracle Metalink and get a patch or the driver for the fixed version?
Terry (eHR) |
Topic: Can an Oracle DB trigger put a message on an MQ queue? |
tchagan
Replies: 5 Views: 7722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2002 6:27 am Subject: Can an Oracle DB trigger put a message on an MQ queue? |
Hi,
we currently use oracle AQ and the Oracle Message Broker to interface between Oracle and MQ, there is a little bit of setting up to do with the OMB and some scripts to write but this is the pre ... |
Topic: Element Length |
tchagan
Replies: 2 Views: 2428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 18, 2002 3:04 am Subject: Element Length |
You can't do this in 2.0.1, you can change the element length in your length_2 element to 3 which would change the length of your element but obviously the naming of the length_2 element would now be ... |
Topic: XML tag name to determine label name? |
tchagan
Replies: 5 Views: 4570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 10, 2002 2:48 am Subject: XML tag name to determine label name? |
Vickie,
what is the error when it goes to the FAILURE queue, potentially the error may have nothing to do with the RouteToLabel stuff.
The logic in your coding for routing could be done based up ... |
Topic: multi brokers |
tchagan
Replies: 7 Views: 11442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 7:17 am Subject: multi brokers |
Hi,
I think you require one odbc.ini file that points to your other databases. i.e.
DBID1=MERANT 3.60 Oracle 8 Driver
DBID2=MERANT 3.60 Oracle 8 Driver
DBID3=MERANT 3.60 Oracle 8 Driver
[DB ... |
Topic: multi brokers |
tchagan
Replies: 7 Views: 11442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 2:15 am Subject: multi brokers |
Hi,
we have an AIX environment with 12 brokers running, all using the same database. I have not seen any documentation that says that you need separate database instances for each broker. We have ... |
Topic: MQSI 2.0.1 upgrade to WMQI 2.1 - ESQL inconsistencies |
tchagan
Replies: 2 Views: 2993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 12:33 am Subject: MQSI 2.0.1 upgrade to WMQI 2.1 - ESQL inconsistencies |
Jason,
thanks for this info, very useful. Any more comments are welcome on this issue.
Terry |
Topic: MQSI 2.0.1 upgrade to WMQI 2.1 - ESQL inconsistencies |
tchagan
Replies: 2 Views: 2993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2002 1:46 am Subject: MQSI 2.0.1 upgrade to WMQI 2.1 - ESQL inconsistencies |
Hi,
I'm in the process of estimating the migration of 200 message flows from 2.0.1 to 2.1. I've looked at the migration redbook, readme files and installation guides. These do not give much infor ... |
Topic: Stranage reaction of msgflow |
tchagan
Replies: 7 Views: 4118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2002 1:19 am Subject: Stranage reaction of msgflow |
Lung,
I've now had time to have a closer look at this in my test flow and the message is parsed. I would suggest that whatever is being carried out on the message after the MQInput node is causing ... |