Fred Oddo/DTCC is out of the office.

2004-11-22 Thread Fred Oddo
I will be out of the office starting 11/22/2004 and will not return until 11/29/2004. I will respond to your message when I return. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-w

tis the season

2004-11-22 Thread Rick Tsujimoto
For those who are in the NYC area in December and would like to network/party with other geeks...check out http://nyphp.org/nytchp.php

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Sid . Young
You can send anything you want, we send XML, PDF, JPEGs, GIFs and a host of proprietory formats. Sid -Original Message- From: Bill Anderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 November 2004 06:10 To: [EMAIL PROTECTED] Subject: Sending a PDF file as MQ payload Our development team

Re: MQ .NET and channel exits

2004-11-22 Thread Sid . Young
It's not an actual VM, it's a runtime that just in time compiles code to native executable format... quite different from Java. -Original Message- From: Meekin, Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 November 2004 01:52 To: [EMAIL PROTECTED] Subject: Re: MQ .NET and channel exi

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Miller, Dennis
If you're having a dull day, suggest they to convert it to XML first. -Original Message- From: Bill Anderson [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 12:10 PM To: [EMAIL PROTECTED] Subject: Sending a PDF file as MQ payload Our development team asked me if it was poss

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Pavel Tolkachev
Hello Bill, Basically, use MQFMT_NONE in a message format field to avoid character conversions and maybe other "smart moves" of the beast.. Also, make sure your documents are less than 4 Mb; otherwise, use application-level segmentation or you will have to make sure some set of conditions is m

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Luc-Michel Demey
no problem, just take care that the file is less than 100 Meg. Date sent: Mon, 22 Nov 2004 15:09:38 -0500 Send reply to: MQSeries List <[EMAIL PROTECTED]> From: Bill Anderson <[EMAIL PROTECTED]> Subject:Sending a PDF file as MQ payload To:

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Jim Ford
We do it, and do it a lot. Your MD's format must be set to NONE. If the messages can exceed 4M, make sure that the queue definition, xmit queue and channels all can handle it. Consider sending the big messages via their own channel, so as not to interfere with more normally sized traffic. Or,  cons

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Potkay, Peter M (ISD, IT)
It can be done. We have an app in production for over a year. If a program can put a file in a buffer (xml, pdf, jpeg, etc), it can put it into an MQ message. http://www.mqseries.net/phpBB2/viewtopic.php?t=5304&highlight=pdf -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTE

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Tim Armstrong
No reason you can't but the following may/do apply. Use MQFMT_NONE to send the file in binary format. >From a previous discusssion consider using the MQRFH2 header to deliver meta-data. Do NOT use MQGMO_CONVERT. Watch out for maximum message length MAXMSGL on Q, QMGR and channel definitions includ

Re: Sending a PDF file as MQ payload

2004-11-22 Thread Antony Boggis
MQ doesn't care. Data is data. As long as you don't try and send it with md.format=MQFMT_STRING and turn conversion on, you'll be fine. tonyB. > -Original Message- > From: MQSeries List [mailto:[EMAIL PROTECTED] On > Behalf Of Bill Anderson > Sent: Monday, November 22, 2004 12:10 PM > To:

Sending a PDF file as MQ payload

2004-11-22 Thread Bill Anderson
Our development team asked me if it was possible to send a PDF document as an MQ message. My "gut feeling" is yes, you can, but I have never done it. anyone out there ever done such a thing? any hints or tips on how to do it? Thanks Instructions for managing your mailing list subscription are p

Using gsk6cmd to create certificates and key ring files on AIX

2004-11-22 Thread Bill Anderson
I have been struggling with setting up SSL on an AIX server running AIX 5.2 and WMQ5.3 CSD07. The IBM security manual only walks you through procedures for using the gsk6ikm which only works with a server that is X-compatible (so you can "see" the GUI of course). It goes on to say, and I quote, "We

Re: MAXHANDS Attribute on the QMGR

2004-11-22 Thread Lawrence Coombs
On Friday we received a max channels error message. Instead of changing the qm.ini file and adding the CHANNELS stanza with the MaxChannels/MaxActiveChannels (we were using the default), the MQ admin simply increased the MAXHANDS attribute of the queue manager. This did resolve the problem. Howeve

Re: MQ .NET and channel exits

2004-11-22 Thread David C. Partridge
There doesn't appear to be anything in the readme for CSD8 about this :-( Dave -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Jason Edmeades Sent: 22 November 2004 16:01 To: [EMAIL PROTECTED] Subject: Re: MQ .NET and channel exits Support for these was added

Re: MQ .NET and channel exits

