Re: Newbie: Urgent : Connectivity problem from NT client to Solar is Server

2002-05-29 Thread hegde

Hey,

It worked thank you man for your help. I used the mqm
user for testing, but I will change after reading
security stuff, Can you guide me what stuff I have to
read to implement the security.

Thanks Again.

Thanks
Prakash
--- "DiLauro, Nick" <[EMAIL PROTECTED]> wrote:
> 2035 is security.  NT differs in that the local
> userid of the client is
> passed to the qmgr on the server.  On the Solaris
> platform no userid is
> passed so the userid of the qmgr is used (because
> the SVRCONN channel has
> not been defined with an MCA userid).  You can
> authorize the NT userid or
> assign an MCA Userid to the SVRCONN channel and then
> give the userid
> authority to access the specific objects it needs.
> You could assign the mqm
> userid if you want the client to have full access,
> but this could be a
> security problem in a production environment.  If
> you're just testing, it
> might work until you come up with a security
> strategy.
>
> Nick
>
> -Original Message-
> From: hegde [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 28, 2002 10:27 PM
> To: [EMAIL PROTECTED]
> Subject: Newbie: Urgent : Connectivity problem from
> NT client to Solaris
> Server
>
>
> Hi All,
>
> I am new to the MQSeries. I have installed the
> MQSeries V5.2 Server on Solaris 8. I have created
> the
> queue as per Manuals Available on CD's. I am able to
> connect the queue from another unix client,  but I
> am
> not able queue from windows NT. I have configured as
> below.
>
> 1. I have created the Queue Manager as
> crtmqm -q saturn.queue.manager
> strmqm saturn.queue.manager
> 2.  define qlocal (ORANGE.LOCAL.QUEUE)
> 3.  define channel (CHANNEL1) +
> chltype (SVRCONN) +
> MCAUSER (' ') +
> TRPTYPE (TCP)
> 4.  I have modified the inetd and services file as
> per
> document.
> 5.  Started command Server  and started listner and
> channel (from runmqsc prompt)
> 6. On sun solaris I have set the environment as
> MQSERVER=CHANNEL1/TCP/'199.221.81.102'
>from solaris system I am able put the message as
>amqsputc ORANGE.LOCAL.QUEUE saturn.manager.queue
>and no problem in receive message using amqsgetc
> 7. On windows NT system I have set the MQSERVER
> environment as
> SET MQSERVER=CHANNEL1/TCP/199.221.81.102
> amqsputc ORANGE.LOCAL.QUEUE saturn.queue.manager
>
> I am getting MCONN ended the connection reason
> 2035
>
> I don't know what I am missing or doing wrong. I
> request some one to correct my mistake or guide me.
>
> I appreciate you help.
>
> Thanks
> Prakash
>
>
>
>
> __
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> Instructions for managing your mailing list
> subscription are provided in
> the Listserv General Users Guide available at
> http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
> Instructions for managing your mailing list
> subscription are provided in
> the Listserv General Users Guide available at
> http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Newbie: Urgent : Connectivity problem from NT client to Solar is Server

2002-05-29 Thread DiLauro, Nick

2035 is security.  NT differs in that the local userid of the client is
passed to the qmgr on the server.  On the Solaris platform no userid is
passed so the userid of the qmgr is used (because the SVRCONN channel has
not been defined with an MCA userid).  You can authorize the NT userid or
assign an MCA Userid to the SVRCONN channel and then give the userid
authority to access the specific objects it needs.  You could assign the mqm
userid if you want the client to have full access, but this could be a
security problem in a production environment.  If you're just testing, it
might work until you come up with a security strategy.

Nick

-Original Message-
From: hegde [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 10:27 PM
To: [EMAIL PROTECTED]
Subject: Newbie: Urgent : Connectivity problem from NT client to Solaris
Server


Hi All,

I am new to the MQSeries. I have installed the
MQSeries V5.2 Server on Solaris 8. I have created the
queue as per Manuals Available on CD's. I am able to
connect the queue from another unix client,  but I am
not able queue from windows NT. I have configured as
below.

1. I have created the Queue Manager as
crtmqm -q saturn.queue.manager
strmqm saturn.queue.manager
2.  define qlocal (ORANGE.LOCAL.QUEUE)
3.  define channel (CHANNEL1) +
chltype (SVRCONN) +
MCAUSER (' ') +
TRPTYPE (TCP)
4.  I have modified the inetd and services file as per
document.
5.  Started command Server  and started listner and
channel (from runmqsc prompt)
6. On sun solaris I have set the environment as
MQSERVER=CHANNEL1/TCP/'199.221.81.102'
   from solaris system I am able put the message as
   amqsputc ORANGE.LOCAL.QUEUE saturn.manager.queue
   and no problem in receive message using amqsgetc
7. On windows NT system I have set the MQSERVER
environment as
SET MQSERVER=CHANNEL1/TCP/199.221.81.102
amqsputc ORANGE.LOCAL.QUEUE saturn.queue.manager

I am getting MCONN ended the connection reason
2035

I don't know what I am missing or doing wrong. I
request some one to correct my mistake or guide me.

I appreciate you help.

Thanks
Prakash




__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Newbie: Urgent : Connectivity problem from NT client to Solar is Server

2002-05-28 Thread Chan, Ian M

2035 is security error.  Your id on NT client is passed to the Solaris which
is not authorised.  Either you can create the equivalent id in Solaris and
grant appropriate authority using setmqaut or put the authorised id in
MCAUSER.

Regards,
Ian

-Original Message-
From: hegde [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 29 May 2002 3:27 PM
To: [EMAIL PROTECTED]
Subject: Newbie: Urgent : Connectivity problem from NT client to Solaris
Server


Hi All,

I am new to the MQSeries. I have installed the
MQSeries V5.2 Server on Solaris 8. I have created the
queue as per Manuals Available on CD's. I am able to
connect the queue from another unix client,  but I am
not able queue from windows NT. I have configured as
below.

1. I have created the Queue Manager as
crtmqm -q saturn.queue.manager
strmqm saturn.queue.manager
2.  define qlocal (ORANGE.LOCAL.QUEUE)
3.  define channel (CHANNEL1) +
chltype (SVRCONN) +
MCAUSER (' ') +
TRPTYPE (TCP)
4.  I have modified the inetd and services file as per
document.
5.  Started command Server  and started listner and
channel (from runmqsc prompt)
6. On sun solaris I have set the environment as
MQSERVER=CHANNEL1/TCP/'199.221.81.102'
   from solaris system I am able put the message as
   amqsputc ORANGE.LOCAL.QUEUE saturn.manager.queue
   and no problem in receive message using amqsgetc
7. On windows NT system I have set the MQSERVER
environment as
SET MQSERVER=CHANNEL1/TCP/199.221.81.102
amqsputc ORANGE.LOCAL.QUEUE saturn.queue.manager

I am getting MCONN ended the connection reason
2035

I don't know what I am missing or doing wrong. I
request some one to correct my mistake or guide me.

I appreciate you help.

Thanks
Prakash




__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive