Author |
Message |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Tue Oct 11, 2005 2:46 am Subject: MQ with authentication exit on solaris client |
I'm still waiting for the other information from them.
The client software is running on Solaris 9 (it is v5.3 of the C++ MQ client). |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Mon Oct 10, 2005 6:59 am Subject: MQ with authentication exit on solaris client |
Hi Wayne,
I have been given a username and password for the MQ client to use, I assume this would go in the channel table for the security exit.
Is this enough information to create the channel ta ... |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 9:28 am Subject: MQ with authentication exit on solaris client |
Thank you for your help Wayne.
Am I right in assuming that amqclchl.tab is a file that would live in the directory our application is run from? |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 8:38 am Subject: MQ with authentication exit on solaris client |
The MQSERVER variable comes from an environment variable in the following form:
CHANNEL.NAME.HERE/TCP/123.456.789.123(1414)
The queue name and manager are held in our application's ini file and ... |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 7:56 am Subject: MQ with authentication exit on solaris client |
I emailed them two days ago to find out what authentication/security method is being used, as soon as I hear back I'll post here (it isn't unusual to take a couple of days to reply - the joys of worki ... |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 7:24 am Subject: MQ with authentication exit on solaris client |
No, they are using MQ v5.3 (and we are using the v5.3 client) |
Topic: MQ with authentication exit on solaris client |
mart
Replies: 12 Views: 5856
|
Forum: IBM MQ API Support Posted: Fri Oct 07, 2005 6:48 am Subject: MQ with authentication exit on solaris client |
We have an application hosted on Solaris 9, written in C/C++ that needs to pass MQ messages to a server owned and hosted by another company (i.e. we have no direct access to it and cannot modify the c ... |
Topic: Where to specify userid/pwd using C v5.3 client on Solaris |
mart
Replies: 10 Views: 4345
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 6:30 am Subject: Where to specify userid/pwd using C v5.3 client on Solaris |
Thanks for your help Jeff, you've given me a lot more information than the 'experts' I have discussed this with in the past. |
Topic: Where to specify userid/pwd using C v5.3 client on Solaris |
mart
Replies: 10 Views: 4345
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 6:17 am Subject: Where to specify userid/pwd using C v5.3 client on Solaris |
Then this is likely to be an authority exit on the other side. Good luck.
What is an "authority exit"? (Sorry I'm very new to the MQ client and its landed on my desk.) |
Topic: Where to specify userid/pwd using C v5.3 client on Solaris |
mart
Replies: 10 Views: 4345
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 6:11 am Subject: Where to specify userid/pwd using C v5.3 client on Solaris |
Do you *really* need to set the password?
Unfortunately yes. We are connecting to servers belonging to another company who are insisting that its required.
MQ V6 has new options on the MQCONNX t ... |
Topic: Where to specify userid/pwd using C v5.3 client on Solaris |
mart
Replies: 10 Views: 4345
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 5:44 am Subject: Where to specify userid/pwd using C v5.3 client on Solaris |
You can't do this in C/C++.
The client automatically always passes the OS user id.
You can fool around with MQCONNX and MCA users, but it's not quite the same thing.
Thanks for the quick rep ... |
Topic: Where to specify userid/pwd using C v5.3 client on Solaris |
mart
Replies: 10 Views: 4345
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 5:23 am Subject: Where to specify userid/pwd using C v5.3 client on Solaris |
I am attempting to connect to a remote server using the v5.3 of the C/C++ MQ client but I am having trouble setting the userid and password. I have looked through the documentation without any luck.
... |