off topic question about workshop sampling collector

2004-11-08 Thread Prithwiraj Basu
Hi All,

Please excuse the off topic question but I was hoping someone could point
me in the right direction:

I am using SunOS5.9 Workshop Sampling Collector to profile an application.
When I attempt to do so I get a SIGNAL 29 run time crash:

SIGNAL 29 is Profiling Timer Expired.

Any ideas on how to circumvent this issue?

Again, my apologies for the off topic query.

Thanks.

Prits

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


Is runmqsc available on AS 400

2004-04-22 Thread Prithwiraj Basu
Hi All,

I have worked on MQSeries in a Solaris environment.  My boss has asked me
to help out a team working on AS 400 environment with MQ.  My question is:
does the runmqsc utility exist on AS 400 environment and (assuming it does,
which seems reasonable) how is it launched?  Do I simply type runmqsc at
the command line and get the same interface as I do in Solaris?  Thanks.

Prits

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


Connection or remote listener unavailable error

2003-10-21 Thread Prithwiraj Basu
Hi All,

We have an app that has a bidirectional MQ link with another company.  We
have a Unix platform on our side.  The other comany operates via a
mainframe.  It was recently discovered that when we upgraded our Sun
Solaris OS we blew away the MQ objects.  I have recreated them and got
things to work to the point where we can send messages to the other
company.  However they are unable to send mesages to us.  When they try to
start their sender channel they get a 'Connection or remote listener
unavailable'.  Any ideas how I can troubleshoot this?  Thanks.

Prits

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: Connection or remote listener unavailable error

2003-10-21 Thread Prithwiraj Basu
Thanks for all the replies.  I have the requisite info in the /etc/services
and /etc/inetd.conf files.

In /etc/services I have:

MQSeries1414/tcp# MQSeries channel listener

In /etc/inted.conf I have:

MQSeries stream tcp nowait mqm /opt/mqm/bin/amqcrsta amqcrsta

Is there a particular process I can grep for to verify if the listener is
running?  Thanks.

Prits



 Art Schanz
 [EMAIL PROTECTED]
 IT.FRB.ORGTo
 Sent by: MQSeries [EMAIL PROTECTED]
 List   cc
 [EMAIL PROTECTED]
 n.AC.AT  Subject
   Re: Connection or remote listener
   unavailable error
 10/21/2003 11:12
 AM


 Please respond to
   MQSeries List
 [EMAIL PROTECTED]
 n.AC.AT







Prits,

  On Solaris, this type of error is usually caused by a missing entry in
/etc/services (port for listener) or in /etc/inetd.conf (the actual
listener invocation) if using the inetd listener.  If you are using the MQ
listener, be sure it gets started (runmqlsr) w/ the correct port info.
  Good Luck!

Cheers,
  Art

Arthur C. Schanz
Operating Systems Programmer I. - Specialist
Federal Reserve Information Technology
Distributed Systems Engineering
IBM Certified System Administrator - WebSphere MQ V5.3
IBM Certified Solution Designer - WebSphere MQ V5.3
(804) 697-3889
[EMAIL PROTECTED]



   Prithwiraj Basu
   [EMAIL PROTECTED] To:
   Sent by: MQSeries List[EMAIL PROTECTED]
   [EMAIL PROTECTED] cc:
 Subject:Connection
 or remote listener unavailable error
   10/21/2003 10:33 AM
   Please respond to MQSeries List





Hi All,

We have an app that has a bidirectional MQ link with another company.  We
have a Unix platform on our side.  The other comany operates via a
mainframe.  It was recently discovered that when we upgraded our Sun
Solaris OS we blew away the MQ objects.  I have recreated them and got
things to work to the point where we can send messages to the other
company.  However they are unable to send mesages to us.  When they try to
start their sender channel they get a 'Connection or remote listener
unavailable'.  Any ideas how I can troubleshoot this?  Thanks.

Prits

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


question about qmanager name being same on two servers

