I will be out of the office starting 12/12/2003 and will not return until
12/21/2003.
I will be away in ISCI. I will respond to your message when I have the
chance to check my emails.
--
This email is confidential. If you are not the addres
I follow the link to the Prometric site and realized that the CICS exam are
also group under Websphere Business Integration...
-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Potkay,
Peter M (PLC, IT)
Sent: Friday, 12 December 2003 2:01 AM
To: [EMAIL PROTECTED]
S
Hi Pavel,
Perhaps I wasn't clear enough about my scenario: it's just the
IBM-supplied sample amqsget connecting locally to a Linux V5.3 CSD05
qmgr: no channels nor transactions. I landed on this problem while
testing something else. It's easy to reproduce it:
1. Run amqsget (the supplied sample,
I have this error message in MQSeries for OS/390:
CSQX517E ++QMQ CSQXSUPR Error in SYSTEM.CHANNEL.SYNCQ - channel
QA6Q.TO.QCSQ repeated
And
The Messages and Codes book for MQSeries for OS/390 said
System Programmer Response: Avoid using the channel. Remove the extra sets
of information from the ch
The feedback codes are listed in the Websphere MQ Application Programming
Reference, which you should be able to get at
http://publibfp.boulder.ibm.com/epubs/pdf/csqzak09.pdf.
For quick access to the codes, I usually go to the cmqc.h header file,
which is in C:\Program Files\IBM\WebSphere MQ\Tools
Hi,
I always look in the cmqc.h (WMQ C include file) for the feedback values. Open
the file and do a search for "MQFB_" (no quotes) and you will see the list.
later
Roger...
Quoting [EMAIL PROTECTED]:
> Can anyone tell me where I can find a cross-reference for the 3-char
> numeric codes that
They are defined in /opt/mqm/inc/cmqc.h on Solaris. Do a grep for MQFB_ and
you will see them. And the Programming reference manuals also describe the
MQFB_ constants.
[EMAIL PROTECTED]
COM To: [EMAIL PROTECTED]
Can anyone tell me where I can find a cross-reference for the 3-char
numeric codes that are displayed in the MQDLH feedback code field?
Thanks in advance,
Dan Jones
ING Americas
IA3 - Integrated Americas Adaptive Architecture
TOMORROW. TODAY @ING
Instructions for managing your mailing list
Last time we were checking (couple of months ago), Veritas clustering for Linux was a
new thing (maybe even not in production yes). So, we decided on something else (Life
Keeper, if I am not mistaken).
Pavel
Robert Broderick
<[EMAIL PROTECTED]
Title: RE: MQ 5.2 to 5.3 upgrade
Prior
to MQ V5.3 W2K you needed a product/tool like PC Anywhere to
allow you fully support MQ remotely (i.e. able to use MQ Explorer
etc) which was certified by IBM in respect to support. from MQ V5.3
CSD03 onwards, support for Windows Terminal Services i
I just looked at the site and it indicates that Veritas Cluster is supported
for Linux.
From: "Bullock, Rebecca (CSC)" <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Veritas, Linux and MQ
Date: Thu, 11 Dec 2003 15:33:22 -0500
Bobbee, check to see
Have the following scenario:
Using MQ v5.3 csd5.
I disconnect a machine from the network hosting a queue manager
which supports a clustered queue. I then put a message to that
clustered queue from elsewhere in the cluster. I monitor the
status of the active channels on the queue manager that wil
Bobbee, check to see if Veritas provides support for Linux. They do for
Solaris at V5.3 and above. -- Rebecca
Rebecca Bullock
Computer Sciences Corporation
MFCoE/Newark CS Team
Educational Testing Service Account
Princeton, NJ 08541
email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
-Original Me
Anybody done this?
Can you use the support pack MC6A? Is there much hacking that must be done.
Gotchas to look out for??
The client currently has an app using VMS Clustering. They are migrating
over to Linux and have questioned the use of Veritas for the Linux box.
bobbee
Hello Paulo,
The behavior is actually predictable unless you use UOW (transactions) such as after
the application is terminated abnormally there is no way to determine determine if
there was a message already passed to the client but not yet processed. If you use
transactional MQGET, the messag
Hello Tibor,
Sorry for using your second name instead of first -- I need to be more focused.
If my understanding of the problem is correct, you want to restrict the users who have
login on the box from accessing MQ; if there is no defined SVRCONN channels it is easy
to do: use setmqaut to restr
Yonny,
I suggest that you do like this (if you don't have sw
like Vision for mirroring of systems).
1. Delete the qmgr on the contigency box.
2. Save the mq ifs data from the QM1 on the prod box
/QIBM/UserData/mqm/*
3. Save the QM1 journal lib (QMQM1) on the prod box.
4. Restore the saved ifs
Hi All,
Thanks alot for your help. Can you people also give me some information
regarding Third party CA certificates. Like we will generate a "Request for
personal certificate", we send this request to third parties like
verisign.Then they are asking what type of certificate do i need? What type
Looks like we will have to wait until CSD06 for this problem to go away.
Until then, we will have to create the JMS objects at 5.2.1, since we store
them in LDAP.
Here is a copy of my dialouge with IBM:
RESPOND ELECTRONICALLY:
No luck. The JMS application is at 5.3 CSD05, and
we created the JMS ob
I've noticed that, if an appl aborts (in my case, it was a Ctrl-C on
amqsget) while suspended on a MQGET call with wait, the local user agent
(amqzlaa0) goes on running and consuming messages. It exits only when
the wait interval expires.
Does anybody know if this behaviour is configurable (some s
TOPCAT2 ??
From: Bill Anderson <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: New MQ Certification Tests for free (almost anyway)
Date: Thu, 11 Dec 2003 10:36:25 -0500
I have my 095, and 097 certification and would like to take the 096
Title: RE: Secure communication w/o SSL or CA
Hi Pavel,
at first my first name is Tibor - no so quite standard e-mail convention, isn't it?:)
We want to secure it against 'undisciplined' internal users (potential internal attackers) which have access to the server for another purposes than
Title: RE: Rebranding of WebSphere MQ Brokers to WebSphere Business Inte gration
The is a complete WBI Rename page now...
Lists all old and new names, very handy...
http://www-306.ibm.com/software/integration/websphere/wbirenaming.html
Michael
-Original Message-
From: John Sc
Hello Vilhan,
What kind(s) of attack you want to secure you communications from? I think you can't
be secure from a (determined) man-in-the-middle passive attack without encryption and
active attack -- without message authentication. You can have it all on application
level though or in your ow
AdoptNewMCA has no effect on SVRCONN channels. Also, keep in mind the "old"
channels are not defunct in anyway.
Bill Anderson
Senior Systems Analyst
SITA Atlanta, GA
770-303-3503 (office)
404-915-3190 (cell)
[EMAIL PROTECTED]
http://www.mconnect.aero/
Emile Kearns
Thank you all for you help.
Regards,
Bhapinder
"Bill Anderson" <[EMAIL PROTECTED]>
Sent by: "MQSeries List" <[EMAIL PROTECTED]>
11-Dec-2003 15:16
Please respond to "MQSeries List" <[EMAIL PROTECTED]>
To: MQSERIES
cc:
Subject:Re: MQ Error Code 2009
We
What about ADOPTNEWMCA to get rid off old connections.
Emile Kearns
Certified MQSeries Specialist
IBM Certified System Administrator - Websphere MQ, V5.3
-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Bill
Anderson
Sent: 11 December 2003 05:16 PM
To: [EMAIL P
I have my 095, and 097 certification and would like to take the 096 exam.
Does anyone know of sites other than the IBM site to take practice exams
for MQ?
Bill Anderson
Senior Systems Analyst
SITA Atlanta, GA
770-303-3503 (office)
404-915-3190 (cell)
[EMAIL PROTECTED]
http://www.mconnect.aero/
We have had several customers (5 or 6 over the past year) that connect as a
client and experience 2009s a lot. Often, the error is erroneous, and the
error gets returned because of a temporary problem over the wire (at least
that's my best guess). So, the application makes a second, third, fourth
c
Yes, there are a number of options.
1) To secure traffic over the channels, and to authenticate the
communicating parties, you can use channel exits to provide function
equivalent to SSL.
You can either write your own (not trivial), or purchase a product to do
this. Vendors in this space include
I guess they consider $10 free.
http://www-1.ibm.com/certify/news/20031118a.shtml
Peter Potkay
MQSeries Specialist
The Hartford Financial Services
[EMAIL PROTECTED]
x77906
IBM MQSeries Certified
This communication, including attachments, is for the exclusive use of
addressee and may contain
Title: Secure communication w/o SSL or CA
Greetings All,
are in the MQSeries another alternatives how to basically secure communication (it means without using SSL or messages subscribing)?
Thank you very much in advance for any advice.
Regards,
Tibor
Title: RE: MQ 5.2 to 5.3 upgrade
http://www.mqseries.net/phpBB2/viewtopic.php?t=12229&highlight=
-Original Message-From: Kleinmanns, Hubert
[mailto:[EMAIL PROTECTED]Sent: Thursday, December 11,
2003 2:21 AMTo: [EMAIL PROTECTED]Subject: AW: MQ
5.2 to 5.3 upgrade
Hi
Tim,
Yonny,
When you created the duplicate QM1 on your contingency box, was it
configured then with the same ip-address as the production box ?
How do you keep the data in sync between the production and the
contingency box ?
Paulo
On Mon, Nov 17, 2003 at 01:35:12PM -0400, Yonny Serrano wrote:
> Hel
Dave, I did both. They are part of the long list of
the detailed steps that I put together on how to
replace both of the full repositories. I had used the
this same procedure to replace two other cluster a
couple of months ago with no problems whatsoever.
Thanks for your input anyway...
Ruzi
---
Thanks Stefan for the detailed explanation. Also
thanks to Stephen and others for their valuable help.
Hilde
--- Stefan Raabe <[EMAIL PROTECTED]>
wrote:
> Hilde,
>
> i do not know where to start to explain, so please
> do not mind
> if i start with things you already know.
>
> in a local queue you
A question:
In your attempts to resolve this problem, did you
try on MQFULL1
Alter the qmgr so it is no longer a full repository
REFRESH CLUSTER(name) REPOS(YES)
Alter the qmgr so it is again a full repository
I've found that this can work to resolve cluster problems when
other methods have fa
Thanks Mike and others who responded. Here is how I
resolved the prob:
First of all I should give a bit more info on what I
had done before... I had checked everything
suggested in the CLUSTER book. Connection names, port
numbers etc. were all correct. Not believing my own
eyes I got them chec
send
"SIGNOFF MQSERIES"
command
to '[EMAIL PROTECTED]'
regards
Christian
-Ursprüngliche Nachricht-
Von: Fabio Ramos [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 11. Dezember 2003 11:14
An: [EMAIL PROTECTED]
Betreff: Trying unsubscribe
Please
I wish unsubscribe me for this
Please
I wish unsubscribe me for this group
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
If you are using a client to connect to ISeries, then that is one of the
features of the client connection, is synchronous.
A good thing to do in the client application is to check for 2009(Connection
to queue manager lost) and to re-issue the MQCONN again.
If it is not a client connection, but ser
Before acting on this e-mail or opening any attachment, you are advised to read the
disclaimer at the end of this mail.
Bhapinder,
Is your listener running on the iSeries? Check the port you are using on the
client call.
Pat
Reply Separator
Subject:Re:
Title: RE: MQ 5.2 to 5.3 upgrade
Hi
Tim,
anothe
benefit is the possibility, to use SSL-encryption (if both sides have MQ 5.3). I
did some Upgrades from 5.1 and 5.2 to 5.3. Sometimes it worked properly,
sometimes not (I did it on test systems). So backup your MQ by the following
steps:
-
Hi Smitha,
I use the default values describe within the quick beginnings and found no
problems till now.
When two applications (e. g. MQ and Oracle) need different values, I choose
the biggest of the values - not the sum. For example
MQ uses
set shmsys:shminfo_shmmax =536
44 matches
Mail list logo