Author |
Message
|
basabi2520 |
Posted: Thu Oct 04, 2012 1:28 am Post subject: MQRC_OBJECT_DAMAGED - 2101 |
|
|
 Apprentice
Joined: 05 Jun 2012 Posts: 28 Location: singapore
|
hi all,
SYSTEM.ADMIN.PERFM.EVENT damaged when i try to get message using java :
openOptions = MQC.MQOO_INPUT_SHARED;
gmo.options = gmo.options + MQC.MQGMO_MSG_UNDER_CURSOR;
can anyone help me to find the cause? and solution to recover ?
thank you  |
|
Back to top |
|
 |
exerk |
Posted: Thu Oct 04, 2012 1:37 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Delete and redefine the queue, or use the rcrmqobj command if you have linear logging. If it reoccurs then tracing should help identify the cause. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Andyh |
Posted: Thu Oct 04, 2012 7:32 am Post subject: |
|
|
Master
Joined: 29 Jul 2010 Posts: 239
|
Unless you've been manually updating files in the queue manager data tree (in which case all bets are off) object damaged errors should be reported to MQ service.
How current is your MQ service level ? |
|
Back to top |
|
 |
basabi2520 |
Posted: Mon Oct 08, 2012 6:33 pm Post subject: |
|
|
 Apprentice
Joined: 05 Jun 2012 Posts: 28 Location: singapore
|
Thanks ,
Simple solution deleted and redefined  |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 08, 2012 7:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
basabi2520 wrote: |
Thanks ,
Simple solution deleted and redefined  |
Read the manual. Object damaged can happen in some circumstances under transactional behavior. If you are likely to hit that problem area you really might want to ensure that you use linear logging. Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|