Re: QUEUE CURENTLY IN USE

2003-07-02 Thread nushin mehran
; Operations > Work: (614)213-6073 > Pager: (877)309-8797 > > > > > nushin mehran <[EMAIL PROTECTED]>@AKH-WIEN.AC.AT> on > 07/01/2003 05:40:03 PM > > Please respond to MQSeries List > <[EMAIL PROTECTED]> > > Sent by: MQSeries List <[EMAIL

Re: Still having problems with the CICS bridge

2003-07-02 Thread nushin mehran
Paulo, I am sending you sample code that I have and it works fine. My CICS bridge application connects to more that 3 programs. Take a look at the following code. Make sure you are coding the same way. Here is the code tha tyou should do. (mqcih.StrucLength = MQCIH_LENGTH_2; strncpy(mqcih.Format,

Re: QUEUE CURENTLY IN USE

2003-07-01 Thread nushin mehran
ECTED]> wrote: > If I understand your situation correctly, the bridge > monitor requires that queue and keeps it open for > awhile. It's intended to be a permanent queue; you > should not attempt to delete it. What problem is it > causing? > > -----Original Message

Re: QUEUE CURENTLY IN USE

2003-06-30 Thread nushin mehran
r input before a > put? > > > -----Original Message- > > From: nushin mehran [SMTP:[EMAIL PROTECTED] > > Sent: Wednesday, June 25, 2003 2:47 PM > > To: [EMAIL PROTECTED] > > Subject: QUEUE CURENTLY IN USE > > > > Hello all, > > I would be truly ap

Re: QUEUE CURENTLY IN USE

2003-06-30 Thread nushin mehran
1 (request queue) to be 1 as > it is an output queue for you. I just wanted to make > this clarification. > > Best regards, > > Ruzi > > --- nushin mehran <[EMAIL PROTECTED]> wrote: > > Hello all, > > I would be truly appriciated if some one tells me > >

Re: QUEUE CURENTLY IN USE

2003-06-25 Thread nushin mehran
status (DISP QSTATUS ?). The output > tells you which tasks have > the queue open. > > If you are trying to delete the CICS bridge queue, > than the bridge will keep > that queue open while it's running. > A lot of things, I know, but hopefully helpful! > Stefan > &

QUEUE CURENTLY IN USE

2003-06-25 Thread nushin mehran
Hello all, I would be truly appriciated if some one tells me whats going on and how I can resolve this client issue. This MQ Client application (HP mq client puts messages to Z/os MQSeries) opens a request queue to put messages into an mq bridge queue that triggers cics bridge process. After I fini

Re: HP CLIENT CONNECTION to Mainframe

2003-03-27 Thread nushin mehran
E_LENGTH); > strncpy(clientDef.ChannelName, channelName, > MQ_CHANNEL_NAME_LENGTH); > > connectOpts.ClientConnPtr = &clientDef; > connectOpts.Version = MQCNO_VERSION_2; > > > MQCONNX(qMgrName,&connectOpts,&hConn,&compCode,&reasonCode); >

HP CLIENT CONNECTION to Mainframe

2003-03-24 Thread nushin mehran
Can any body tell me why an standalone MQ program in a HP v11 enviroment connects successfully to mainframe using MQSERVER, but as soon as I include it in another program and use it as procedure call stops at MQCONN and returns error 2058(Queue Manager not known). Can we have the MQSERVER coded in

COMPLETE software A.G product and MQ

2003-03-06 Thread nushin mehran
Hello all, We need to get some information on how to connect MQSERIES to Software A.G. COMPLETE product. If any body has done this please send me some information. What do we need to do to connect these two to gather ? Thank you so much. __ Do you Y

Re: MQCIH C version

2003-02-14 Thread nushin mehran
he 8 refers to the > fact the the bridge > expects the first 8 bytes of the data it is sent to > contains the > application program name of the program that is to > be invoked. > > Regards > TIm A > > > > nushin mehran >

MQCIH C version

2003-02-13 Thread nushin mehran
Hello CICS Bridge Users, I am pretty desperate. I would be very appreciated if some body sends me a sample program that uses DPL cic bridge with commarae and MQCih. I am getting invalid length area message of 8. I know that I am not setting the field correctly. If I have a sample to go it would be

Sample program problem

2003-01-30 Thread nushin mehran
I am running sample program (AMQSREQO) as a client in HP-UX to put messages in os/390 and get respond back from an existing reply queue in os/390. I get error code 2042 (Object IN-USE) for openning the reply queue. What am I doing wrong ? Thank you for your help. __

CICS DPL - programming with Bridge

2003-01-30 Thread nushin mehran
I have just started using DPL - CICS Bridge. I am writing a client mq application in HP-UX that uses CICS Bridge in Z/OS. Can some body please send me a sample C program using cics DPL bridge calls. I would be greatly appreciated. I have study all the possible manuals for this function. I just need

Dead Letter Queue and Object not found

2003-01-09 Thread nushin mehran
Hello all, In our applications when a message is bad or if does not get processed by MQ it will go to an error queue. In one occation the error queue was spelled wrong. The bad message kept going back into the trigger queue and was cuasing a loop situation in cics. In situations like this I am assu

Re: Dead Letter Queue handler

2002-11-25 Thread nushin mehran
If you down load and install supportpac MA10 for ISPF, it comes with deadletter queue option. try this site : http://www-3.ibm.com/software/ts/mqseries/txppacs/ma10.html --- Mark Steely <[EMAIL PROTECTED]> wrote: > We are OS/390 v2.8 and MQ Series V2.1. Does any one > have a dead letter > queue ha

Re: CSQUDLQH

2002-11-21 Thread nushin mehran
After you installed this support pac. >From ISPF pannel select option "D" for D MQDLQ - Administer an MQM Dead Letter Queue on MQM ===> "queue manager name" It is self expenatory. Good luck. --- Mark Steely <[EMAIL PROTECTED]> wrote: > Support PAC MA10 is the ISPF interface. How do I > re

Re: CSQUDLQH

2002-11-21 Thread nushin mehran
It is not part of your MQ version 2.1 smp/e. You must down load this as a suportpac (MA10). --- Mark Steely <[EMAIL PROTECTED]> wrote: > Can you send me a copy. This program does not exist > in any of my MQ > Series libraries. > > Thank You > > >>> [EMAIL PROTECTED] 11/20/02 04:50PM >>> > It's pla

MQ Client on HP-UX v11

2002-11-16 Thread nushin mehran
Hello HPUX MQ users, We are downloading supportpac MACN and having problem installing MQ client on HP. The error message we are getting is { ftux005:/var/adm/crash/hpux11 : Cannot establish a lock on this target because of an external error (for example, the lock file could not be created)}. Can a

Re: SSL tutorial

2002-09-06 Thread nushin mehran
Kevin, I would be greatly appriciated if you send me a copy as well. Thank you so much. --- Kevin Tobin <[EMAIL PROTECTED]> wrote: > Some people on this list have been asking me to send > them the SSL tutorial > on MQ5.3 for W2K that I mentioned in an earlier > email. > > The tutorial includes a

MQSeries Security

2002-07-29 Thread nushin mehran
Hello all, Can some one tell me how I should setup MQ security between AIX and MVS. Should AIX java application send a userid to MVS through context setting or should it default? Currently the user id in AIX defaults to the QMGR userid not through context setting. Thank you so much.

List server

2002-07-12 Thread nushin mehran
Hello all, Can some body tell me why I am not able to see items in listServer after June 20, 2002 ?. The link that I am using is http://www.messageq.com/forums/vienna/ Thanks a lot. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free h

Re: Connect CICS to MQSeries in another partition

2002-07-10 Thread nushin mehran
Each CICS connects to one QMGR regardless of LPAR. If you would like to jump from one cics to another you would use MRO within a LPAR. If you need to jump from one LPar to another LPAR in MVS you must have separate QMGR for each LPAR. --- Sergio Lima Costa Costa <[EMAIL PROTECTED]> wrote: > Hello

Re: MQ applications and CEDF use in CICS

2002-07-01 Thread nushin mehran
END EXEC > IF EIBRESP = 0 then > EXEC CICS RETURN > END EXEC > END IF > END IF > > You can leave this code in your application > permanently and turn cedf > tracing on/off by desig