Author |
Message |
Topic: can not delete messages because:Message descriptor not valid |
gertvangaever
Replies: 10 Views: 9790
|
Forum: General IBM MQ Support Posted: Fri Jan 16, 2004 6:33 am Subject: can not delete messages because:Message descriptor not valid |
Unfortunately, I can't compile the amqsget0.c program.
Even more unfortunate, we use Windows here...
Is there no other way? |
Topic: can not delete messages because:Message descriptor not valid |
gertvangaever
Replies: 10 Views: 9790
|
Forum: General IBM MQ Support Posted: Fri Jan 16, 2004 6:22 am Subject: can not delete messages because:Message descriptor not valid |
[quote="Leafar"]Try with amqsget sample
Saludos
Rafael[/quote]
Then I get:
'MQGET ended with reason code 2080'
(Truncated message returned (processing not completed)) |
Topic: can not delete messages because:Message descriptor not valid |
gertvangaever
Replies: 10 Views: 9790
|
Forum: General IBM MQ Support Posted: Fri Jan 16, 2004 5:38 am Subject: can not delete messages because:Message descriptor not valid |
Hello,
I have 197 messages in our SYSTEM.DEAD.LETTER.QUEUE.
This queue should be emptied, as we have found the cause of the messages being put on the SDLQ.
When I try to 'clear queue', I get a ... |
Topic: sender channel can't find remote receiver channel, but is DO |
gertvangaever
Replies: 8 Views: 6655
|
Forum: General Discussion Posted: Fri Jan 09, 2004 6:47 am Subject: solved! |
My problem is solved.
It seemed to be some kind of corrupt object, I think.
I deleted the receiving channel on QMWINDOWS, stopped & restarted that queue manager, and recreated the receiving chan ... |
Topic: sender channel can't find remote receiver channel, but is DO |
gertvangaever
Replies: 8 Views: 6655
|
Forum: General Discussion Posted: Fri Jan 09, 2004 4:56 am Subject: sender channel can't find remote receiver channel, but is DO |
These only 1 queue manager in that server on the windows side.
Does it help if a make a trace anyway? |
Topic: sender channel can't find remote receiver channel, but is DO |
gertvangaever
Replies: 8 Views: 6655
|
Forum: General Discussion Posted: Fri Jan 09, 2004 4:50 am Subject: sender channel can't find remote receiver channel, but is DO |
I made a typo in my first post.
It's edited now. So the name of the sender & receiver channel are exactly the same (they were, from the beginnig)
Also interesting, is that we also have channel ... |
Topic: sender channel can't find remote receiver channel, but is DO |
gertvangaever
Replies: 8 Views: 6655
|
Forum: General Discussion Posted: Fri Jan 09, 2004 4:15 am Subject: sender channel can't find remote receiver channel, but is DO |
[quote="JasonE"]The channel names have to be the same both ends, ie the sdr name and the receiver name have to tie up. The corrupt name looks like data conversion hasnt taken place, dont know why.[/qu ... |
Topic: sender channel can't find remote receiver channel, but is DO |
gertvangaever
Replies: 8 Views: 6655
|
Forum: General Discussion Posted: Fri Jan 09, 2004 3:58 am Subject: sender channel can't find remote receiver channel, but is DO |
Hello,
We have 2 queue managers here:
QMAS400 (ccsid 37)
QMWINDOWS (ccsid 437)
There is a sender channel on QMAS400: QMAS400.TO.QMWINDOWS
There is a receiver channel on QMWINDOWS: QMAS400.TO. ... |
Topic: copy messages from DLQ to regular queue |
gertvangaever
Replies: 3 Views: 10135
|
Forum: Archives - All Posted: Tue Jan 06, 2004 6:40 am Subject: copy messages from DLQ to regular queue |
I have used pqedit (see my post in the forum) |
Topic: how to copy mesages from dead letter queue to normal queue? |
gertvangaever
Replies: 8 Views: 9259
|
Forum: General Discussion Posted: Tue Jan 06, 2004 2:33 am Subject: how to copy mesages from dead letter queue to normal queue? |
Indeed...
Thank you VERY much!! |
Topic: how to copy mesages from dead letter queue to normal queue? |
gertvangaever
Replies: 8 Views: 9259
|
Forum: General Discussion Posted: Tue Jan 06, 2004 2:26 am Subject: how to copy mesages from dead letter queue to normal queue? |
[quote="Remco"]You can use PQEDIT for this....
Use "Forward to Specific Queue" and select the option "Strip DLQ Header if found".
Real easy and quick...
Regards Remco[/quote]
OK.... Tnx!
... |
Topic: how to copy mesages from dead letter queue to normal queue? |
gertvangaever
Replies: 8 Views: 9259
|
Forum: General Discussion Posted: Tue Jan 06, 2004 1:35 am Subject: how to copy mesages from dead letter queue to normal queue? |
I just want to copy them once...
The original queue (let's call it ORIGINAL.QUEUE) became full because it was not handled. After that all messages sent to the ORIGINAL.QUEUE were rerouted to the SYST ... |
Topic: how to copy mesages from dead letter queue to normal queue? |
gertvangaever
Replies: 8 Views: 9259
|
Forum: General Discussion Posted: Tue Jan 06, 2004 1:24 am Subject: how to copy mesages from dead letter queue to normal queue? |
tnx...
Can I automate this in MQ Visual Edit?
(See my post in the 'Capitalware Inc.' forum) |
Topic: copy messages from DLQ to regular queue |
gertvangaever
Replies: 3 Views: 10135
|
Forum: Archives - All Posted: Tue Jan 06, 2004 1:21 am Subject: copy messages from DLQ to regular queue |
Hello,
Can I use MQ Visual Edit to COPY messages from a dead letter queue to a regular queue. Normally, a dead letter queue header was added to the message, so I'd like to strip this from the messa ... |
Topic: how to copy mesages from dead letter queue to normal queue? |
gertvangaever
Replies: 8 Views: 9259
|
Forum: General Discussion Posted: Tue Jan 06, 2004 12:21 am Subject: how to copy mesages from dead letter queue to normal queue? |
Because a queue was not handled, it became full.
After it was full, messages were that were supposed to get in the queue, were sent to the dead letter queue (SYSTEM.DEAD.LETTER.QUEUE).
Now all th ... |