WindySphere - The Chicago WebSphere User Group

2004-04-22 Thread Terry House
Hi, 
Just a reminder, the next WindySphere (The Chicago WebSphere User Group) meeting is 
one week away, Thursday April 29, 2004. The meeting will be held at IBM, 1 IBM Plaza, 
Chicago IL. 
If you have signed up, thank you. If you have not signed up, but would like to, please 
reply to this e-mail or register on our website, www.windysphere.org 
. 
The agenda for the meeting is on the website. If you have issues you would like to 
have included in the 'top issues in the administration and management of WebSphere 
based applications' session, please send them along so we can have them on the agenda.


Terry House
Sr. Systems Engineer
IBM MQSeries Specialist
IBM MQSeries Solutions Expert
MQSoftware
Tel:   (630)789-1659
Fax:  (630)789-1659
Cell:  (630)697-8526
email: [EMAIL PROTECTED]
Web:  www.mqsoftware.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


Re: Msg put problem

2004-04-22 Thread Adiraju, Rao
Hi  - are you missing something in your mail. Such as COMP or COMP-3 etc..
And what is your target platform. I am assuming the source as IBM (because
now-a-days no body writes COBOL programes on any other platforms).

If it's "normal" 9(7)V9(2) then it is all ready in display format each byte
taking one digit which should convert rightly so to without any problems.

If it's COMP or COMP-3 follow the first fundamental principle of distributed
systems - change them to display format at the source itself.

Cheers

Rao

-Original Message-
From: Maitra, Subhajit [mailto:[EMAIL PROTECTED]
Sent: 23 April 2004 5:22 AM
To: [EMAIL PROTECTED]
Subject: Msg put problem

Hi All,

We have a COBOL PIC 9(7)V9(2) field in the message stream. It is not being
sent across correctly.

Thanks in advance

Subhajit




This e-mail may contain confidential or privileged information.  If you
think you have received this e-mail in error, please advise the sender by
reply e-mail and then delete this e-mail immediately.  Thank you.  Aetna

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

This communication is confidential and may contain privileged material.
If you are not the intended recipient you must not use, disclose, copy or retain it.
If you have received it in error please immediately notify me by return email
and delete the emails.
Thank you.

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: Qmanager Alias Definition?

2004-04-22 Thread Adiraju, Rao
Hi Khedr

You have multiple options to put around:

1) In QM-2, define a xmitq with the same name as QM-1 and off course all
associated channels.

This is the best option if your DQM is limited to QM-1 and QM-2.

2) In QM-2, define a QREOMTE with name same as "QM-1" with RQMNAME as "QM-1"
and RMName as spaces. Choose whatever transmission queue that takes you to
the QM-1.

This is best suited - if you have a one (hub) or more queue managers in
between your QM-1 and QM-2.

3) Set the QM-2 DEFAULT TRANSMISSION QUEUE to a valid transmission queue on
QM-2 which can take the message from QM-2 to the respective but "right"
queue manager and the actual resolution is somebody else job and NOT QM-2s
job (I am assuming a HUB & SPOKE architecture here)

This is preferred scenario where QM-2 is likely to get messages not only
from QM-1 but from many other queue managers (assuming it all through from a
central HUB) OR messages coming from QM-1 itself come under different queue
manager aliases. If one message comes as RemoteQMname as QM-1A, and another
as QM-1B and so on .. But physically they are all coming form QM-1.

Choose the option that is most suitable for your not only today but for
tomorrows growing needs as well.

Cheers

Rao