2003-10-17 Thread Prithwiraj Basu
Hi All,

I tried to verify a server to server installation of MQSeries (v 5.2) for
Sun Solaris.  Now my queue manager name is the same on both servers.  I did
a amqsput on the sender and a amqsget on the receiver.  The message was
never received on the receiver.  I checked the queue depth of the
transmission queue on the sender and the system dead letter queue on both
sides.  The message doesn't show up anywhere.  I have two questions:

Firstly is it ILLEGAL to have identical queue manager names on the two
servers using MQ for message transmissions?
Secondly, where is my message (assured delivery and all that considered)?
Did MQ get confused because of the identical qmgr names?

Please advice.  Thanks.

Prits

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


Question about OS Upgrade and MQSeries

2003-10-15 Thread Prithwiraj Basu
Hi All,

We have upgraded our Unix OS from Sun Solaris 8 to Sun Solaris 9.  While
doing so, the IT team blew away the old MQSeries objects.  My question is:
Can this be avoided?  I.e. can the OS be upgraded without blowing away the
MQSeries objects as that would help us in future?  Thanks.

Prits

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


queue manager does not exist error

2003-10-14 Thread Prithwiraj Basu
Hi All,

I am encountering the following problem:

A week ago I was asked to verify if one of our applications (which uses
MQSeries for inter company communication) was still set up to run for the
testers to test some stuff.  It has been a while since anyone has been
playing around with this application.  At the time when I did strmqm
queue.manager.name, I got a AMQ8118:Queue Manager does not exist error.
Then I saw that the queue manager could not be found in /var/mqm/qmgrs.
(It only had @SYSTEM listed).  Assuming that someone had erroneously blown
away the queue manager,  I had IT restore the queue manager and it again
exists at /var/mqm/qmgrs.  However upon doing strmqm I am still getting the
queue manager does not exist error.  Is there anything else I need to do
for the queue manager to be started?  I really do not want to go through
the whole MQSeries objects setup procedure if I can help it.  Thanks in
advance.

Prits

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: queue manager does not exist error

2003-10-14 Thread Prithwiraj Basu
Thanks for the responses.  If the correct /var/mqm/mqs.ini is restored,
then will there be an entry in it with my queue manager name (i.e. the one
that is missing)?  Thanks.

Prits



 Wyatt, T. Rob
 [EMAIL PROTECTED]
 OFAMERICA.COM To
 Sent by: MQSeries [EMAIL PROTECTED]
 List   cc
 [EMAIL PROTECTED]
 n.AC.AT  Subject
   Re: queue manager does not exist
   error
 10/14/2003 01:16
 PM


 Please respond to
   MQSeries List
 [EMAIL PROTECTED]
 n.AC.AT






Prits,

Sounds like they restored only the /var/mqm/qmgrs/yourqmgr tree.  If so,
they would have missed updating the /var/mqm/mqs.ini file which contains
info for the missing QMgr.  You may want to get them to restore all of
/var/mqm if this is the case.

Good luck!
-- T.Rob

-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 12:09 PM
To: [EMAIL PROTECTED]
Subject: queue manager does not exist error


Hi All,

I am encountering the following problem:

A week ago I was asked to verify if one of our applications (which uses
MQSeries for inter company communication) was still set up to run for the
testers to test some stuff.  It has been a while since anyone has been
playing around with this application.  At the time when I did strmqm
queue.manager.name, I got a AMQ8118:Queue Manager does not exist error.
Then I saw that the queue manager could not be found in /var/mqm/qmgrs.
(It only had @SYSTEM listed).  Assuming that someone had erroneously blown
away the queue manager,  I had IT restore the queue manager and it again
exists at /var/mqm/qmgrs.  However upon doing strmqm I am still getting the
queue manager does not exist error.  Is there anything else I need to do
for the queue manager to be started?  I really do not want to go through
the whole MQSeries objects setup procedure if I can help it.  Thanks in
advance.

