Author |
Message
|
goodspeed |
Posted: Wed Sep 15, 2004 9:16 am Post subject: Connecting to a remote queue using a group username |
|
|
Newbie
Joined: 15 Sep 2004 Posts: 3
|
I have the MQSeries client installed on a server and have developed a VB6 application (stored on the server) that sends information from the program to a remote queue. Two Issues:
(1) Right now, I have to install the MQ client on each of the clients using this VB6 application - is there a better way?
(2) When the clients run my application, it trys to connect to the MQSeries queue using the NT username of that machine. I would like to use one default/group username, but I am unsure how to override this.
Any advice would be appreciated.
-Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 15, 2004 9:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
1) No.
2) set an MCAUser on the Svrconn channel. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
goodspeed |
Posted: Wed Sep 15, 2004 10:03 am Post subject: |
|
|
Newbie
Joined: 15 Sep 2004 Posts: 3
|
Thank you for your reply. I am unsure on how to "set an MCAUser on the Svrconn channel". I am not an experienced users of MQ.
If setup, does this ignore the machine's authenication or accept a hard-coded username/password?
Thanks again. |
|
Back to top |
|
 |
kirani |
Posted: Wed Sep 15, 2004 3:29 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Right-Click on your Server Conn channel. Goto MCA tab. There is a field called MCA User ID where you can specify MCA user name. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
goodspeed |
Posted: Thu Sep 16, 2004 2:19 am Post subject: |
|
|
Newbie
Joined: 15 Sep 2004 Posts: 3
|
I only have the MQ client installed locally. The remote server (of which I am not an administrator) has the actual queue installed. Can I still make these changes on my client version? Can I force several local clients to use one username other than that of their NT login?
Thanks |
|
Back to top |
|
 |
kirani |
Posted: Thu Sep 16, 2004 8:28 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
There is an environment variable that can be used to specify user-id, password on client box. But, it's not supported on UNIX, Windows 2000, XP platform.
Please refer to Chapter 7 in MQ Clients manual for more information. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
JasonE |
Posted: Thu Sep 16, 2004 9:39 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Doesnt work on NT either... |
|
Back to top |
|
 |
|