-Original Message-
From: Khedr, Hossam (GEI, MORT) [mailto:[EMAIL PROTECTED]
Sent: 23 April 2004 4:48 AM
To: [EMAIL PROTECTED]
Subject: Qmanager Alias Definition?

Hi All,
We are in the process of testing the concept of QManager alias. One scenario
that comes to mind is :
1- QM-1 sends a request message to QM-2, The MQMD will include the
ReplyToQManagerName ( QM-1 in this case), and ReplyToQName ( Dynamic Queue
created by a client Application-1)
2- Client Application-2 listens on the Request Queue, process the request,
and puts back a response on QM-2 . Application-2 in this case doesn't have
any access to QM-1.
Question:
What is needed from the QM-2 Admin? In regards to Qmanager alias , XmitQ ,
or other setup. We successfully ran the same scenario using remoteQ, Xmitq ,
channels. however, when I tried to setup QManager alias, I got the famous
code 2085.

For more details on our current setup:
RemoteQ definition to act as QManager Alias : RQUEUE(QM-1.ALIAS) XMITQ(QM-1)
RQMNAME(QM-1) XMiteQ definition: QLOCAL(QM-1) USAGE(XMITQ) Channel :
CHANNEL(QM-2.TO.QM-1) CHLTYPE(SDR) XMITQ(QM-1) CONNNAME(sys1(1416))

Now the application-2 fires a command to put a response message to the QM-1
with a Dynamic Queue Name ( in this case PUT message to DynamicQ on
QM-1.ALIAS).  What are we missing?
Thanks in advance for your help,

> Hossam Khedr
> GE MI Canada
> Project Symphony
> Tel (905) 858-5248
> 8*250-5248
>
>
>

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

This communication is confidential and may contain privileged material.
If you are not the intended recipient you must not use, disclose, copy or retain it.
If you have received it in error please immediately notify me by return email
and delete the emails.
Thank you.

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: MQ-Email interfaces

2004-04-22 Thread Roger Lacroix
Hi,

I have done several projects read a message and then sent a email via SMTP using
Java / J2EE as a stand-alone application. It worked really well.

A few years ago I did a test project to get an email via POP3 and then put its
contents as a message to a queue.

I have not done anything with IMAP.

These types of applications are reasonably straight forward.  Here's what you
should do:
- Go get the latest J2EE package or get just the Mail package from Sun.
- Search the web for code samples (There are millions of samples - use Google).
- Install the MQ client v5.3 code with Java support

Hope that helps.

Regards,
Roger Lacroix
Capitalware Inc.
http://www.capitalware.biz


Quoting Jerry Pierscinski <[EMAIL PROTECTED]>:

> hello MQ-ers,
>
> I have a request from our business unit to design Mqseries application which
> would interfaces with Email server ( SMTP, IMAP, POP3 ). The application
> needs to do polling of the Email server for specific userid, get the message
> and put body of that message on Mqseries queue.
>
> At this moment we think that java is our solution. ( either  standalone java
> application  or WMQI java  plug-in node ).
>
> Has anobody done anything similar? Can you provide any suggestions/ideas?
>
> thnx in advance
>
> PS: There used to be IA07  SupportPac on IBM site but it was withdrawn last
> year.
>
> 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: WebSphere MQ clients

2004-04-22 Thread Wyatt, T. Rob
When you download the client code, the enclosed license should give you the
proof you need.  I think the license terms may even be presented on the web
page prior to the download but I'm not sure.

-- T.Rob

-Original Message-
From: Usha Suryadevara [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 2:22 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere MQ clients


Thanks Hossam, that was my assumption too, but at this point my company
needs a proof, a written statement or something. Is anybody aware of
something like that ?

Thanks
Usha

At 02:03 PM 4/22/2004 -0400, you wrote:
>I remember back during my IBM MQ training, the IBM instructor said, you
>can use as much clients as you want. If I'm wrong , Then I'm in big trouble
:-)
>regards,
>Hossam
>
>-Original Message-
>From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
>Suryadevara
>Sent: Thursday, April 22, 2004 1:44 PM
>To: [EMAIL PROTECTED]
>Subject: WebSphere MQ clients
>
>
>Hello all,
>
>Do we need a special license for WebSphere MQ Clients ?
>
>Isn't WebSphere MQ client by itself available for free download ?
>
>In other words is it legal for me to buy one license for WebSphere and then
>bundle the MQ client installation in my "product client application
>installation". I do not think so, but i couldn't find any information
>online, maybe  i didn't search enough. It would be great if somebody can
>help me through this question.
>
>Thanks in advance.
>Usha
>
>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

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: Msg put problem

2004-04-22 Thread Wyatt, T. Rob
You have to convert it to display format.  MQ will see your numeric field
and attempt to convert it as character data.

-- T.Rob

-Original Message-
From: Maitra, Subhajit [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 1:22 PM
To: [EMAIL PROTECTED]
Subject: Msg put problem


Hi All,

We have a COBOL PIC 9(7)V9(2) field in the message stream. It is not
being sent across correctly.

Thanks in advance

Subhajit




This e-mail may contain confidential or privileged information.  If you
think you have received this e-mail in error, please advise the sender by
reply e-mail and then delete this e-mail immediately.  Thank you.  Aetna

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: can not connect to queue manager

2004-04-22 Thread Ken Woloschuk
You could try and disable the OAM and see if there are other
authorization issues like file/directory permissions.  There's
only one problem - on VMS you define a logical PRIOR to creating
the queue manager which disables the OAM for the life of the queue
manager.  This may be beneficial if you can create a test queue manager
which has the 2035 return for the given userID.  The following link
discusses the OAM and VMS:


http://www-306.ibm.com/software/integration/mqfamily/library/manualsb/amqqag
00/amqqag001m.htm#HDRUTOAM



-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of David
Awerbuch
Sent: Thursday, April 22, 2004 13:56
To: [EMAIL PROTECTED]
Subject: can not connect to queue manager


Hello all,

I am running MQS 5.10 (ECO02) on OpenVMS V7.3-2 for Alpha.  I have a userid
that
should be able to connect to the queue manager:

1. userid (UAF) is granted privelege MQM

2. the command 'dspmqaut -m qm -p userid -t qmgr' returns:
inq
set
connect
altusr
crt
dlt
chg
dsp
setid
setall

Does anyone have any idea why this user would be getting a 2035 - not
authorized - when trying to runmqsc for qm?

I enabled my operator status (reply /enable) but I am not receiving any
security messages (or any messages) regarding this user.  There are no new
records being added to any of the AMQEERR01.LOG files in [.errors],
[.qmgrs.$system.errors], or [.qmgrs.qm.errore].

How can I figure out what the problem is?

For those who are not familiar with OpenVMS, 5.1 is still the current
supported
version of MQ for this platform.

Thanks,
Dave A.



=
David A. Awerbuch,  IBM Certified MQSeries Specialist
APC Consulting Services, Inc.
Providing Automated Solutions to Business Challenges
West Hempstead, NY(516) 481-6440
[EMAIL PROTECTED]




__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25"
http://photos.yahoo.com/ph/print_splash

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


MQ-Email interfaces

2004-04-22 Thread Jerry Pierscinski
hello MQ-ers,

I have a request from our business unit to design Mqseries application which
would interfaces with Email server ( SMTP, IMAP, POP3 ). The application
needs to do polling of the Email server for specific userid, get the message
and put body of that message on Mqseries queue.

At this moment we think that java is our solution. ( either  standalone java
application  or WMQI java  plug-in node ).

Has anobody done anything similar? Can you provide any suggestions/ideas?

thnx in advance

PS: There used to be IA07  SupportPac on IBM site but it was withdrawn last
year.

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: CWF to XML

2004-04-22 Thread GIES, STEVE
bobbee -

Let me ask the obvious question:  Did you specify the MessageType in
your MQInput node?  Even with just one message defined to the Message
Set, I think you still need to specify the MessageType, either via the
MQInput node or via an RFH2 header on the message.

- Steve

P.S.  I assume the above is still true for V5.

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Robert
Broderick
Sent: Tuesday, April 20, 2004 7:03 PM
To: [EMAIL PROTECTED]
Subject: CWF to XML


I did this a couple of time in 2.1 but 5.0 is giving me headacks. I have
a MRM - CWF format coming in. I use the compute node to change the
format to XML to output to a queue. The thing keeps complaining about
the Messagetype not being part of the message. There is only one message
in the SET. What gives?

bobbee

_
MSN Toolbar provides one-click access to Hotmail from any Web page
FREE
download! http://toolbar.msn.com/go/onm00200413ave/direct/01/

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: can not connect to queue manager

2004-04-22 Thread Roger Lacroix
Hi David,

Did you issue the 'refresh security' from runmqsc (or whatever it is called for
OpenVMS).

Note: For earlier releases of MQ for Unix, you had to bounce to queue manager to
pick up new security setting.  (Strange but true.)

Regards,
Roger Lacroix
Capitalware Inc.
http://www.capitalware.biz


Quoting David Awerbuch <[EMAIL PROTECTED]>:

> Hello all,
>
> I am running MQS 5.10 (ECO02) on OpenVMS V7.3-2 for Alpha.  I have a userid
> that
> should be able to connect to the queue manager:
>
> 1. userid (UAF) is granted privelege MQM
>
> 2. the command 'dspmqaut -m qm -p userid -t qmgr' returns:
> inq
> set
> connect
> altusr
> crt
> dlt
> chg
> dsp
> setid
> setall
>
> Does anyone have any idea why this user would be getting a 2035 - not
> authorized - when trying to runmqsc for qm?
>
> I enabled my operator status (reply /enable) but I am not receiving any
> security messages (or any messages) regarding this user.  There are no new
> records being added to any of the AMQEERR01.LOG files in [.errors],
> [.qmgrs.$system.errors], or [.qmgrs.qm.errore].
>
> How can I figure out what the problem is?
>
> For those who are not familiar with OpenVMS, 5.1 is still the current
> supported
> version of MQ for this platform.
>
> Thanks,
> Dave A.
>
>
>
> =
> David A. Awerbuch,  IBM Certified MQSeries Specialist
> APC Consulting Services, Inc.
> Providing Automated Solutions to Business Challenges
> West Hempstead, NY(516) 481-6440
> [EMAIL PROTECTED]
>
>
>
>
> __
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25"
> http://photos.yahoo.com/ph/print_splash
>
> 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


can not connect to queue manager

2004-04-22 Thread David Awerbuch
Hello all,

I am running MQS 5.10 (ECO02) on OpenVMS V7.3-2 for Alpha.  I have a userid
that
should be able to connect to the queue manager:

1. userid (UAF) is granted privelege MQM

2. the command 'dspmqaut -m qm -p userid -t qmgr' returns:
inq
set
connect
altusr
crt
dlt
chg
dsp
setid
setall

Does anyone have any idea why this user would be getting a 2035 - not
authorized - when trying to runmqsc for qm?

I enabled my operator status (reply /enable) but I am not receiving any
security messages (or any messages) regarding this user.  There are no new
records being added to any of the AMQEERR01.LOG files in [.errors],
[.qmgrs.$system.errors], or [.qmgrs.qm.errore].

How can I figure out what the problem is?

For those who are not familiar with OpenVMS, 5.1 is still the current supported
version of MQ for this platform.

Thanks,
Dave A.



=
David A. Awerbuch,  IBM Certified MQSeries Specialist
APC Consulting Services, Inc.
Providing Automated Solutions to Business Challenges
West Hempstead, NY(516) 481-6440
[EMAIL PROTECTED]




__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25"
http://photos.yahoo.com/ph/print_splash

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: WebSphere MQ clients

2004-04-22 Thread Ken Woloschuk
Is this what your looking for?

http://publibfp.boulder.ibm.com/epubs/html/csqzaf07/csqzaf070z.htm#HDRSUPPAC

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
Suryadevara
Sent: Thursday, April 22, 2004 12:22
To: [EMAIL PROTECTED]
Subject: Re: WebSphere MQ clients


Thanks Hossam, that was my assumption too, but at this point my company
needs a proof, a written statement or something. Is anybody aware of
something like that ?

Thanks
Usha

At 02:03 PM 4/22/2004 -0400, you wrote:
>I remember back during my IBM MQ training, the IBM instructor said, you
>can use as much clients as you want. If I'm wrong , Then I'm in big trouble
:-)
>regards,
>Hossam
>
>-Original Message-
>From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
>Suryadevara
>Sent: Thursday, April 22, 2004 1:44 PM
>To: [EMAIL PROTECTED]
>Subject: WebSphere MQ clients
>
>
>Hello all,
>
>Do we need a special license for WebSphere MQ Clients ?
>
>Isn't WebSphere MQ client by itself available for free download ?
>
>In other words is it legal for me to buy one license for WebSphere and then
>bundle the MQ client installation in my "product client application
>installation". I do not think so, but i couldn't find any information
>online, maybe  i didn't search enough. It would be great if somebody can
>help me through this question.
>
>Thanks in advance.
>Usha
>
>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

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: WebSphere MQ clients

2004-04-22 Thread Potkay, Peter M (PLC, IT)
Its probably buried in the License agreement none of us read and all of us
just click OK when it comes time to download/install.

-Original Message-
From: Usha Suryadevara [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 2:22 PM
To: [EMAIL PROTECTED]
Subject: Re: WebSphere MQ clients


Thanks Hossam, that was my assumption too, but at this point my company
needs a proof, a written statement or something. Is anybody aware of
something like that ?

Thanks
Usha

At 02:03 PM 4/22/2004 -0400, you wrote:
>I remember back during my IBM MQ training, the IBM instructor said, you
>can use as much clients as you want. If I'm wrong , Then I'm in big trouble
:-)
>regards,
>Hossam
>
>-Original Message-
>From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
>Suryadevara
>Sent: Thursday, April 22, 2004 1:44 PM
>To: [EMAIL PROTECTED]
>Subject: WebSphere MQ clients
>
>
>Hello all,
>
>Do we need a special license for WebSphere MQ Clients ?
>
>Isn't WebSphere MQ client by itself available for free download ?
>
>In other words is it legal for me to buy one license for WebSphere and then
>bundle the MQ client installation in my "product client application
>installation". I do not think so, but i couldn't find any information
>online, maybe  i didn't search enough. It would be great if somebody can
>help me through this question.
>
>Thanks in advance.
>Usha
>
>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


This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited. If
you are not the intended recipient, please notify the sender
immediately by return email and delete this communication and destroy all copies.

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: Qmanager Alias Definition?

2004-04-22 Thread Miller, Dennis
First note, the qremote you describe is NOT a qmgr alias, nor do you
need one.  Client 2 can simply move ReplyToQManagerName to
ObjectQmgrNamr before opening the ReplyToQueue.  This causes client 2 to
place the message on the XMIT-Q by the same name as the
ReplyToQmanagerName.  You only need a qmgr alias when the desired
outbound xmitq has a different name.

If you prefer to use the qremote on client 2 instead of the method
described above, then RQUEUE must identify the replytoqueue. That
implies you cannot generate replytoqueue names dynamically.
Regards,
Dennis
-Original Message-
From: Khedr, Hossam (GEI, MORT) [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 22, 2004 9:48 AM
To: [EMAIL PROTECTED]
Subject: Qmanager Alias Definition?


Hi All,
We are in the process of testing the concept of QManager alias. One
scenario that comes to mind is :
1- QM-1 sends a request message to QM-2, The MQMD will include the
ReplyToQManagerName ( QM-1 in this case), and ReplyToQName ( Dynamic
Queue created by a client Application-1)
2- Client Application-2 listens on the Request Queue, process the
request, and puts back a response on QM-2 . Application-2 in this case
doesn't have any access to QM-1.
Question:
What is needed from the QM-2 Admin? In regards to Qmanager alias , XmitQ
, or other setup. We successfully ran the same scenario using remoteQ,
Xmitq , channels. however, when I tried to setup QManager alias, I got
the famous code 2085. 

For more details on our current setup:
RemoteQ definition to act as QManager Alias : RQUEUE(QM-1.ALIAS)
XMITQ(QM-1) RQMNAME(QM-1) 
XMiteQ definition: QLOCAL(QM-1) USAGE(XMITQ) 
Channel : CHANNEL(QM-2.TO.QM-1) CHLTYPE(SDR) XMITQ(QM-1)
CONNNAME(sys1(1416)) 

Now the application-2 fires a command to put a response message to the
QM-1 with a Dynamic Queue Name ( in this case PUT message to DynamicQ on
QM-1.ALIAS).  What are we missing? Thanks in advance for your help,

> Hossam Khedr
> GE MI Canada
> Project Symphony
> Tel (905) 858-5248
> 8*250-5248
> 
> 
> 

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: WebSphere MQ clients

2004-04-22 Thread Usha Suryadevara
Thanks Hossam, that was my assumption too, but at this point my company
needs a proof, a written statement or something. Is anybody aware of
something like that ?
Thanks
Usha
At 02:03 PM 4/22/2004 -0400, you wrote:
I remember back during my IBM MQ training, the IBM instructor said, you
can use as much clients as you want. If I'm wrong , Then I'm in big trouble :-)
regards,
Hossam
-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
Suryadevara
Sent: Thursday, April 22, 2004 1:44 PM
To: [EMAIL PROTECTED]
Subject: WebSphere MQ clients
Hello all,

Do we need a special license for WebSphere MQ Clients ?

Isn't WebSphere MQ client by itself available for free download ?

In other words is it legal for me to buy one license for WebSphere and then
bundle the MQ client installation in my "product client application
installation". I do not think so, but i couldn't find any information
online, maybe  i didn't search enough. It would be great if somebody can
help me through this question.
Thanks in advance.
Usha
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: WebSphere MQ clients

2004-04-22 Thread Khedr, Hossam (GEI, MORT)
I remember back during my IBM MQ training, the IBM instructor said, you can use as 
much clients as you want. If I'm wrong , Then I'm in big trouble :-)
regards,
Hossam 

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Usha
Suryadevara
Sent: Thursday, April 22, 2004 1:44 PM
To: [EMAIL PROTECTED]
Subject: WebSphere MQ clients