Prits

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

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: queue manager does not exist error

2003-10-14 Thread Prithwiraj Basu
That's odd because after doing the restore on the WHOLE tree (i.e.
/var/mqm) my /var/mqm/mqs.ini does not have any queue manager names entries
in it.  In fact here are the contents (pasted below).  Is this ini file in
order?  Thanks.

Prits

##
#*  *#
#* START_COPYRIGHT*#
#* Licensed Materials - Property of IBM *#
#*  *#
#* 63H9336  *#
#* (C) Copyright IBM Corporation 1994, 2000 *#
#*  *#
#* END_COPYRIGHT  *#
#*  *#
##
#***#
#* Module Name: mqs.ini*#
#* Type   : MQSeries Machine-wide Configuration File   *#
#* Function   : Define MQSeries resources for an entire machine*#
#* *#
#***#
#* Notes  :*#
#* 1) This is the installation time default configuration  *#
#* *#
#***#
AllQueueManagers:
   ##
   #* The path to the qmgrs directory, below which queue manager data  *#
   #* is stored*#
   ##
   DefaultPrefix=/var/mqm

ClientExitPath:
   ExitsDefaultPath=/var/mqm/exits

LogDefaults:
   LogPrimaryFiles=3
   LogSecondaryFiles=2
   LogFilePages=1024
   LogType=CIRCULAR
   LogBufferPages=17
   LogDefaultPath=/var/mqm/log




 Wyatt, T. Rob
 [EMAIL PROTECTED]
 OFAMERICA.COM To
 Sent by: MQSeries [EMAIL PROTECTED]
 List   cc
 [EMAIL PROTECTED]
 n.AC.AT  Subject
   Re: queue manager does not exist
   error
 10/14/2003 03:20
 PM


 Please respond to
   MQSeries List
 [EMAIL PROTECTED]
 n.AC.AT






Yes.  Ideally, the correct file will be from the same date as the
/var/mqm/qmgrs/yourqmgr tree that was previously restored.  My
recommendation to restore all of /var/mqm at once was to insure that all
files would be in synch.  Restoring just mqs.ini will probably work if your
MQ environment is fairly stable.

-- T.Rob

-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 2:39 PM
To: [EMAIL PROTECTED]
Subject: Re: queue manager does not exist error


Thanks for the responses.  If the correct /var/mqm/mqs.ini is restored,
then will there be an entry in it with my queue manager name (i.e. the one
that is missing)?  Thanks.

Prits



 Wyatt, T. Rob
 [EMAIL PROTECTED]
 OFAMERICA.COM To
 Sent by: MQSeries [EMAIL PROTECTED]
 List   cc
 [EMAIL PROTECTED]
 n.AC.AT  Subject
   Re: queue manager does not exist
   error
 10/14/2003 01:16
 PM


 Please respond to
   MQSeries List
 [EMAIL PROTECTED]
 n.AC.AT






Prits,

Sounds like they restored only the /var/mqm/qmgrs/yourqmgr tree.  If so,
they would have missed updating the /var/mqm/mqs.ini file which contains
info for the missing QMgr.  You may want to get them to restore all of
/var/mqm if this is the case.

Good luck!
-- T.Rob

-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 12:09 PM
To: [EMAIL PROTECTED]
Subject: queue manager does not exist error


Hi All,

I am encountering the following problem:

A week ago I was asked to verify if one of our applications (which uses
MQSeries for inter company communication) was still set up to run for the
testers to test some stuff

which directory is queue manager located in

2003-10-02 Thread Prithwiraj Basu
Hi All,

When creating a queue manager, where does it get created on the file
system?  I am talking about MQSeries Version 5.2 for Sun Solaris.

Thanks.

Prits

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: MQSERIES AND CICS

2003-06-11 Thread Prithwiraj Basu
I recently went to India (I am Indian) and brought back T-Shirts for my
friends here in Toronto which read as follows:

