Author |
Message |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Tue Oct 27, 2015 1:31 am Subject: MQCONNX and 2035 |
I tried to use field UserIdentifier, MCAUserIdentifier, RemoteUserIdentifier but unsuccessfully - error 2035.
Despite the fact that I could not connect to the queue manager programmatically (mqconnx ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Fri Oct 23, 2015 5:43 am Subject: MQCONNX and 2035 |
There's a way to simply authorize the user and password in the MQCSP. But op has stated the qmgr is at 7.5.
I pass UserId (CSPUserIdPtr) in the SecurityParmsPtr (MQCSP). I assign empty string valu ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Fri Oct 23, 2015 5:29 am Subject: MQCONNX and 2035 |
Vitor, thank you. I got it. |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Fri Oct 23, 2015 4:28 am Subject: MQCONNX and 2035 |
Vitor, I am newbie to MQ and I apologize in advance for my persistence. Could you explain in simple words what do you mean under "having the administrator set the MCAUser on the SVRCONN"?
D ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Fri Oct 23, 2015 3:50 am Subject: MQCONNX and 2035 |
And again, I asked whether the administrator is allowed altusr. He said that is not allowed. Can I get 2035 error because of this? |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Fri Oct 23, 2015 2:39 am Subject: MQCONNX and 2035 |
I'm still not clear on why you're trying to use the MQCONNX rather than having the administrator set the MCAUser on the SVRCONN.
I connect to the MQ Server from workstation. I understand that I mus ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Wed Oct 21, 2015 6:39 am Subject: MQCONNX and 2035 |
I use in work this link.
In addition, I used manual pdf MQSeries API for version 5.2, and did not know that the description of the MQCNO AND MQCD structure is outdated.
Now I conclude that Сli ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Wed Oct 21, 2015 6:21 am Subject: MQCONNX and 2035 |
Sorry, I don't understand. What specific element of the structure MQCNO I must to initialize as MQCSP? |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Wed Oct 21, 2015 4:37 am Subject: MQCONNX and 2035 |
I found that using the wrong version value equal to 1. I set the version value to 6. I connect to the queue manager on a remote server. So I set ChannelType equal MQCHT_CLNTCONN. Then I read in the ma ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2015 6:49 am Subject: MQCONNX and 2035 |
Vitor, I'll check. At first sight user extmqusr has all the necessary rights. I created a local user extmqusr in my Windows system and run program (where MQCONNX changed with MQCONN) under him. It wor ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2015 6:21 am Subject: MQCONNX and 2035 |
I do not pass the password. Only login. |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2015 6:08 am Subject: Re: MQCONNX and 2035 |
In your version, only the username. The ability to pass username and password was added in version 8.
The administrator gave me to connect to a test queue, among other parameters, and user name. I ... |
Topic: MQCONNX and 2035 |
Shytiy.Andrew
Replies: 27 Views: 41408
|
Forum: IBM MQ API Support Posted: Tue Oct 20, 2015 4:58 am Subject: MQCONNX and 2035 |
Hello, everyone! Firstly I must say: MQ API is a black box for me. I have no experience with MQ.
My task - to learn how to use a queue for communication one system with other banking systems.
I cal ... |