Hello all,

Do we need a special license for WebSphere MQ Clients ?

Isn't WebSphere MQ client by itself available for free download ?

In other words is it legal for me to buy one license for WebSphere and then
bundle the MQ client installation in my "product client application
installation". I do not think so, but i couldn't find any information
online, maybe  i didn't search enough. It would be great if somebody can
help me through this question.

Thanks in advance.
Usha

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


WebSphere MQ clients

2004-04-22 Thread Usha Suryadevara
Hello all,

Do we need a special license for WebSphere MQ Clients ?

Isn't WebSphere MQ client by itself available for free download ?

In other words is it legal for me to buy one license for WebSphere and then
bundle the MQ client installation in my "product client application
installation". I do not think so, but i couldn't find any information
online, maybe  i didn't search enough. It would be great if somebody can
help me through this question.
Thanks in advance.
Usha
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: Qmanager Alias Definition?

2004-04-22 Thread Hashim Khan
Hi Khedr,

Recently, I have tested same kind of environment.
If I understand your scenario correctly, you might
want to do the following:
1. You might need to remove qmgr name from your remote

   queue definition.
2. In your channel dedinition, specifically mention
   your transmission queue name.

All the best,


Hasham



--- "Khedr, Hossam (GEI, MORT)" <[EMAIL PROTECTED]>
wrote:
> Hi All,
> We are in the process of testing the concept of
> QManager alias. One scenario that comes to mind is :
> 1- QM-1 sends a request message to QM-2, The MQMD
> will include the ReplyToQManagerName ( QM-1 in this
> case), and ReplyToQName ( Dynamic Queue created by a
> client Application-1)
> 2- Client Application-2 listens on the Request
> Queue, process the request, and puts back a response
> on QM-2 . Application-2 in this case doesn't have
> any access to QM-1.
> Question:
> What is needed from the QM-2 Admin? In regards to
> Qmanager alias , XmitQ , or other setup. We
> successfully ran the same scenario using remoteQ,
> Xmitq , channels. however, when I tried to setup
> QManager alias, I got the famous code 2085.
>
> For more details on our current setup:
> RemoteQ definition to act as QManager Alias :
> RQUEUE(QM-1.ALIAS) XMITQ(QM-1) RQMNAME(QM-1)
> XMiteQ definition: QLOCAL(QM-1) USAGE(XMITQ)
> Channel : CHANNEL(QM-2.TO.QM-1) CHLTYPE(SDR)
> XMITQ(QM-1) CONNNAME(sys1(1416))
>
> Now the application-2 fires a command to put a
> response message to the QM-1 with a Dynamic Queue
> Name ( in this case PUT message to DynamicQ on
> QM-1.ALIAS).  What are we missing?
> Thanks in advance for your help,
>
> > Hossam Khedr
> > GE MI Canada
> > Project Symphony
> > Tel (905) 858-5248
> > 8*250-5248
> >
> >
> >
>
> 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!?
Yahoo! Photos: High-quality 4x6 digital prints for 25"
http://photos.yahoo.com/ph/print_splash

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