On the top it says:
Come To India

This is followed by a motif of a bunch of Indian persons, caricatures of
famous icons and so forth.

Ont he bottom it says:
One billion people can't be wrong

I thought it was all very clever.

Seriously though, the thought of only management positions being available
in the near future definately gives me the shudders.  I know I would crash
and burn.

Prits




 Robert Broderick
 robertbroderick@
 HOTMAIL.COM   To
 Sent by: MQSeries [EMAIL PROTECTED]
 List   cc
 [EMAIL PROTECTED]
 n.AC.AT  Subject
   Re: MQSERIES AND CICS

 06/11/2003 07:28
 AM


 Please respond to
   MQSeries List
 [EMAIL PROTECTED]
 n.AC.AT






Again I half agree. I should move to India where the real programming will
all soon be done. There will be no jobs left but management.
YUCK!!!


From: Fryett.Chris [EMAIL PROTECTED]
Reply-To: MQSeries List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: MQSERIES AND CICS
Date: Tue, 10 Jun 2003 17:04:35 -0400

There is no shame for a poor programmer, just the rich ones ;-)

This is part of evolution or in some instances de-evolution.  Look at the
programming languages today.  Today kids or young developers don't know
squat about memory or computer systems, because they are spoiled with
languages like Java and Visual Basic.  Look at 'C' which protected most
developers from having to do assembler.  Are we really wasting brain
power,
or just putting our effort towards real solutions?  Look at MQ which
protects the programmer from knowing the different transport protocols.

Chris


