Author |
Message |
Topic: Authentication problem |
deuspi
Replies: 6 Views: 6158
|
Forum: IBM MQ API Support Posted: Thu Oct 10, 2002 12:26 am Subject: Authentication problem |
Okay I found the solution.
I used to put my alternate user in the AlternateUserID field of the queue. Then I accessed the queue with the AccessQueue method of the QueueManager class.
Now I found ... |
Topic: Authentication problem |
deuspi
Replies: 6 Views: 6158
|
Forum: IBM MQ API Support Posted: Wed Oct 09, 2002 1:07 am Subject: Authentication problem |
I think just as you do that it seems to be working... even if I get the 2035.
However the user I supplied in the AlternateUserID field does exist both in the mqm group and in the authorizations sin ... |
Topic: Authentication problem |
deuspi
Replies: 6 Views: 6158
|
Forum: IBM MQ API Support Posted: Tue Oct 08, 2002 7:05 am Subject: Authentication problem |
Thanks for your reply.
I tried using the MQOO_ALTERNATE_USER_AUTHORITY option in order to open the queues. This doesn't seems to work, but I've read somewhere in the doc that this field is ignored ... |
Topic: Authentication problem |
deuspi
Replies: 6 Views: 6158
|
Forum: IBM MQ API Support Posted: Mon Oct 07, 2002 7:32 am Subject: Authentication problem |
Hi there,
I'm developping a VB MQSeries application. My customers just asked me if it was possible to specify a different UserID than the one corresponding to the Windows logon.
I use the COM In ... |
Topic: MQIIH and VB |
deuspi
Replies: 3 Views: 15544
|
Forum: IBM MQ API Support Posted: Fri Jan 25, 2002 7:43 am Subject: MQIIH and VB |
Well, thanks a lot for your help.
Actually I'm making evolutions on an existing Lotus Notes application. The part of the application that allows the communication with the MQSeries server must be t ... |
Topic: MQIIH and VB |
deuspi
Replies: 3 Views: 15544
|
Forum: IBM MQ API Support Posted: Thu Jan 24, 2002 3:08 am Subject: MQIIH and VB |
Hey there,
I'm trying to communicate with a MQSeries serveur on a Open/VMS environment. I know that I have to send a header with my messages. I have a structure for that : MQIIH. The problem is tha ... |
Topic: Accessing to MsgID property with VB |
deuspi
Replies: 5 Views: 15987
|
Forum: IBM MQ API Support Posted: Tue Jan 22, 2002 8:50 am Subject: Accessing to MsgID property with VB |
Thanks for your help.
I'm gonna try this out. |
Topic: Accessing to MsgID property with VB |
deuspi
Replies: 5 Views: 15987
|
Forum: IBM MQ API Support Posted: Tue Jan 22, 2002 2:26 am Subject: Accessing to MsgID property with VB |
Hi,
Thanks for your help. Unfortunately, I can't find any MsgIDHex property in the MQMD class. So I've just written a little function :
Public Function DecodeID(MsgID As String) As String
D ... |
Topic: Accessing to MsgID property with VB |
deuspi
Replies: 5 Views: 15987
|
Forum: IBM MQ API Support Posted: Mon Jan 21, 2002 9:48 am Subject: Accessing to MsgID property with VB |
Hi there,
I'm currently building an application with VB6. I have to put a message in a queue. Then there will be a COBOL prog that will reply to this message by putting another message in another q ... |