Msg put problem

2004-04-22 Thread Maitra, Subhajit
Hi All,

We have a COBOL PIC 9(7)V9(2) field in the message stream. It is not
being sent across correctly.

Thanks in advance

Subhajit



This e-mail may contain confidential or privileged information.  If you
think you have received this e-mail in error, please advise the sender by
reply e-mail and then delete this e-mail immediately.  Thank you.  Aetna

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


Qmanager Alias Definition?

2004-04-22 Thread Khedr, Hossam (GEI, MORT)
Hi All,
We are in the process of testing the concept of QManager alias. One scenario that 
comes to mind is :
1- QM-1 sends a request message to QM-2, The MQMD will include the ReplyToQManagerName 
( QM-1 in this case), and ReplyToQName ( Dynamic Queue created by a client 
Application-1)
2- Client Application-2 listens on the Request Queue, process the request, and puts 
back a response on QM-2 . Application-2 in this case doesn't have any access to QM-1.
Question:
What is needed from the QM-2 Admin? In regards to Qmanager alias , XmitQ , or other 
setup. We successfully ran the same scenario using remoteQ, Xmitq , channels. however, 
when I tried to setup QManager alias, I got the famous code 2085. 

For more details on our current setup:
RemoteQ definition to act as QManager Alias : RQUEUE(QM-1.ALIAS) XMITQ(QM-1) 
RQMNAME(QM-1) 
XMiteQ definition: QLOCAL(QM-1) USAGE(XMITQ) 
Channel : CHANNEL(QM-2.TO.QM-1) CHLTYPE(SDR) XMITQ(QM-1) CONNNAME(sys1(1416)) 