-Original Message-
From: Francois Van der Merwe1 [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 10:50 AM
To: [EMAIL PROTECTED]
Subject: Re: MQSERIES AND CICS


I've also seen companies getting so obsessed with protecting the
programmer from MQ complexity (shame, poor programmers) that they layer
themselves into a calling stack that is so far removed from MQ and the
world of messaging in general, that it is really scary.  In the end the
programmers are nothing more than changing monkeys that know how to read
company specific change diagrams - and then just do it.

what a waste of brain power.

Francois van der Merwe




   Ronald Weinger
   [EMAIL PROTECTED]To:
[EMAIL PROTECTED]
   .COMcc:
   Sent by: MQSeriesSubject:  Re: MQSERIES AND
CICS
   List
   [EMAIL PROTECTED]
   N.AC.AT


   10/06/2003 22:28
   Please respond to
   MQSeries List




Oh no!
A rebel without a queue.




   Robert Broderick
   [EMAIL PROTECTED]To:
[EMAIL PROTECTED]
   OTMAIL.COM   cc:
   Sent by: MQSeriesSubject:  Re: MQSERIES
AND
CICS
   List
   [EMAIL PROTECTED]
   .AC.AT


   06/10/2003 03:59
   PM
   Please respond to
   MQSeries List







So lets say a programmer has only to receive a message and process it. The
company picks the bridge. When does the programmer get to learn about MQ??

I have interviewed people who have worked at companies that allowed them
access to MQ through their own home grown software (wrappers) These people
were useless (in regards to detailed MQ knowledge). The company while
pretending to isolate themselves from the messaging layer for the purpose
of
maybe changing later (remember MQ has about an 84% market share) (hahaha!!
Change later?? To What??) has basically limited the usefulness of it's
staff
to accommodate change. Remember we came into technology to embrace ALL the
aspects of technology not to be the porn (opps sorry) pawn of some
technology wizards  corporate paranoias.

If you disagree call 1-800-LACTOSS (Dennis Miller, not to be confused with
our beloved DM!!)


bee-oh-dubble-bee-dubble-egh



 From: Randy J Clark [EMAIL PROTECTED]
 Reply-To: MQSeries List [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: MQSERIES AND CICS
 Date: Tue, 10 Jun 2003 11:05:59 -0700
 
 The Bridge simply reads the message passes it to your program BUT it is
not
 called by your program like a wrapper.  Its monitoring a queue and when
a
 message arrives it reads it and links to your program and passes 

SIGNOFF MQSERIES

2003-03-28 Thread Prithwiraj Basu

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


Webshpere MQSeries

2003-01-14 Thread Prithwiraj Basu
Hi All,

What is the official name of the latest and greatest IBM MQSeries software?
Is it simply called Webshpere MQSeries or does it have a version number as
well?  Thank you.

Prithwiraj Basu

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: Version 5.2 end of service

2002-12-31 Thread Prithwiraj Basu
Can someone educate me about the meaning of this?  Does that mean if my
company have apps using MQ 5.2, we have to upgrade or we don't get any IBM
support in the eventuality of a problem?  What are the exact ramifications?

Thanks.

Prits

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



Does MQ have any encryption features?

2002-11-04 Thread Prithwiraj Basu
Hi All,

Is there any encryption features included within the MQSeries package that
developers can use to add that extra level of security to the data
transmisions?  Thanks.

Prits

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



problem with building purify version of mq program

2002-08-26 Thread Prithwiraj Basu

Hi All,

I am having difficulty doing a purify build of a mq program.  I am on a sun
solaris platform.  Here is what I get when I try a purify build:

purify CC +w -g -mt -xildoff -features=no%conststrings
-features=no%altspell -features=no%anachronisms -mt -DRELEASE=red10
-DSEQUENCE=0 -I/usr/openwin/include -I/opt/bea/wle/rtk/include -I.
-I/mbs/prg/red10/inc -I/mbs/prg/purple9/inc -I/mbs/prg/blue9/inc
-I/mbs/prg/green9/inc -I/mbs/prg/yellow9/inc -I/mbs/prg/orange9/inc
-I/mbs/prg/beta/inc -I/mbs/prg/base/inc -I/mbs/prg/local/inc -o CLS-B330
cls-b330.o -lorc -lsbgdt -lsbctn -lsbsql -lsbsbx -lsbcbt -lsbacm -lsbfin
-lsbsec -lsbpfm -lsbxdt -lsbcit -lsbagm -lsbrft -lsbatm -lsbamf -limqb23as
-limqs23as -lmqm -lmqmcs -lmqmzse -lsocket -lnsl -ldl -lrt
Purify 2002a.06.00 Solaris 2 (32-bit) Copyright (C) 1992-2002 Rational
Software Corp.  All rights reserved.
Instrumenting:  Linking
ld: warning: file
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libimqb23as.so_pure_p3_c0_105022037_58_32_4047592S:

attempted multiple inclusion of file
ld: warning: file
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libimqs23as.so_pure_p3_c0_105022037_58_32_5068868S:

attempted multiple inclusion of file
ld: warning: file
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libmqmcs.so_pure_p3_c0_105022037_58_32_3779600S:

attempted multiple inclusion of file
ld: warning: file
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libmqm.so_pure_p3_c0_105022037_58_32_4657012S:

attempted multiple inclusion of file
ld: warning: file
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libmqmzse.so_pure_p3_c0_105022037_58_32_6580S:

attempted multiple inclusion of file
ld: warning: file libposix4.so.1_pure_p3_c0_105022037_58_32_1257056S:
required by
/opt/rational/releases/purify.sol.2002a.06.00/cache/usr/lib/libmqm.so_pure_p3_c0_105022037_58_32_4657012S,

not found

Does anyone know how to rectify this?

Prits

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: 2035 access error

2002-07-29 Thread Prithwiraj Basu

Thanks Jonathan - it has solved my problem.  However I have a question
because I thought that if one was in group mqm then he/she would not have
any access issues.  Is this not so?

Prits



  Tilson,
  JonathanTo:   '[EMAIL PROTECTED]' 
[EMAIL PROTECTED]
  Jonathan.Tilson@cc:
  MISYS.COM   Subject:  RE: 2035 access error

  07/29/2002 11:53
  AM







Hi,

You need to give the user access to the queue manager
using the setmqaut command in /opt/mqm/bin

e.g. setmqaut -m [QMGRNAME] -t qmgr -p [USERID] +all

Regards,

Jonathan Tilson.

-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]]
Sent: 29 July 2002 16:35
To: [EMAIL PROTECTED]
Subject: 2035 access error


