Re: Capitalware's web site has moved.

2002-07-03 Thread Eric Arinduque
Hi Roger: Yes. Everything important to me is still there. Many Thanks! -- = Eric Arinduque UBS AG, PCC mailto:[EMAIL PROTECTED] = -Original Message- From: capitalware [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03,

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Paul Clarke
Bob, I have not heard of this problem before. The two questions thar spring to mind are :- 1/ What *is* the access settings 'ls -l' of the AMQERR03.LOG file ? I would have thought it should be public read/write 2/ What is runmqst ? Have you copied and renamed runmqsc. Have you set any odd

Re: MQSeries Authorizations

2002-07-03 Thread Paul Clarke
If anyone at IBM is listening: PLEASE put authorities abilities into the GUI in the next version and the ability to apply settings to multiple objects for a given user would be great. See xcacls.exe in NT if you want a good example of how to do the second option. Andrew Andrew, How could you

TCP/IP problem while connectiong to QM using client bindings.

2002-07-03 Thread Amit Gupta
HI, I am using MQseries 5.2 on WINNT. I am connecting to the MQSeries using MQJMS v5.2 classes, from the remote machine, I have set up transport type as client. I have made a server connection channel to use for the bindings. I am facing a problem when the number of users increase I am getting

Re: Multiple QMgrs from the Same Port

2002-07-03 Thread Paul Clarke
Is there a way to configure a server to run multiple QMgrs listening on the same port number? This would probably require using runmqlsr at startup. Does anyone know how to restrict/filter the IP address the QMgr listens on? I once thought I saw some documentation setting up an environmental

SWIFT+MQSA+MQSeries

2002-07-03 Thread ANAND
Hi, Can anybody help me out with SWIFT+MQSA+MQSeries?? regards, Anand Jammi

JTA/JDBC problem

2002-07-03 Thread RIBEIRO Paulo Jorge
Hello, I'm using the JTA/JDBC coordination via MQSeries feature to cordinate transactions envolving MQSeries and DB2. When any error occurrs, my java program trys to reconnect to MQSeries/DB2. When I stop MQSeries, all works fine.The program trys to reconnect, and when MQSeries is restarted, the

Re: SWIFT+MQSA+MQSeries

2002-07-03 Thread Mark Lees
What's your problem, I'll see if I can help. We have MQSA/MQFIN over MQSeries RegardsMark -Original Message-From: ANAND [mailto:[EMAIL PROTECTED]]Sent: 03 July 2002 10:34To: [EMAIL PROTECTED]Subject: SWIFT+MQSA+MQSeries Hi, Can anybody help me out with

Transmission Queue - GET(DISABLED)

2002-07-03 Thread a . srilalithe
BDY.RTF Description: RTF file

Channel Autodefinition Exit - any samples?

2002-07-03 Thread Raabe, Stefan
Hello, I like to use a channel autodefinition exit in Windows and Unix environment but i am not a C guru and all my searches for a sample or skeleton failed. can anyone point me to a sample or maybe someone has an exit and is willing to share it ?!? i like to remove the security exit on

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Fruncillo, Bob
Paul, Here is a display of /var/mqm/errors: $ ls -ltr total 196 -rw-rw-rw- 1 mqmmqm 0 Jul 2 17:44 AMQERR03.LOG -rw-rw-rw- 1 mqmmqm 0 Jul 2 17:44 AMQERR02.LOG -rw-r- 1 mqmmqm 94621 Jul 2 17:45 AMQ11344.0.FDC -rw-rw-rw- 1

Re: API Crossing Exit

2002-07-03 Thread Paul Clarke
Another question. if the api exit needs to be replaced, either because of a fix or added functionality, is it necessary to restart the queue manager, or will just recycling the application (and channels) be sufficient to obtain the new copy of the api exit ? Philip, A change to the ApiExit

Re: 'Phantom' messages on queue

2002-07-03 Thread Potkay, Peter M (PLC, IT)
Are you positive that the destructive GET is being done with a clean (read: initialized) Message ID and Correl ID? If not, you could be asking MQ to return you a message with a MessageID of garbage, which doesn't exist, hence the 2033. The browse program in this case perhaps does init the IDs???

Re: TCP/IP problem while connectiong to QM using client bindings.

2002-07-03 Thread Amit Gupta
HI Neil, Thnx for the reply. Actually the problem which I am facing is that JMS client makes the connection with the server does all the processing and some how the client ends without actually closing the connection, then my server connection channel status goes undefined i.e it shows the

Re: Transmission Queue - GET(DISABLED)

2002-07-03 Thread a . srilalithe
BDY.RTF Description: RTF file

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Rick Tsujimoto
Bob, Just out of curiosity. Why would you want to create copies of runmqsc? Fruncillo, Bob FruncilloB@DNB. To: [EMAIL PROTECTED] COM cc: Sent by: Subject:

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Paul Clarke
Paul, Here is a display of /var/mqm/errors: $ ls -ltr total 196 -rw-rw-rw- 1 mqmmqm 0 Jul 2 17:44 AMQERR03.LOG -rw-rw-rw- 1 mqmmqm 0 Jul 2 17:44 AMQERR02.LOG -rw-r- 1 mqmmqm 94621 Jul 2 17:45 AMQ11344.0.FDC -rw-rw-rw- 1

MQSeries x JAVA (Sup Pac MA88)

2002-07-03 Thread Reginaldo de Souza Rosa
I'm trying to run my JAVA/MQSeries program from AIX platform (MQSeries Client) that is connected at another AIX platform (MQSeries/Server), my program is trying read (GET A MESSAGE) from a QUEUE defined into MQSeries Server,and i'm receiving the result below : Unable to load message

Re: Cleints and workload balancing

2002-07-03 Thread Brian S. Crabtree
Peter The question is what are you trying to achieve ? - if it is just the throughput then option 1 is fine except that you appear to have 2 redundant boxes - I would prefer an MQI design rather than using clients but using clients is cheaper. If you want resilience as well then you need at

Re: MQSeries Authorazations

2002-07-03 Thread Boger, Dan
not quite what you asked for, but here's a perl one liner that will print it out as a tab delimited table... if($q and/^\s*\w+Type/){q($q);$q=}$q.=$_\n;sub q{foreach(split/n/,$_[0]){$t=$1if/^\s*\w+Type:\s*(.*?)\s*$/;$n=$1if/^\s*\w+N

Re: Cleints and workload balancing

2002-07-03 Thread Rick Tsujimoto
In the first scenario, if the overall throughput is satisfactory, what difference does it make that you didn't achieve true load-balancing? If load-balancing is important you could always write a program for QM2 to redistribute the messages equally. The program would be easy to write and you

AIX and Logging

2002-07-03 Thread Hill, Dave
Just a poll- Please just on AIX On AIX do you use LINEAR or CIRCULAR logging and why. Thats it Thanks Dave Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive:

Non-Persistent Message Speed

2002-07-03 Thread John A. Furnell
Does anyone have a feel for the response time differences between non-persistent fast vs. normal? John 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

Re: Cleints and workload balancing

2002-07-03 Thread Potkay, Peter M (PLC, IT)
option 1 is fine except that you appear to have 2 redundant boxes.. My thought process was that 2 seperate boxes is safer. If one gets coffee spilled on it and goes down, #2 is still there. Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL PROTECTED] X 77906 -Original

Re: MQSI Control Center - Urgent

2002-07-03 Thread Rao Krishna
Hi, Unfortunately i could not solve it. I did the complete setup again from the scratch and still no luck. Installed DB2 7.2 + MQSI 2.1 with CSD1 + MQSeries 5.2.1 with CSD3 on NT, installation was very smooth. Even creating broker/database/config manager no problem. I can able to start both

RES: MQSeries x JAVA (Sup Pac MA88)

2002-07-03 Thread Cesar Augusto
Ola Reginaldo, Sim! Vc deve instalar o MA88 e setar devidamente o seu classpath com os devidos jar. Apos isto vcnao tera mais as excecoes geradas abaixo, ok? Qualquer problema, pode entrar em contato direto comigo. Espero ter ajudado, []´s Cesar -Mensagem original-De:

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Fruncillo, Bob
We let our off-shore developers use it for displays on development boxes. It does save us from some off-hour calls. -Original Message- From: Rick Tsujimoto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: Re: runmqst - amq6119 - permission

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Fruncillo, Bob
Paul, Right on all counts! The error in the FDC was on the following: $ cd /var/mqm/qmgrs/QMGR!EMF1/errors $ ls -ltr total 208 -rw-rw-rw- 1 mqmmqm 0 Jul 2 14:46 AMQERR03.LOG -rw-rw-rw- 1 mqmmqm 0 Jul 2 14:46 AMQERR02.LOG -rw-rw-rw- 1 mqm

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Paul Clarke
We let our off-shore developers use it for displays on development boxes. It does save us from some off-hour calls. Bob, So if I'm reading you right you've created a copy of the runmqsc command but with lesser authority and you are surprised that when you run it you get some permission

Re: MQSeries x JAVA (Sup Pac MA88)

2002-07-03 Thread Lindsay, William (USPC.PCT.Hopewell)
Asd;fasdfjrfjds; mqseries fakdfdsfsdf   java ksjfsadfj  classpath asdfasdkfjasdf Bill -Original Message- From: Cesar Augusto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: RES: MQSeries x JAVA (Sup Pac MA88) Ola

Re: Multiple QMgrs from the Same Port

2002-07-03 Thread Bumpass, Brian
Let me give some more information. I am trying to provide some failover/continuance for my customer. We have Veritas Clustered servers running our QMgrs. There could be a time where both are running on the same hardware. Having different ports requires the application to know specific

Re: RES: MQSeries x JAVA (Sup Pac MA88)

2002-07-03 Thread Taylor, Neil
Hola Cesar y Reginaldo Creo que es preferible escribir ingles a esto lista. Neil -Original Message- From: Cesar Augusto [mailto:[EMAIL PROTECTED]] Sent: Wed 03/07/2002 11:37 To: [EMAIL PROTECTED] Cc: Subject: RES: MQSeries x JAVA (Sup Pac MA88) Ola Reginaldo,

Re: TCP/IP problem while connectiong to QM using client bindings.

2002-07-03 Thread Taylor, Neil
Amit Clients are not my forte so I'm not quite sure what is happening here. I suspect that the fact that the channel is going into a stopping status but not completing is an indication that the channel is trying to negotiate a tidy exit with the other end, but because it can't contact the

RES: RES: MQSeries x JAVA (Sup Pac MA88)

2002-07-03 Thread Cesar Augusto
Hello Neil, I'm sorry, I thought I've sent the response only to Reginaldo(he's brazilian). Sorry again. Cesar -Mensagem original- De: Taylor, Neil [mailto:[EMAIL PROTECTED]] Enviada em: Wednesday, July 03, 2002 1:11 PM Para: [EMAIL PROTECTED] Assunto: Re: RES: MQSeries x JAVA (Sup Pac

Re: runmqst - amq6119 - permission denied

2002-07-03 Thread Fruncillo, Bob
Surprised noStupid YES! -Original Message- From: Paul Clarke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 11:45 AM To: [EMAIL PROTECTED] Subject: Re: runmqst - amq6119 - permission denied We let our off-shore developers use it for displays on development boxes. It does

Re: MQSI Control Center - Urgent

2002-07-03 Thread Marc Verhiel
Hi, Unfortunately i could not solve it. I did the complete setup again from the scratch and still no luck. Installed DB2 7.2 + MQSI 2.1 with CSD1 + MQSeries 5.2.1 with CSD3 on NT, installation was very smooth. Even creating broker/database/config manager no problem. I can able to start both

Queue manager not connecting through MQExplorer

2002-07-03 Thread Philip, Aby
Hi everyone, There was a particular problem which a group here is facing. There was a queue manager QM1 which went down. It was running on port 1416. The person in charge created another queue manager(same name) after deleting the first manager. The new one is running on port 1414. Now what

Re: Queue manager not connecting through MQExplorer

2002-07-03 Thread KenPlotnick
I had the same situation where I could not connect to the local queue manager through explorer. The error I was getting was: Access not authorized. You are not authorized to perform this operation. (Error AMQ4036). I was on MQ 5.1. I worked with IBM Support, but they could not resolve the

Re: Queue manager not connecting through MQExplorer

2002-07-03 Thread Taylor, Neil
Aby Very strange. How was the qmgr deleted, re-created and started - I presume not using Explorer/ Services? In which case I suspect that Explorer, which is a Microsoft snap-in, is still displaying the deleted QM1, but it cannot connect now as it does not exist. Has explorer been

Re: Non-Persistent Message Speed

2002-07-03 Thread Chris Fryett
John, Check out the SupportPAC MP6D, MP6F, or others. The performance documents are pretty good on identifying the performance differences for non-persistent fast vs. normal along with other scenarios. Chris John A. Furnell [EMAIL PROTECTED] on 07/03/2002 10:02:31 AM Please respond to

WSMQ Integrator Broker for Multi-platforms (non-NEON) Manuals?

2002-07-03 Thread Tony Devitt
Does anyone know when the .pdfs for this product will be added to the website? GA was apparently June 4 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

Re: AIX and Logging

2002-07-03 Thread Michael F Murphy/AZ/US/MQSolutions
You should search the archives on the virtues of linear vs circular because it has been discussed before and everyone's got an opinion. The platform is not really relevant because the logging depends on what type of recovery you want which is independent of your platform. Whether you are on

Problem when message size more than 4MB for Client Channel

2002-07-03 Thread Narasimha reddy v
Hi All, This is Narasimha Reddy working as a product developer,INDIA. I am felling happpy to join in user list of MQ System. I have been working with MQseries system since 1 year. Now I am having a problem regarding MQ Client - channel size. I am getting 2010 (MQRC_DATA_LENGTH_ERROR)

Re: MQSI Control Center - Urgent

2002-07-03 Thread Rao Krishna
Hi, All are running in the same server. I have even applied the CSD2 where it says problem is fixed, but of no use still i am hitting BIP1350E. What i noticed is configuration manager agent is not starting, hence control center can not connect to config manager. Is there any way to start only

Dan Jones/EIC/ING-FSI-NA is out of the office.

2002-07-03 Thread Daniel G. Jones
I will be out of the office starting 07/03/2002 and will not return until 07/09/2002. I will be out of the office from July 3 through July 8. I will be unavailable during this period. All problems should be routed through your appropriate HelpDesk infrastructure. General inquiries can be