Re: Data conversion with MA7P using .NET application

2003-06-05 Thread Elena Nanos
[mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Re: Data conversion with MA7P using .NET application Hello Steve, thank you very much for your reply, it is nice to know that we are not alone ... The queues using this support pack are set to 4 Meg max me

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread GIES, STEVE
, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Re: Data conversion with MA7P using .NET application Hello Steve, thank you very much for your reply, it is nice to know that we are not alone ... The queues using this support pack are set to 4 Meg max message size. Our developer will test setting larger

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Elena Nanos
STEVE" <[EMAIL PROTECTED]>@AKH-Wien.AC.AT> on 06/03/2003 01:55:38 PM Please respond to MQSeries List <[EMAIL PROTECTED]> Sent by:MQSeries List <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject: Re: Data conversion with MA7P using .NET application Elen

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread GIES, STEVE
Elena - This is a known bug in the current .NET support pac. What is happening is that by default the MQQueue class attempts to get the message with a 1 byte buffer. This of course fails (unless you just happen to be passing a 1 or 0 byte message!!) with a truncation failure. The class then res

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Glen Larson
TED]> Sent by:MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: Data conversion with MA7P using .NET application Hi Glen I can't say whether this is a bug or not (or as I like to refer to them, "undocumented enhancements") although I

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Capodicci, Dan (COMFIN, ITSS)
Original Message- From: Glen Larson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:10 PM To: [EMAIL PROTECTED] Subject: Re: Data conversion with MA7P using .NET application Dan, the problem is this is a shared channel. we do not want to use channel conversion. So is this a bug

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Glen Larson
on 06/03/2003 11:18:40 AM Please respond to MQSeries List <[EMAIL PROTECTED]> Sent by:MQSeries List <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject: Re: Data conversion with MA7P using .NET application Hi Elena We are using it and ran into the same problems.

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Elena Nanos
[EMAIL PROTECTED] cc: Subject: Re: Data conversion with MA7P using .NET application Hi Elena We are using it and ran into the same problems. We are setting the channels to convert the data for us and my guess is that may be where the problem is. The data coming out of our front end, .Net ap

Re: Data conversion with MA7P using .NET application

2003-06-04 Thread Capodicci, Dan (COMFIN, ITSS)
Hi Elena We are using it and ran into the same problems. We are setting the channels to convert the data for us and my guess is that may be where the problem is. The data coming out of our front end, .Net app seemed to be causing an error which related to it not getting correctly converted.