Author |
Message |
Topic: XML Attributes not propagated by XMLNSC parser |
matthewmatcham
Replies: 1 Views: 1565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 02, 2012 7:44 am Subject: XML Attributes not propagated by XMLNSC parser |
I've found previous posts relating to attributes being lost when copying XML to the Environment, but nothing that seems to relate directly to this.
We have a message that looks like this (note the ... |
Topic: XMLNSC Parsing Error - flow amending XML to be valid |
matthewmatcham
Replies: 1 Views: 1562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2010 12:47 am Subject: XMLNSC Parsing Error - flow amending XML to be valid |
Broker 6.1.0.2 on Windows.
I'm passing an XML message over MQ to a flow without a final closing tag character '>' to test out some error handling. I've set the Message Domain to XMLNSC on the M ... |
Topic: SOAPInput node and CodedCharSetId |
matthewmatcham
Replies: 3 Views: 4254
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 23, 2010 3:36 am Subject: Re: SOAPInput node and CodedCharSetId |
So in your ESQL node use following:
SET OutputRoot.Properties.CodedCharSetId = 1208;
Thanks. That is actually the line of code I put in place originally as a little test.
The issue I have he ... |
Topic: SOAPInput node and CodedCharSetId |
matthewmatcham
Replies: 3 Views: 4254
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 12, 2010 1:03 am Subject: SOAPInput node and CodedCharSetId |
Broker version 6.1.0.2 on Windows
I have a flow with a SOAPInput node and have set the Parse timing to 'Immediate'. I am trying to handle and log errors from this node and create a SOAP Fault with ... |
Topic: Yet another Load Balancing question - Multiple Clusters |
matthewmatcham
Replies: 4 Views: 3554
|
Forum: Clustering Posted: Fri Jun 04, 2010 3:44 am Subject: Yet another Load Balancing question - Multiple Clusters |
Do you have 3 seperate sets of cluster channels?
i.e.
TO.QM1.LOW, clustered to the LOW cluster only.
TO.QM1.MED, clustered to the MED cluster only.
TO.QM1.HIGH, clustered to the HIGH cluster onl ... |
Topic: Yet another Load Balancing question - Multiple Clusters |
matthewmatcham
Replies: 4 Views: 3554
|
Forum: Clustering Posted: Fri Jun 04, 2010 12:55 am Subject: Yet another Load Balancing question - Multiple Clusters |
I've set up a Cluster with 3 QMs, one of which is acting as a Gateway with no application queues defined. My two target QMs are for two Message Brokers. The workload algorithms are standard round-ro ... |
Topic: 2035 Authorization Error on expiry report |
matthewmatcham
Replies: 3 Views: 4224
|
Forum: General IBM MQ Support Posted: Wed Apr 28, 2010 2:11 am Subject: 2035 Authorization Error on expiry report |
Thanks, I somehow failed to spot the blank userid in the MO01 output. |
Topic: 2035 Authorization Error on expiry report |
matthewmatcham
Replies: 3 Views: 4224
|
Forum: General IBM MQ Support Posted: Tue Apr 27, 2010 1:11 am Subject: 2035 Authorization Error on expiry report |
I have MQ Version 6 running on my local XP machine, and a single QM servicing one Broker and one Config Manager. My Broker services are running under a local administrator account that is in the MQM ... |
Topic: Timezone in WSMQ on Z/OS |
matthewmatcham
Replies: 9 Views: 12563
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 06, 2006 7:40 am Subject: Timezone in WSMQ on Z/OS |
Your confusion is due to the fact that you happen to live in the timezone where GMT is. For you, MQ appears like it has local time stamps for half of the year. That is only because of where you are. ... |
Topic: Timezone in WSMQ on Z/OS |
matthewmatcham
Replies: 9 Views: 12563
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 06, 2006 7:09 am Subject: Timezone in WSMQ on Z/OS |
Sorry, yes I see that but I don't understand the "not an issue" part. If your local time is not GMT then other products on z/OS such as CICS or DB2 will observe the daylight savings and adj ... |
Topic: Timezone in WSMQ on Z/OS |
matthewmatcham
Replies: 9 Views: 12563
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 06, 2006 6:55 am Subject: Timezone in WSMQ on Z/OS |
MQSeries timestamps are always GMT. Daylight saving time (DST) is not an issue.
Only your local time changes relative to GMT, if you are in a location that observes DST.
When we're o ... |
Topic: Timezone in WSMQ on Z/OS |
matthewmatcham
Replies: 9 Views: 12563
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 06, 2006 1:51 am Subject: Timezone in WSMQ on Z/OS |
Hi
I've noticed that our implementation of MQ on z/OS does not adjust for daylight savings. Therefore for part of the year MQ messages have a creation time in the MQMD that is an hour out of sync. ... |