Now the application-2 fires a command to put a response message to the QM-1 with a 
Dynamic Queue Name ( in this case PUT message to DynamicQ on QM-1.ALIAS).  What are we 
missing?
Thanks in advance for your help,

> Hossam Khedr
> GE MI Canada
> Project Symphony
> Tel (905) 858-5248
> 8*250-5248
> 
> 
> 

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


R3 Link related Queue

2004-04-22 Thread AkBar E. Dar
We are using  WMQ 5.3 with CSD04.

We have four Queue Managers(3 on NT and one on AIX Unix) defined in a
Cluster environment.  And, One of NT Queue Manger is connected to SAP via
R3 Link.

It works fine, but sometime, SAP cannot put a message on the R3 Link Queue
and we get a Reason Code 2085.  In order to fix this error, I "Refresh
Cluster Information" and problem goes away and R3 Link related Queue starts
to work fine.  I have been told by IBM that Cache information gets
corrupted and once refreshed, it works and they recommended latest CSD06.

Has anybody experienced this problem and would the latest CSD fix it?

Thanks,
AkBar Dar
IT Technical Administrator
United Illuminating
New Haven, CT


-
This e-mail, and any attached file(s), is intended solely for the use of the 
individual or entity to whom this e-mail is addressed and may contain information that 
is privileged, confidential or exempt from disclosure. If you are not one of the named 
recipient(s) or otherwise have reason to believe that you have received this message 
in error, please notify the UI Information Security Manager at 203-499-3689 and delete 
this message immediately from any computer. Any other use, retention, dissemination, 
retransmission, printing or copying of this e-mail is strictly prohibited.

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: problems with mq 5.2 on OS/390

