Re: Help with JMS bindings

2004-01-05 Thread lisa preos
You need to either delete the defined ivtQCF first or
modify your script to alter qcf(ivtQCF) to achieve
your goal.


--- "Taylor, Neil" <[EMAIL PROTECTED]>
wrote:
> So your qmanager now exists on the local machine?
>
> -Original Message-
> From: Hilde G [mailto:[EMAIL PROTECTED]
> Sent: 31 December 2003 15:37
> To: [EMAIL PROTECTED]
> Subject: Help with JMS bindings
>
>
> We are on WMQI 5.3 CSD5/Win 2000.
>
> Currently we are using JMS with TRANSPORT(Client)
> with no problems.
> I would like to use BIND instead. So I changed it as
> follows:
>
> echo def qcf(ivtQCF) QMANAGER(QM1) TRANSPORT(BIND) >
> ivtsetup.scp
>
> when I tried to create the bindings file I got  the
> following error. Can someone please tell me what I
> should do?. Thanks much.
>
> Hilde
>
>

> D:\MQSeries\Java\bin>IVTSETUP
> + Creating script for object creation within
> JMSAdmin
> + Calling JMSAdmin in batch mode to create objects
>
> 5648-C60, 5724-B41, 5655-F10 (c) Copyright IBM Corp.
> 2002. All Rights Reserve
> Starting Websphere MQ classes for Java(tm) Message
> Service Administration
>
> InitCtx> Unable to bind object
>
> InitCtx> Unable to bind object
>
> InitCtx>
> Stopping Websphere MQ classes for Java(tm) Message
> Service Administration
>
> + Administration done; tidying up files
> + Done!
>
>
>
> __
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
>
> 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
>
> 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


__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003

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: To many SVRCONN Connections on WebSphere MQ V5.3

2003-10-27 Thread lisa preos
There are two things that can be done:  One is to
check if the current version of MQ that you are using
properly close the connection.   MQ5.2 up to csd04 had
problem, i.e. if the program was not disconnected
gracefully, it will think that the connection to the
queue manager is still open. I would check with IBM to
see if that problem was carried over to MQ5.3 or not.
  Two is to insure that the program closes the
connection, but you have no control ...


--- Nick Dilauro <[EMAIL PROTECTED]> wrote:
> You should also check the server side setting since
> the default is sometimes
> high (On Windows the default is something like 2
> hours).  I'm  not that
> familiar with AIX but the following might help.
> www.sybase.com/detail?id=611
> 
>
> Nick
>
>
> -Original Message-
> From: Bill Anderson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 23, 2003 12:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: To many SVRCONN Connections on
> WebSphere MQ V5.3
>
> I did forget to mention this is on AIX 3.3 /
> WebSphere MQ V5.3.
>
> And that is half of my problem, I don't know if the
> clients are holding on
> to the connection or not. I guess it is worth
> setting up the KeepAlive
> settings in the mq.ini file (I think that's where it
> goes) and see if it
> helps at all.
>
> Does anyone know if the problem with the Java client
> is correct as I
> explained it in my original post? I got the info
> from a lecture I attended
> in Vegas early this year. As I said, all of these
> connections are from
> external customers, so I can't do much about their
> code. But it would be
> nice to be able to give them some solid clues on
> what to do.
>
> Bill Anderson
> Senior Systems Analyst
> SITA Atlanta, GA
> 770-303-3503 (office)
> 404-915-3190 (cell)
> [EMAIL PROTECTED]
> http://www.mconnect.aero/
>
>
>
>   Nick Dilauro
>   <[EMAIL PROTECTED]To:
> [EMAIL PROTECTED]
>   >cc:
>   Sent by: MQSeries
> Subject:  Re: To many SVRCONN
> Connections on WebSphere MQ V5.3
>   List
>   <[EMAIL PROTECTED]
>   N.AC.AT>
>
>
>   10/23/2003 02:02
>   PM
>   Please respond to
>   MQSeries List
>
>
>
>
>
>
> This problem might be solved by a TCP/IP KeepAlive
> setting.  It needs to be
> set on the server and in the qmgr.  What platform
> are you on?  If the
> clients are actually holding on to all the
> connections this won't work.
>
> Nick
>
> -Original Message-
> From: Bill Anderson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 23, 2003 10:25 AM
> To: [EMAIL PROTECTED]
> Subject: To many SVRCONN Connections on WebSphere MQ
> V5.3
>
> On several occasions, we have had customers making
> 30 + (one did over 200)
> connections to a server connection channel. Each
> customer has a dedicated
> channel used only by them. Almost all of the
> connections have very low
> message counts (like 4 or 6) that do not change.
> Only one or two have
> significant message counts (like 500 + and rising).
>
> I am assuming that their applications are
> misbehaving by making erroneous
> connections for some reason. Many of the customers
> had contractors develop
> the code, and they have no Idea what it is doing
> (great !) but they agree
> they do not intend to make so many connections. I
> remember hearing that
> applications written as Java clients can experience
> false 2009 errors
> which, could cause them to re-connect. The problem
> being that the original
> connections is still valid. That would explain the
> problem I think.
>
> But regardless of the cause of the problem, I need a
> way to manage it on my
> side. I can't limit the number of connections on a
> channel by channel basis
> so I need to figure out a way to discover erroneous
> connections and kill
> them. They all come from the same IP address, and
> that don't help at all. I
> may have to just bring the whole channel down and
> restart it.
>
> But I would really like to find a way to have the
> queue manager end the
> channels that are not in use. If the connection
> between a client
> application and an in between router was truly lost,
> but the queue manager
> side of the router was OK, would the queue manager
> not at some point clean
> up the defunct connection?
>
>
>
> Bill Anderson
> Senior Systems Analyst
> SITA Atlanta, GA
> 770-303-3503 (office)
> 404-915-3190 (cell)
> [EMAIL PROTECTED]
> http://www.mconnect.aero/
>
> 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
>
> Instructions for managing your mailing list
> subscription are provided in
> the Listserv General Users Guide available at
> http://www.lsoft.com
> Archive: http://v

The difference of starting configuration manager and running configuration

2003-10-02 Thread lisa preos
In the IBM's installation guide for MQSI (NT).  In
page 21 there is the summary of authorization table.
There on row 4 and row 6.  It differentiate starting
and running configuration manage authorizations.  But
I don't quite understand what is the scope of staring
a configuration manager from running a configuration
manager.  Can anyone help me?

Thanks,

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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