2004-11-22 Thread David C. Partridge
Thanks very much for that info. I'm confused though - I looked the apar text, and it said that the fix would support specification of the message exit. Surely msgexit isn't valid for client ... David -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Jason Edmea

Re: MQ .NET and channel exits

2004-11-22 Thread Meekin, Paul
Forgive the butting in but, isn't .NET Microsoft's latest attempt at creating a proprietary Java-like platform? ("Java-like" in the sense of being a complete VM, language, interpreter etc rather than an actual JVM environment). In that case, isn't it reasonable to have similar limitations to Jav

Re: MQ .NET and channel exits

2004-11-22 Thread Jason Edmeades
Support for these was added under APAR IC39879 (http://www-1.ibm.com/support/docview.wss?uid=swg1IC39879), which shipped in fixpack 8, although I do agree the documentation wasnt updated. Looking at the code I have suspicions you might need a fix on top of that as well (defect 80465) which you woul

NY / NJ WebSphere MQ and BI User Group Meeting

2004-11-22 Thread Del
furthermore, our online registration process is now working correctly again at http://www.nynjmq.org D/L <[EMAIL PROTECTED]> wrote: The fall meeting of the New York / New Jersey WebSphere MQ and BI UserGroup will take place on Wednesday, December 1, 2004, 8:30AM to 4:30PM.Location: ISO, Jersey C

Re: MQ .NET and channel exits

2004-11-22 Thread David C. Partridge
Indeed so, That's what started this whole thread :-( D. -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Potkay, Peter M (ISD, IT) Sent: 22 November 2004 14:01 To: [EMAIL PROTECTED] Subject: Re: MQ .NET and channel exits .NET clients do not support client chann

AMQ7469 - Transaction log full on Solaris MQ- V5.3

2004-11-22 Thread Lakshmi, Saraswathi
We are using MQ Series V5.3 on our Solaris system.  The application requires persistence of messages exchanged between Solaris system and the backend Mainframe application.   Initially the Solaris program was designed to commit every message received. There was no problem, except for som

Re: MQ .NET and channel exits

2004-11-22 Thread Potkay, Peter M (ISD, IT)
.NET clients do not support client channel tables. See the 1st page of chapter 5 in the .NET manual. -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of David C. Partridge Sent: Monday, November 22, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: Re: MQ .NET and channel

Re: MQ+Oracle+linux

2004-11-22 Thread Christopher Fryett
You might hear responses like: don't run MQ with Oracle on the same box. Since Oracle is a major pig of IPCs you might want to review the MQ Admin manual for IPC settings along with Oracle and see how your box is configured. You may have only accounted for Oracle and not MQ. Chris

Re: MQ .NET and channel exits

2004-11-22 Thread David C. Partridge
H Anyone from Hursley able to comment? This seems to be a major omission from the manual. Support for channel tables in client mode also seems a pretty major omission, as this allows the use of exits with NO code modification at all. Dave -Original Message- From: MQSeries List [m

MQ+Oracle+linux

2004-11-22 Thread Ferenc Door
Hi! We have a Unexpected resource problem with MQ on Linux  (2102) On this box an Oracle dbserver also running. Could any have a suggested/sufficient kernel parameteres? Thanks Ferenc Doór ** This e-mail and any attached file

Re: MQ .NET and channel exits

2004-11-22 Thread Potkay, Peter M (ISD, IT)
Yes, the manual is incomplete in this area. The Hash Table definitely works, I just haven't used the Security Exit parameter yet. You could also directly code MQEnvironment.SecurityExit if you don't want to use the hash table. -Original Message- From: MQSeries List [mailto:[EMAIL PROTE

CHAD exits and OpenVMS

2004-11-22 Thread Moir, Peter
Title: Message Hi,   has anyone got an working example of a CHAD exit for the OpenVMS platform. Its not my platform, but I'm clustering my z/OS queue managers with OpenVMS queue managers and they need a exit to prevent my message exit settings being propagated to their side. Someone recently

NY / NJ WebSphere MQ and BI User Group Meeting

2004-11-22 Thread D/L
The fall meeting of the New York / New Jersey WebSphere MQ and BI User Group will take place on Wednesday, December 1, 2004, 8:30AM to 4:30PM. Location: ISO, Jersey City, NJ Directions can be found at http://www.iso.com or http://www.nynjmq.org The meeting agenda is listed at http://www.nynjmq.org

Re: MQ .NET and channel exits

2004-11-22 Thread David C. Partridge
Strange, my version of the documentation doesn't mention that at all. The only attributes mentioned for the MQEnvironment class are: Channel Hostname Port SSLCipherSpec SSLKeyRepository SSLPeerName The Java MQEnvironment class DOES have attributes