Skip Menu |

This queue is for tickets about the MQSeries CPAN distribution.

Report information
The Basics
Id: 16318
Status: resolved
Worked: 5 min
Priority: 0/
Queue: MQSeries

People
Owner: Nobody in particular
Requestors: martin.evans [...] credit-suisse.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.23
Fixed in: (no value)



Subject: Mainframe buffer error with Command::InquireQueueNames
--------------------------------------------------------------- modify line 847 in ./MQSeries/Command/Base.pm replace the * with an @ as our mainframes return an @ at the start of the return data. The code doesn't handle variations.
[guest - Tue Dec 6 07:26:36 2005]: Show quoted text
> --------------------------------------------------------------- > modify line 847 in ./MQSeries/Command/Base.pm > replace the * with an @ as our mainframes return an @ at the start of > the return data. > > The code doesn't handle variations.
Sorry, I didn't notice this has already been mentioned in the "resolved bugs", I wish I had seen that post yesterday! Is the list still active?
[guest - Tue Dec 6 07:31:15 2005]: Show quoted text
> [guest - Tue Dec 6 07:26:36 2005]: >
> > --------------------------------------------------------------- > > modify line 847 in ./MQSeries/Command/Base.pm > > replace the * with an @ as our mainframes return an @ at the start of > > the return data. > > > > The code doesn't handle variations.
> > > Sorry, > > I didn't notice this has already been mentioned in the "resolved bugs", > I wish I had seen that post yesterday! > > Is the list still active?
There's no mailing list for the MQSeries module, but you can mail me at my work e-mail address (Hildo.Biersma@MorganStanley.org). Development of the module is slow right now; I'm waiting for MQv6 to be fully installed and usable here at Morgan before completing the 1.24 release. With MQv6, MQ on z/OS will support PCF commands, and we will de-emphasize MQSC support. PCF is much more reliable, even though it involves more small messages instead of fewer large ones. Hildo