Hi All,

A user is getting ImqQueueManager::connect failed with reason code 2035
error when he runs an MQ application.  He has been put in group mqm but the
error still occurs.  Any ideas anyone?  Thanks.

Prits

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



how to reset sequence numbers

2002-07-25 Thread Prithwiraj Basu

Hi All,

How does one reset the sequence numbering of a channel?  Thanks.

Basically I have a MQ connection from Server A to Server B.  Now I want the
connection from Server C to Server B.  I have copied all of A's mq objects
to B identically and am trying to transmit from B to C.  However I am
getting the following error when I try to start the sender channel on C:

pb.oddev01.dev.r10.es1.src.../mbs/src/cls/b390:runmqchl -c MC.CGI.CDS.001
-m aton.queue.manager
0783889, 5765-B75 (C) Copyright IBM Corp. 1994, 2000.  ALL RIGHTS RESERVED.
25//07//02  03:16:57 PM  Channel program started.
25//07//02  03:16:58 PM  AMQ9526: Message sequence number error for channel
'MC.CGI.CDS.001'.
25//07//02  03:16:59 PM  AMQ9506: Message receipt confirmation failed.
25//07//02  03:16:59 PM  AMQ: Channel program ended abnormally.

Thanks.

Prits

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



[no subject]

2002-07-17 Thread Prithwiraj Basu

Hi all,

I have a compatibility question regarding multiple compilers:

The MQSeries for C++ Version 5.2 product that we have was for the
SunWorkshop 4.2 compiler.  We have upgraded to a new environment with
Solaris 8 and C++ compiler Sun Forte 6  Update 2.  Our mq programs no
longer build successfully and we are assuming this is due to
incompatibilities between the old compiler and new compiler.  Can someone
confirm this?

Furthermore installing our MQSeries product on the new environment and
verifying the install fails upon attempting to create the queue manager.
Is this due to some similar incompatibility issue?

Will getting the correct MQSeries for C++ Version 5.2 product for the new
compiler resolve our problems?

Thanks.

Prits

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



Queue Manager Creation Error

2002-07-16 Thread Prithwiraj Basu

Hi All,

I am trying to verify the successful install of MQSeries Version 5.2 in a
new environment.  The version of Unix is Solaris 8 and the C++ compiler is
Sun Forte 6 Update 2.  I am attempting the Verifying a local installation
as per the MQSeries Quick Beginnings documentation.  However the creation
of the queue manager fails and the following is the output at the command
prompt:

pb.oddev01.dev.r10.es1.src.../opt/mqm/samp/bin:crtmqm -q
venus.queue.manager
MQSeries queue manager created.
Creating or replacing default objects for venus.queue.manager.
Default objects statistics : 0 created. 0 replaced. 30 failed.
For details of the failures that occurred, please check AMQERR01.LOG.
Completing setup.
Setup completed.

Here are the first few messages from the log:

16//07//02  02:22:27 PM
AMQ6174: The library /var/mqm/exits/amqzxmr0 was not found. The queue
manager
will continue without this module.

EXPLANATION:
The dynamically loadable file /var/mqm/exits/amqzxmr0 was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
---
16//07//02  02:22:28 PM
AMQ8003: MQSeries queue manager 'venus.queue.manager' started.

EXPLANATION:
MQSeries queue manager 'venus.queue.manager' started.
ACTION:
None.
---
16//07//02  02:22:28 PM
AMQ6174: The library /var/mqm/exits/amqzif was not found. The queue manager
will continue without this module.

EXPLANATION:
The dynamically loadable file /var/mqm/exits/amqzif was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
---
16//07//02  02:22:29 PM
AMQ5525: The MQSeries Object Authority Manager has failed.

