Author |
Message |
Topic: AMQ7469: Transactions rolled back to release log space. |
gbailey
Replies: 4 Views: 3110
|
Forum: General IBM MQ Support Posted: Thu Dec 23, 2004 2:55 am Subject: AMQ7469: Transactions rolled back to release log space. |
Thank you for the advice and the explanation. For the record, we are running on AIX5.2 with WMQ5.3.0.6. The machines also run WBIMB.
We are going to try changing the qm.ini as suggested, and if tha ... |
Topic: AMQ7469: Transactions rolled back to release log space. |
gbailey
Replies: 4 Views: 3110
|
Forum: General IBM MQ Support Posted: Wed Dec 22, 2004 9:11 am Subject: AMQ7469: Transactions rolled back to release log space. |
Now this seems to be a frequently raised subject on MQSeries.net, however I am going to have to bring it up again.
We noticed, by looking in our AMQERR*.LOG files that this error (AMQ7469) was bein ... |
Topic: [SOLVED] mqsicreatebroker error BIP8011E |
gbailey
Replies: 4 Views: 9416
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 29, 2004 1:56 am Subject: [SOLVED] mqsicreatebroker error BIP8011E |
The answer is yes - it was.
I deleted the links from /var/mqsi/brokers/BROKER1 to the shared area, and from /var/mqsi/registry/BROKER1 to the shared area and the broker was successfully created. It ... |
Topic: [SOLVED] mqsicreatebroker error BIP8011E |
gbailey
Replies: 4 Views: 9416
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 29, 2004 1:01 am Subject: [SOLVED] mqsicreatebroker error BIP8011E |
We don't have an Adminstrators group on our AIX box, and this hasn't been a problem creating other brokers in the past.
id BROKER1
uid=18(BROKER1) gid=250(mqbrkrs) groups=13(mqm)
id BROKER2
ui ... |
Topic: [SOLVED] mqsicreatebroker error BIP8011E |
gbailey
Replies: 4 Views: 9416
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 28, 2004 8:52 am Subject: [SOLVED] mqsicreatebroker error BIP8011E |
I am trying to recreate a WBIMBv5 broker on AIX 5.2. I have taken the following steps:
Delete from the toolkit.
Stop the broker: mqsistop BROKER1
Delete the broker: mqsideletebroker -w BROKER1
... |
Topic: [SOLVED] TDS message with no group delimiter |
gbailey
Replies: 6 Views: 2851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 08, 2004 3:24 am Subject: [SOLVED] TDS message with no group delimiter |
I have tried that with the tag length set as zero on Tagged Delimited and it appears to work. I didn't need to have a tag name of 'UNKNOWN'.
Thanks! |
Topic: [SOLVED] TDS message with no group delimiter |
gbailey
Replies: 6 Views: 2851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 07, 2004 1:57 am Subject: [SOLVED] TDS message with no group delimiter |
All the groups have the group indicators as you said.
The problem comes with my overall type that contains all the groups. The overall type has to be variable length delimited, but there is nothing ... |
Topic: [SOLVED] TDS message with no group delimiter |
gbailey
Replies: 6 Views: 2851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 04, 2004 4:36 am Subject: [SOLVED] TDS message with no group delimiter |
I modeled the message by splitting it into seven groups. Five of these have [] group indicators, but one has () and another {}. Within the groups I have used ',' as the delimiter. How would I use tags ... |
Topic: [SOLVED] TDS message with no group delimiter |
gbailey
Replies: 6 Views: 2851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 04, 2004 2:03 am Subject: [SOLVED] TDS message with no group delimiter |
I am trying to model the following message in TDS:
[2,A123,GBJA20, ][GBJA20,A123,UNKN][073500,+0002H][0730 ,0731H]{0020}[FILE,G12345](0)
It contains seven groups with group identifiers, tho ... |