Author |
Message
|
run |
Posted: Tue Oct 02, 2007 11:45 am Post subject: Application not able to connect to Z/OS |
|
|
 Apprentice
Joined: 14 May 2007 Posts: 45 Location: Newyork, USA
|
Hi everyone,
Currently, we are trying to connect cloverleaf engine(application on which the mq client version is installed) to Z/OS queue manager on which it has a remote queue that has a local queue on AIX BOX(here the broker exits) basically, where the transformation is done and the message goes into a local queue back on Z/OS from where SAP XI picks up the message and save it in SAP BAPI. The issue is cloverleaf looks like it is connected which is shown on Z/OS side but the state on cloverleaf engine shows as initializing but never connects, which basically does not allow to put messages on queue. Clover leaf on its script side(while connecting to the queue manager on Z/OS) creates a dynamic queue on Z/OS. but where as the same process works when the Z/OS is not in the picture and cloverleaf connects directly to AIX. Company wanted to use Z/OS as the source not AIX. Can anybody suggests any solution where we can get this happening using Z/OS.
solutions related to connecting to AIX directly are available. we need something that uses z/OS as the source? crisis situation please advice. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Oct 02, 2007 1:57 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Depending on where it lives and how it connects you may need the client attachement facility.(CAF).
This is quite expensive and you might want to rethink your strategy and keep cloverleaf connecting to AIX... _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 02, 2007 1:59 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, security on zOS qmgrs is fairly advanced and can be a source of a lot of effort.
You may want to verify that the user that cloverleaf is using has the necessary permissions to create and work with dynamic queues, and connect, and all of the other things that it needs to do. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
belchman |
Posted: Wed Oct 03, 2007 4:43 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Not that I would have the CloverLeaf MQ client on z/OS, I would bet that the Cloverleaf exception is a security exception. Look in the CHIN and MSTR logs of your MF queue manager and see if that is true.
I prefer the Cloverleaf SW be a client to and AIX node and route the data to MF. I am sure they have their reasons. _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
belchman |
Posted: Wed Oct 03, 2007 4:44 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Sorry Jeff, i didn't see you comment.... yeah... what Jeff said...  _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 03, 2007 4:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
belchman wrote: |
Sorry Jeff, i didn't see you comment.... yeah... what Jeff said...  |
Hey, I have a great idea!
 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
run |
Posted: Wed Oct 03, 2007 5:45 am Post subject: |
|
|
 Apprentice
Joined: 14 May 2007 Posts: 45 Location: Newyork, USA
|
I forgot to mention cloverleaf resides on solaris. Jeff go ahead with your idea guys I really appreciate yr suggestions. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 03, 2007 6:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Run - that was a joke referring to another thread.
My idea remains "check security", and thankfully belchman (who has more experience with zOS than I do, since belchman knows that CHIN has a log...) agrees. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Oct 03, 2007 7:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
run wrote: |
I forgot to mention cloverleaf resides on solaris. Jeff go ahead with your idea guys I really appreciate yr suggestions. |
As run looks to connect directly to the MF and ditch the Distributed qmgr I sincerely hope that they have the CAF at his site...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 04, 2007 3:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
run wrote: |
I forgot to mention cloverleaf resides on solaris. Jeff go ahead with your idea guys I really appreciate yr suggestions. |
As run looks to connect directly to the MF and ditch the Distributed qmgr I sincerely hope that they have the CAF at his site...  |
If that weren't the case, then it would ssem unlikely that " looks like it is connected which is shown on Z/OS side ". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
run |
Posted: Thu Oct 04, 2007 11:34 am Post subject: |
|
|
 Apprentice
Joined: 14 May 2007 Posts: 45 Location: Newyork, USA
|
can anybody tell me what is a client attachment facility(CAF) meant by and what role does it play. I am new here. thanks for being so concern I appreciate for all the replies. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 04, 2007 11:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
can you establish any client connection to the zOS queue manager from another machine?
If so, the CAF is installed and working.
If not, you need to ask the mainframe MQ administrator if they have the CAF installed.
If they don't, then you need to either BUY it, or use a different qmgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
run |
Posted: Thu Oct 04, 2007 11:45 am Post subject: |
|
|
 Apprentice
Joined: 14 May 2007 Posts: 45 Location: Newyork, USA
|
yep CAF is installed and working as RFHUTIL and SAP XI is able to connect to Z/OS. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Oct 04, 2007 1:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Glad we have the CAF issue out of the way.
Now is there any way you can get an MQtrace on the client connection from cloverleaf?
Could it be that cloverleaf is failing some initialization that has nothing to do with MQ?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
cicsprog |
Posted: Fri Oct 12, 2007 1:56 pm Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
Just a point, if you look at the startup of your z/OS xxxxCHIN and don't see this:
+CSQX011I &MQD0 CSQXGIP Client attachment feature available
Then the CAF isn't installed.
Send me your credit card number and I'll get it for you  |
|
Back to top |
|
 |
|