EXPLANATION:
The MQSeries Object Authority Manager has failed to complete an MQSeries
request.
ACTION:
Check the queue manager error logs for messages explaining the failure and
try
to correct the problem accordingly.
---
16//07//02  02:22:29 PM
AMQ5525: The MQSeries Object Authority Manager has failed.

EXPLANATION:
The MQSeries Object Authority Manager has failed to complete an MQSeries
request.
ACTION:
Check the queue manager error logs for messages explaining the failure and
try
to correct the problem accordingly.
---

It seems to me like it can't find the programs it needs to create a queue
manager.  The first log message states that /var/mqm/exits/amqzxmr0 is not
found.  This is true as the contents of the /var/mqm/exits dir is empty.
But that is also the case on our old server where mq is installed and
things are running just fine.  What gives?  Did I forget exporting some
variable or something?

Please advice.

Thanks.

Prits

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



Queue Manager Creation Error

2002-07-16 Thread Prithwiraj Basu

Hi All,

As a follow up to my original e-mail, I should mention that a MQ patch has
been applied in the new environment.  It is patch mqm_upd04.

Also our existing mq dependent programs are generating linker error when
built in the new environment.  Using nm to map undefined symbols to
libraries shows that the libraries do exist in the appropriate directory
(/opt/mqm/lib).  Any ideas?

Prits
- Forwarded by Prithwiraj Basu/Toronto/CGI on 07/16/2002 06:23 PM -

  Prithwiraj Basu
  Prithwiraj.Basu@To:   [EMAIL PROTECTED]
  CGI.COM cc:
  Sent by: MQSeriesSubject:  Queue Manager Creation Error
  List
  MQSERIES@AKH-Wie
  n.AC.AT


  07/16/2002 04:58
  PM
  Please respond to
  MQSeries List






Hi All,

I am trying to verify the successful install of MQSeries Version 5.2 in a
new environment.  The version of Unix is Solaris 8 and the C++ compiler is
Sun Forte 6 Update 2.  I am attempting the Verifying a local installation
as per the MQSeries Quick Beginnings documentation.  However the creation
of the queue manager fails and the following is the output at the command
prompt:

pb.oddev01.dev.r10.es1.src.../opt/mqm/samp/bin:crtmqm -q
venus.queue.manager
MQSeries queue manager created.
Creating or replacing default objects for venus.queue.manager.
Default objects statistics : 0 created. 0 replaced. 30 failed.
For details of the failures that occurred, please check AMQERR01.LOG.
Completing setup.
Setup completed.

Here are the first few messages from the log:

16//07//02  02:22:27 PM
AMQ6174: The library /var/mqm/exits/amqzxmr0 was not found. The queue
manager
will continue without this module.

EXPLANATION:
The dynamically loadable file /var/mqm/exits/amqzxmr0 was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
---

16//07//02  02:22:28 PM
AMQ8003: MQSeries queue manager 'venus.queue.manager' started.

EXPLANATION:
MQSeries queue manager 'venus.queue.manager' started.
ACTION:
None.
---

16//07//02  02:22:28 PM
AMQ6174: The library /var/mqm/exits/amqzif was not found. The queue manager
will continue without this module.

EXPLANATION:
The dynamically loadable file /var/mqm/exits/amqzif was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
---

16//07//02  02:22:29 PM
AMQ5525: The MQSeries Object Authority Manager has failed.

EXPLANATION:
The MQSeries Object Authority Manager has failed to complete an MQSeries
request.
ACTION:
Check the queue manager error logs for messages explaining the failure and
try
to correct the problem accordingly.
---

16//07//02  02:22:29 PM
AMQ5525: The MQSeries Object Authority Manager has failed.

EXPLANATION:
The MQSeries Object Authority Manager has failed to complete an MQSeries
request.
ACTION:
Check the queue manager error logs for messages explaining the failure and
try
to correct the problem accordingly.
---


