Author |
Message |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Fri Apr 21, 2006 7:34 am Subject: Minimal inquiry/browse authentications |
Tibor,
You had the piece of information that proved to be my solution.
I only had connect authorization to the qmgr. Added +inq to the qmgr and everything worked.
I'd assumed inq was only fo ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Thu Apr 20, 2006 11:22 am Subject: Minimal inquiry/browse authentications |
Thank you, EddieA,
My results were surprising to me.
C:\Java\Jar>set MQSERVER=JCH.SVRCONN/TCP/rhscmdev01(1414)
C:\Java\Jar>amqsputc JCH1 SCMDEV01_QMGR
Sample AMQSPUT0 s ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Thu Apr 20, 2006 5:26 am Subject: Minimal inquiry/browse authentications |
Oh, and the other question. BlockIP2 (according to the log) is successfully allowing connection and then I'm getting 2035 on the remote application. So I'd say it is after passing through the exit, ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Thu Apr 20, 2006 5:24 am Subject: Minimal inquiry/browse authentications |
Keep in mind I've never made remote connections before except for SNDR and RCVR channels.
From my PC (with MQ client installed):
C:\Program Files\IBM\WebSphere MQ\bin>amqsputc JCH1 SCMDEV01_Q ... |
Topic: BLOCKIP2 |
jhaake
Replies: 3 Views: 3259
|
Forum: General IBM MQ Support Posted: Thu Apr 20, 2006 4:54 am Subject: BLOCKIP2 |
I meant "AllowBlankUserID=Y;" sorry |
Topic: BLOCKIP2 |
jhaake
Replies: 3 Views: 3259
|
Forum: General IBM MQ Support Posted: Thu Apr 20, 2006 4:43 am Subject: BLOCKIP2 |
In a parameter file (not sure it will work with SCYDATA)
AllowBlackUserID=Y;
Also, don't forget that your SCYDATA entries must end with ';'
Thus: '123.123.123.123;' |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Wed Apr 19, 2006 12:56 pm Subject: Minimal inquiry/browse authentications |
My client application is a simple java program. |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Wed Apr 19, 2006 12:35 pm Subject: problem continues |
Not much new here ... but with BlockIP2 exit in place on the channel.
<b>Output from client app:</b>
//////////////// MQSeries Tester Started ////////////////
Hostname: rhsc ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Tue Apr 18, 2006 1:14 pm Subject: Minimal inquiry/browse authentications |
Wow, thanks for telling me about MO01 !!! Hasn't changed what I'm seeing though:
On the MQ server (linux) side:
# /tmp/q -iSYSTEM.ADMIN.QMGR.EVENT -m SCMDEV01_QMGR -w100
MQSeries Q Program by ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Tue Apr 18, 2006 12:05 pm Subject: Minimal inquiry/browse authentications |
Thanks again Peter.
I've been trying to get MO71 working (yes, I'm on the MQ learning curve). I installed MQ Client on Windows (is there a MO71 for linux?) and installed MO71 without a problem, bu ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Tue Apr 18, 2006 11:43 am Subject: Minimal inquiry/browse authentications |
What?!?!?
It seems the events I'm seeing have nothing to do with the 2035 error I'm getting from the remote application.
I can't say that I know how to view Events very well yet, but I know that ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Tue Apr 18, 2006 5:34 am Subject: Thanks Peter |
Thanks a lot for pointing me in the direction of events.
Not that I really yet understand what I'm doing.
Here's what I've found:
# /opt/mqm/samp/bin/amqsaiem SYSTEM.ADMIN.QMGR.EVENT SCMDEV01 ... |
Topic: Minimal inquiry/browse authentications |
jhaake
Replies: 20 Views: 10467
|
Forum: General IBM MQ Support Posted: Mon Apr 17, 2006 12:32 pm Subject: Minimal inquiry/browse authentications |
Yes, this is yet again another 2035 error question (ansd yes I've been searching previous 2035 questions without success in solving my own).
local execution of following are working fine as user "x ... |