AIX Command server amqpcsea

2003-06-26 Thread Richard Killian
I have two v5.2 QMgrs running on AIX v4.3.3 in an HACMP environment. The 2 QMgrs and their command servers have been running fine together for a few months. Now the command server for the 2nd QMgr will not start. I get the message AMQ8101: Unexpected error (837). I have stopped everything and

Re: permission

2003-06-19 Thread Richard Killian
I don;t know about Windows but in AIX it is necessary to execute REFRESH SECURITY in runmqsc after issuing setmqauth commands. Anderson, Lizette T. (RyTull) To: [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: out of office message

2002-12-13 Thread Richard Killian
From the Tools drop down list select Out of Office. When the Out of Office windows pops up select tab Exceptions then fill in the blanks. (See attached file: out of office.jpg) _ Regards, Dick Killian MQ Administrator Adabas DBA Rochester Gas Electric Corp

Sec Channel Exit code

2002-11-27 Thread Richard Killian
I am writing a security exit for a SVRCONN channel. Does anyone out there see something wrong with this code? It compiles and links okay. It just doesn't set the MCA User Id. I do have access to the MQMD in the security exit don't I. if ((pmqmd-ApplIdentityData[1,15], 71 - MQ Monitor)==0)

Re: Sec Channel Exit code

2002-11-27 Thread Richard Killian
-Mensaje original- De: Richard Killian [SMTP:[EMAIL PROTECTED]] Enviado el: Wednesday, November 27, 2002 2:44 PM Para: [EMAIL PROTECTED] Asunto: Sec Channel Exit code I am writing a security exit for a SVRCONN channel. Does anyone out there see something wrong

Re: Sec Channel Exit code

2002-11-27 Thread Richard Killian
to achieve. Regards, Srivathsa -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Killian Sent: Wednesday, November 27, 2002 7:14 PM To: [EMAIL PROTECTED] Subject: Sec Channel Exit code I am writing a security exit for a SVRCONN channel. Does anyone

Re: Sec Channel Exit code

2002-11-27 Thread Richard Killian
the mqmd as eg: pXmit-MsgDesc.ApplIdentityData etc... Hope this helps! Peter Richard Killian Dick_Killian@r ge.com To: MQSERIES Sent by: cc: MQSeries

Re: channel security exit

2002-11-25 Thread Richard Killian
N.AC.AT 11/25/2002 02:52 PM Please respond to MQSeries List Richard Try using this code instead: strcpy(mqcd.MCAUserIdentifier, mqm); - Steve Gies -Original Message- From: Richard

Re: Client/Server channel security

2002-11-20 Thread Richard Killian
the 2035 on the connect or on the open? Did you run setmqaut commands for the queue manager as well as the queue? What does 'dspmqaut -t qmgr -m qmgrname -g appgrp' (or -p applic) do you see that connect authority? Richard Killian Dick_Killian@RGE

MQClient and Security

2002-10-22 Thread Richard Killian
I have MQClients (v5.2) installed for an application that runs on both AIX and NT; the QMgr(v5.2) is running on AIX. I want to set up security but I am at a loss as to what to I should be trying to do. I read about many different options and about the tools for setting security. But I haven't the