It seems to me like it can't find the programs it needs to create a queue
manager.  The first log message states that /var/mqm/exits/amqzxmr0 is not
found.  This is true as the contents of the /var/mqm/exits dir is empty.
But that is also the case on our old server where mq is installed and
things are running just fine.  What gives?  Did I forget exporting some
variable or something?

Please advice.

Thanks.

Prits

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



Re: Queue Manager Creation Error

2002-07-16 Thread Prithwiraj Basu

If you mean patch, yes- the patch was mqm_upd04

Prits



  Richard Tsujimoto
  [EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  R.COM   cc:
  Sent by: MQSeriesSubject:  Re: Queue Manager Creation 
Error
  List
  MQSERIES@AKH-Wie
  n.AC.AT


  07/16/2002 06:06
  PM
  Please respond to
  MQSeries List






Did you apply any CSDs?

- Original Message -
From: Prithwiraj Basu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 16, 2002 4:58 PM
Subject: Queue Manager Creation Error


 Hi All,

 I am trying to verify the successful install of MQSeries Version 5.2 in a
 new environment.  The version of Unix is Solaris 8 and the C++ compiler
is
 Sun Forte 6 Update 2.  I am attempting the Verifying a local
installation
 as per the MQSeries Quick Beginnings documentation.  However the creation
 of the queue manager fails and the following is the output at the command
 prompt:

 pb.oddev01.dev.r10.es1.src.../opt/mqm/samp/bin:crtmqm -q
 venus.queue.manager
 MQSeries queue manager created.
 Creating or replacing default objects for venus.queue.manager.
 Default objects statistics : 0 created. 0 replaced. 30 failed.
 For details of the failures that occurred, please check AMQERR01.LOG.
 Completing setup.
 Setup completed.

 Here are the first few messages from the log:

 16//07//02  02:22:27 PM
 AMQ6174: The library /var/mqm/exits/amqzxmr0 was not found. The queue
 manager
 will continue without this module.

 EXPLANATION:
 The dynamically loadable file /var/mqm/exits/amqzxmr0 was not found.
 ACTION:
 Check that the file exists and is either fully qualified or is in the
 appropriate directory.

--
-
 16//07//02  02:22:28 PM
 AMQ8003: MQSeries queue manager 'venus.queue.manager' started.

 EXPLANATION:
 MQSeries queue manager 'venus.queue.manager' started.
 ACTION:
 None.

--
-
 16//07//02  02:22:28 PM
 AMQ6174: The library /var/mqm/exits/amqzif was not found. The queue
manager
 will continue without this module.

 EXPLANATION:
 The dynamically loadable file /var/mqm/exits/amqzif was not found.
 ACTION:
 Check that the file exists and is either fully qualified or is in the
 appropriate directory.

--
-
 16//07//02  02:22:29 PM
 AMQ5525: The MQSeries Object Authority Manager has failed.

 EXPLANATION:
 The MQSeries Object Authority Manager has failed to complete an MQSeries
 request.
 ACTION:
 Check the queue manager error logs for messages explaining the failure
and
 try
 to correct the problem accordingly.

--
-
 16//07//02  02:22:29 PM
 AMQ5525: The MQSeries Object Authority Manager has failed.

 EXPLANATION:
 The MQSeries Object Authority Manager has failed to complete an MQSeries
 request.
 ACTION:
 Check the queue manager error logs for messages explaining the failure
and
 try
 to correct the problem accordingly.

--
-

 It seems to me like it can't find the programs it needs to create a queue
 manager.  The first log message states that /var/mqm/exits/amqzxmr0 is
not
 found.  This is true as the contents of the /var/mqm/exits dir is empty.
 But that is also the case on our old server where mq is installed and
 things are running just fine.  What gives?  Did I forget exporting some
 variable or something?

 Please advice.

 Thanks.

 Prits

 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

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