You will need to check whether the particular CICS region is connected to the QM, ask your CICS person - you will probably find that it is not. There's a CICS transaction he needs to start to startup the interface. If he/she thinks that they have then check the CICS log, there could be another problem.
Regards
Pierre
From: Ruzi R <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Data conversion on mainframe Date: Tue, 25 Mar 2003 13:11:26 -0800
Hi Darren,
I do know that it is the CICS region that is connected to the qmgr. You said:
> > > correctly I don't know) - but get 2018 - > > > invalid connection handle - > > >which is a bit odd because CICS apps don't really need > > / use a connection > > >handle
So, I was just suggesting a way to trace the handle to see where it was going wacky. As you don't have anything other than CEDF as a debugging tool, I thought you could write whatever you want to the TS queues and review the contents later on -- to help you debug...
Best regards,
Ruzi
--- Darren Douch <[EMAIL PROTECTED]> wrote: > Ruzi > > the connection handle in a CICS app isn't a 'normal' > connection handle - it > is actually the CICS region itself is connected to > the qmgr, CICS just lets > the application use one of these handles. The > contents of the handle are > 0 - before and after - and that is normal. > > I really think this is a problem with the MQXCNVC > support (like maybe it > isn't supported from C/CICS) rather than it being an > application problem. > > Thanks > Darren. > > ----- Original Message ----- > From: "Ruzi R" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 19, 2003 5:02 AM > Subject: Re: Data conversion on mainframe > > > > Darren, > > > > Why don't you try to write the handle to a TS > queue(s) > > before the suspected call(s)? You can then view > the > > contents of the queue(s). > > > > Regards, > > > > Ruzi > > --- Darren Douch <[EMAIL PROTECTED]> wrote: > > > Rick, I have a rather unsophisticated > environment - > > > CEDF is the limit of my > > > online debugging facilities and this doesn't > step > > > into the MQXCNVC call. > > > > > > The handle is fine for calls that follow the > MQXCNVC > > > call... wonder if it is > > > a problem passing the parameters... > > > > > > Cheers > > > Darren > > > > > > >From: Rick Tsujimoto > > > <[EMAIL PROTECTED]> > > > >Reply-To: MQSeries List > <[EMAIL PROTECTED]> > > > >To: [EMAIL PROTECTED] > > > >Subject: Re: Data conversion on mainframe > > > >Date: Fri, 14 Mar 2003 15:37:52 -0500 > > > > > > > >Darren, > > > > > > > >If you have an online debugger, e.g. Intertest, > > > just step throught the code > > > >and see where the handle gets whacked. > > > > > > > > > > > > > > > > > > > > Darren Douch > > > > <[EMAIL PROTECTED] > To: > > > >[EMAIL PROTECTED] > > > > COM> > cc: > > > > Sent by: > > > Subject: Re: Data > > > >conversion on mainframe > > > > MQSeries List > > > > <[EMAIL PROTECTED] > > > > en.AC.AT> > > > > > > > > > > > > 03/14/2003 02:51 > > > > PM > > > > Please respond > > > > to MQSeries List > > > > > > > > > > > > > > > > > > > > > > > >Thanks Rebecca. I am already setting my Hcon > to > > > the supplied default (and > > > >using that same handle on other MQ calls quite > > > happily before and after the > > > >MQXCNVC call). > > > > > > > >Might have to resort to trying the samples > > > (assembler only unfortunately) > > > >and then seeing if I can link to them from C... > > > certainly a more painful > > > >route. Maybe Morag will post a response and > save > > > the day :) > > > > > > > >Cheers > > > >Darren. > > > > > > > >----- Original Message ----- > > > >From: "Bullock, Rebecca (CSC)" > <[EMAIL PROTECTED]> > > > >To: <[EMAIL PROTECTED]> > > > >Sent: Friday, March 14, 2003 4:20 PM > > > >Subject: Re: Data conversion on mainframe > > > > > > > > > > > > > Darren, while you don't have to do the > MQCONN, I > > > believe that there's > > > >still > > > > > a connection handle (after all, it's a parm > you > > > need to specify on your > > > > > MQOPEN). Check what you have this set to (I > > > think it's MQHC_DEF_HCONN > > > >for > > > > > CICS when you don't so the MQCONN) and that > you > > > haven't overwritten it. > > > >HTH > > > > > -- Rebecca > > > > > > > > > > Rebecca Bullock > > > > > Computer Sciences Corporation > > > > > MFCoE/Newark CS Team > > > > > > > > > > Educational Testing Service Account > > > > > Princeton, NJ 08541 > > > > > > > > > > email: [EMAIL PROTECTED] or [EMAIL PROTECTED] > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Darren Douch > [mailto:[EMAIL PROTECTED] > > > > > Sent: Friday, March 14, 2003 8:20 AM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: Re: Data conversion on mainframe > > > > > > > > > > > > > > > Ian and others... > > > > > > > > > > I can't argue about MQGET - it works as > > > described in the manuals. But I > > > > > have a scenario where I can't use it... long > > > story short is that I have > > > >a > > > > > couple of chained data structures in front > of > > > the message data itself, > > > >plus > > > > > I don't know at the time of the GET whether > I > > > want to convert it > > > >'properly' > > > > > (using MQ's codepage support) or improperly > > > (using some homegrown > > > >conversion > > > > > tables that are needed to keep a downstream > > > application happy). > > > > > > > > > > I've made a bit of progress - managed to > build > > > the module now (whether > > > > > correctly I don't know) - but get 2018 - > invalid > > > connection handle - > > > >which > > > > > is a bit odd because CICS apps don't really > need > > > / use a connection > > > >handle. > > > > > > > > > > Any more offers? > > > > > > > > > > Cheers > > > > > Darren. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >From: Ian Metcalfe <[EMAIL PROTECTED]> > > > > > >Reply-To: MQSeries List > > > <[EMAIL PROTECTED]> > > > > > >To: [EMAIL PROTECTED] > > > > > >Subject: Re: Data conversion on mainframe > > > > > >Date: Fri, 14 Mar 2003 21:59:53 +1100 > === message truncated ===
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-wien.ac.at/MQSeries.archive
_________________________________________________________________ Hotmail now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/hotmail_mobile.asp
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-wien.ac.at/MQSeries.archive