2004-04-22 Thread mqteam
I think I have not made myself clear enough, my Queue manager starts up to
the point of reporting the initial BSDS state and security. Only then does
it receive the S0C4.

Can this still be a problem with linklst and early code ?



Cheers

Didi

- Original Message -
From: "Mauro, Samuel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 22, 2004 2:55 PM
Subject: Re: problems with mq 5.2 on OS/390


I have SCSQANLE, SCSQAUTH and SCSQLOAD in our LNKLST.

-Original Message-
From: mqteam [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:59 AM
To: [EMAIL PROTECTED]
Subject: Re: problems with mq 5.2 on OS/390


Are you sure that it is not in the SCSQSNLE ?
Cheers
Didi
- Original Message -
From: "Cergol, Jerry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 8:23 PM
Subject: Re: problems with mq 5.2 on OS/390


> That usually means that the MQ "early code" is not in your linklist at IPL
time. The "early code" cannot be simply added to the linklist either; it
must in the linklist and IPL'd. The "early code" exists in SCSQANLE.
>
> -Original Message-
> From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of mqteam
> Sent: Wednesday, April 21, 2004 12:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> We get a different abend code, we get 0c4 or 5c6...
> and the doc says something about abend s222
> TIA
> Didi
> - Original Message -
> From: "Rick Tsujimoto" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 21, 2004 3:38 PM
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> >
> >
> >
> >
> >
> > Take a look at PQ79420
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >   mqteam
> >   <[EMAIL PROTECTED] To:
> [EMAIL PROTECTED]
> >   .NET>cc:
> >   Sent by: Subject: problems with mq
> 5.2 on OS/390
> >   MQSeries List
> >   <[EMAIL PROTECTED]
> >   en.AC.AT>
> >
> >
>
> >   04/21/2004 10:24
> >   AM
> >   Please respond
> >   to MQSeries List
> >
> >
> >
> >
> >
> > Hello All,
> >   > />
> > I am upgrading MQSeries on OS/390 from version 2.1 to 5.2 (I rather see
> > more 5.3 on Z/OS before I upgrade to it)
> >
> > We are running MQSeries 5.2 with the latest tapes sent to us by IBM.
> > We have OS/390 2.10
> >
> > We are not migrating; we created new BSDS, log and pagesets.
> > When trying to start the queue manager we get reason 00E80100.
> >
> > To save time I must state, the queue manager finds the parameter file
just
> > fine, it reads the BSDS file at least to state timestamp and RBA ranges
> >
> > Then comes the dumpâ
> >
> > Cheers
> > Didi
> > "{--ç~ jvx2 j)b b.n +bvz'^v)  Û ñKn×i^jmØ %ríbÈmèfíI z r
>
> 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
>
>
> --

> Confidentiality Note:  This message is intended for use only by the
individual or entity to which it is addressed and may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended recipient
or the employee or agent responsible for delivering the message to the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.  If
you have received this communication in error,  please contact the sender
immediately and destroy the material in its entirety, whether electronic or
hard copy.  Thank you.
> 
> Visit us online at our award-winning www.clevelandclinic.org for a
complete listing of Cleveland Clinic services, staff and locations from one
of the country's leading hospitals.
>

==
> "{ç~jvxj) ên vz'v)  Kíí×ijØ ÃrbÈmèfíI z r

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: problems with mq 5.2 on OS/390

2004-04-22 Thread Beinert, William
You must have SCSQLINK in linklist. You should see subsystem initialization messages 
from MQ when you IPL. (5.3.1 reports the level of early code, but 2.1 does not).

Bill

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Mauro,
Samuel
Sent: Thursday, April 22, 2004 8:56 AM
To: [EMAIL PROTECTED]
Subject: Re: problems with mq 5.2 on OS/390


I have SCSQANLE, SCSQAUTH and SCSQLOAD in our LNKLST.

-Original Message-
From: mqteam [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:59 AM
To: [EMAIL PROTECTED]
Subject: Re: problems with mq 5.2 on OS/390


Are you sure that it is not in the SCSQSNLE ?
Cheers
Didi
- Original Message -
From: "Cergol, Jerry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 8:23 PM
Subject: Re: problems with mq 5.2 on OS/390


> That usually means that the MQ "early code" is not in your linklist at IPL
time. The "early code" cannot be simply added to the linklist either; it
must in the linklist and IPL'd. The "early code" exists in SCSQANLE.
>
> -Original Message-
> From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of mqteam
> Sent: Wednesday, April 21, 2004 12:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> We get a different abend code, we get 0c4 or 5c6...
> and the doc says something about abend s222
> TIA
> Didi
> - Original Message -
> From: "Rick Tsujimoto" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 21, 2004 3:38 PM
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> >
> >
> >
> >
> >
> > Take a look at PQ79420
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >   mqteam
> >   <[EMAIL PROTECTED] To:
> [EMAIL PROTECTED]
> >   .NET>cc:
> >   Sent by: Subject: problems with mq
> 5.2 on OS/390
> >   MQSeries List
> >   <[EMAIL PROTECTED]
> >   en.AC.AT>
> >
> >
>
> >   04/21/2004 10:24
> >   AM
> >   Please respond
> >   to MQSeries List
> >
> >
> >
> >
> >
> > Hello All,
> >   > />
> > I am upgrading MQSeries on OS/390 from version 2.1 to 5.2 (I rather see
> > more 5.3 on Z/OS before I upgrade to it)
> >
> > We are running MQSeries 5.2 with the latest tapes sent to us by IBM.
> > We have OS/390 2.10
> >
> > We are not migrating; we created new BSDS, log and pagesets.
> > When trying to start the queue manager we get reason 00E80100.
> >
> > To save time I must state, the queue manager finds the parameter file
just
> > fine, it reads the BSDS file at least to state timestamp and RBA ranges
> >
> > Then comes the dumpâ
> >
> > Cheers
> > Didi
> > "{--ç~ jvx2 j)b b.n +bvz'^v)  Û ñKn×i^jmØ %ríbÈmèfíI z r
>
> 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
>
>
> --

> Confidentiality Note:  This message is intended for use only by the
individual or entity to which it is addressed and may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended recipient
or the employee or agent responsible for delivering the message to the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.  If
you have received this communication in error,  please contact the sender
immediately and destroy the material in its entirety, whether electronic or
hard copy.  Thank you.
> 
> Visit us online at our award-winning www.clevelandclinic.org for a
complete listing of Cleveland Clinic services, staff and locations from one
of the country's leading hospitals.
>

==
> "{ç~jvxj) ên vz'v)  Kíí×ijØ ÃrbÈmèfíI z r

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
žËk¹Ëb¢{¢¹š¨"ž¨º¹šŠX§‚X¬¶Ë±Êâ¦ØªÞº/‰×Š{ax¸¬¶Ç¼g§z¶¥RÇ°k¢uæ¯j)ZnWš¶m§ÿðÃ
 l¡û\¢`+r¯zm§ÿï!Â'§iÆüÄz¸ž±ªÜ+Þ

Re: problems with mq 5.2 on OS/390

2004-04-22 Thread Mauro, Samuel
I have SCSQANLE, SCSQAUTH and SCSQLOAD in our LNKLST.

-Original Message-
From: mqteam [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:59 AM
To: [EMAIL PROTECTED]
Subject: Re: problems with mq 5.2 on OS/390


Are you sure that it is not in the SCSQSNLE ?
Cheers
Didi
- Original Message -
From: "Cergol, Jerry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 8:23 PM
Subject: Re: problems with mq 5.2 on OS/390


> That usually means that the MQ "early code" is not in your linklist at IPL
time. The "early code" cannot be simply added to the linklist either; it
must in the linklist and IPL'd. The "early code" exists in SCSQANLE.
>
> -Original Message-
> From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of mqteam
> Sent: Wednesday, April 21, 2004 12:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> We get a different abend code, we get 0c4 or 5c6...
> and the doc says something about abend s222
> TIA
> Didi
> - Original Message -
> From: "Rick Tsujimoto" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 21, 2004 3:38 PM
> Subject: Re: problems with mq 5.2 on OS/390
>
>
> >
> >
> >
> >
> >
> > Take a look at PQ79420
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >   mqteam
> >   <[EMAIL PROTECTED] To:
> [EMAIL PROTECTED]
> >   .NET>cc:
> >   Sent by: Subject: problems with mq
> 5.2 on OS/390
> >   MQSeries List
> >   <[EMAIL PROTECTED]
> >   en.AC.AT>
> >
> >
>
> >   04/21/2004 10:24
> >   AM
> >   Please respond
> >   to MQSeries List
> >
> >
> >
> >
> >
> > Hello All,
> >   > />
> > I am upgrading MQSeries on OS/390 from version 2.1 to 5.2 (I rather see
> > more 5.3 on Z/OS before I upgrade to it)
> >
> > We are running MQSeries 5.2 with the latest tapes sent to us by IBM.
> > We have OS/390 2.10
> >
> > We are not migrating; we created new BSDS, log and pagesets.
> > When trying to start the queue manager we get reason 00E80100.
> >
> > To save time I must state, the queue manager finds the parameter file
just
> > fine, it reads the BSDS file at least to state timestamp and RBA ranges
> >
> > Then comes the dumpâ
> >
> > Cheers
> > Didi
> > "{--ç~ jvx2 j)b b.n +bvz'^v)  Û ñKn×i^jmØ %ríbÈmèfíI z r
>
> 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
>
>
> --

> Confidentiality Note:  This message is intended for use only by the
individual or entity to which it is addressed and may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended recipient
or the employee or agent responsible for delivering the message to the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.  If
you have received this communication in error,  please contact the sender
immediately and destroy the material in its entirety, whether electronic or
hard copy.  Thank you.
> 
> Visit us online at our award-winning www.clevelandclinic.org for a
complete listing of Cleveland Clinic services, staff and locations from one
of the country's leading hospitals.
>

==
> "{ç~jvxj) ên vz'v)  Kíí×ijØ ÃrbÈmèfíI z r

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: Is runmqsc available on AS 400

2004-04-22 Thread Kumar, Sudheer
The "runmqsc" utility can be invoked by STRMQMMQSC command from the command
line. Make sure that the MQM subsystem is active.

-Sudheer

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of
Prithwiraj Basu
Sent: Thursday, April 22, 2004 8:15 AM
To: [EMAIL PROTECTED]
Subject: Is runmqsc available on AS 400


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

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


Réf. : Is runmqsc available on AS 400

2004-04-22 Thread michel . jalette
Hello,
Look in Webspshere MQ Iseries admin guide, you can do it in batch or interactively:
Here is  from this book :

Administration using MQSC commands
You use WebSphere MQ script (MQSC) commands to manage queue manager
objects, including the queue manager itself, channels, queues, and process
definitions.
You issue MQSC commands to a queue manager using the STRMQMMQSC
WebSphere MQ CL command. This is a batch method only, taking its input from a
SRC PHYSICAL file in the server library system. The default name for this source
physical file is QMQSC.
WebSphere MQ for iSeries does not supply a source file called QMQSC. To process
MQSC commands you need to create the QMQSC source file in a library of your
choice, by issuing the following command:
CRTSRCPRF FILE(MYLIB/QMQSC) TEXT('WebSphere MQ - MQSC Source')
MQSC source is held in members within this source file. To work with the
members enter the following command:
WRKMBRPDM MYLIB/QMQSC
You can now add new members and maintain existing ones

You can also enter MQSC commands interactively, by:
1. Typing in the queue manager name and pressing the Enter key to access the
WRKMQM results panel
2. Selecting F23=More options on this panel
3. Selecting option 26 against an active queue manager on the panel shown in
Figure 3
To end such an MQSC session, type end.

Michel Jalette, CGI




Prithwiraj Basu <[EMAIL PROTECTED]>@AKH-Wien.AC.AT> on 2004-04-22 08:15:10

Veuillez répondre à MQSeries List <[EMAIL PROTECTED]>

Envoyé par :  MQSeries List <[EMAIL PROTECTED]>


Pour : [EMAIL PROTECTED]
cc :
Objet : Is runmqsc available on AS 400

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





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: Is runmqsc available on AS 400

2004-04-22 Thread Lynn Nelson
Hi Prits,

On the AS/400 you would use STRMQMMQSC.  This command processes a file
containing the mqsc commands, so you must supply the details of that file as
parameters on this command (it automatically prompts you for them).

Since you are new to the AS/400, here is something handy.  To see a list of
all the MQ commands on the AS/400, use "go cmdmqm".

Lynn


-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of
Prithwiraj Basu
Sent: Thursday, April 22, 2004 8:15 AM
To: [EMAIL PROTECTED]
Subject: Is runmqsc available on AS 400


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

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: Is runmqsc available on AS 400

2004-04-22 Thread Varma, Aditya
Title: RE: Is runmqsc available on AS 400





Yes. You should get the same interface when you type in runmqsc at the command line... You will be prompted to specify the Q manager's name if you don't have one defined as a default Q Manager.

Aditya.


-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 22, 2004 8:15 AM
To: [EMAIL PROTECTED]
Subject: Is runmqsc available on AS 400



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





Re: Is runmqsc available on AS 400

2004-04-22 Thread Joe H. Smith
If you are working in MQ5.3 you can access MQSC by

WRKMQM

Take an option 26 next to the queue manager you wish to work with.

Joan Hughes
Brown Shoe / Famous Footwear
Technical Specialist
608-827-3523               









   
  Prithwiraj Basu  
   cc: 
  Sent by: MQSeriesSubject:  Is runmqsc available on AS 400
  List 
  <[EMAIL PROTECTED]
  n.AC.AT> 
   
   
  04/22/2004 07:15 
  AM   
  Please respond to
  MQSeries List
   
   




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


*
[This message and its contents have been scanned for viruses]
*



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