PeopleSoft Adapter

2004-02-06 Thread Robert Broderick
Is anyone using the PeopleSoft Adapter to the Broker to syncronize updates between to seperate (or more) PeopleSoft Application servers. The ICS adapter is also being evaluated so the use of this is of importance too. bobbee __

Re: Cant get amqscnxc sample program working

2004-02-06 Thread TC
Hi All: I have posted a similar question about amqscnxc program not working for me either. Here comes my question again..Let me tried to explain as clear as I can...   === I am using the AMQSCNXC C sample program which demonstrates a client

Stuck Messages

2004-02-06 Thread Paul Hinks
Hi All. I have an interesting problem with a queue which is being polled for messages by two Java clients. Each of them is doing a get in a loop with the flags MQC.MQGMO_BROWSE_FIRST | MQC.MQGMO_WAIT | MQC.MQGMO_LOGICAL_ORDER | MQC.MQGMO_COMPLETE_MSG | MQC.MQGMO_FAIL_IF_QUIESCING | MQC.MQGMO_LOCK

Re: Client Channel Table definition

2004-02-06 Thread Nushi M.
  Hi All, It is resolved. What was the problem?  I should have :    1. Created all the necessary channels for all the queue managers using  One queue manager.  2. Run

Re: Customized authentication Scheme

2004-02-06 Thread David Sieberg
Usha, the security exit mechanism allows you to pass a buffer between the security exit on the Queue manager client, and the security exit on the Queue manager server. The parameter is called AgentBuffer. This is documented in the Intercommunications guide. After valuing the agentbuffer, value th

Re: SSL - OS400 and OS390

2004-02-06 Thread Pat O'Dowd
Before acting on this e-mail or opening any attachment, you are advised to read the disclaimer at the end of this mail. Hi Tim, Thanks for the response. To start with I am looking to encrypt the messages in transit. What would be involved in encrypting messages sitting on queues? Would I have to

Re: Client Channel Table definition

2004-02-06 Thread Nushi M.
The CLNTONN definitions are fine. Becuase the same definition connects to the queue manager if it is the first occurence in the table. It must be the way I create the file. Wayne Schutz <[EMAIL PROTECTED]> wrote: I have to ask how are you trying to use the 2nd and 3rd entries? Haveu spec'd QMNA

results: link listed libraries

2004-02-06 Thread Dave Adam
our compile parms are NODLL and NODYNAM, we get the dynamic call by use of the program name  variable, while MQ services are statically linked as far as item (#RTA000120601) we use the other philosophy, normally, that any maintenance applied to system modules would be picked up by application pro

Re: link listed libraries

2004-02-06 Thread Cergol, Jerry
If you have IBMLink access you may want to look at an item (#RTA000120601) entitled "DYNAMICALLY CALL MQSERIES STUB STATIC DYNAMIC LINK" in Service and Support Info in category Problem Diagnosis Data. The item discusses and (hopefully) clarifies this very issue or at least sheds some light on i

Re: link listed libraries

2004-02-06 Thread Dave Adam
very clear we must still have something tweaked wrong I get a condition code 12 if I have the NODYNAM and the program name in quotes (on both LPAR's) I can only get a clean compile if the program name is a literal in the call statement (I can live with that, since it is what I want) I also get

Re: link listed libraries

2004-02-06 Thread Dave Adam
I got a note from the SYS Pgmr that he stopped and started the LLA, on LPAR A, and things cleared up sounds like your theory on the extents may be valid here, will check with him when he gets in program works fine, flaw was with TSO logons where he was on one machine and I was on the other afte