Author |
Message |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Sun Mar 13, 2016 12:55 am Subject: Biztalk MQSC authentication |
Hi everyone, after speaking to the IBM support in two different issues the following seem to apply. Me and IBM believes that Biztalk does not have the ability to set the MQCSP appropriately. In a diff ... |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Mon Feb 08, 2016 6:13 am Subject: Biztalk MQSC authentication |
The biztalk adapter code would have had to be modified to supply the right userid/password in the right part of the MQ connection objects.
It's normal for a C-based client that doesn't do that to ... |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Sun Feb 07, 2016 2:19 pm Subject: Biztalk MQSC authentication |
Read the error carefully. Notice the NOACCESS.
Create a CHLAUTH rule that grants USERSRC(CHANNEL).
Yes of course it works when I do that, but the problem still applies. The Client does not send ... |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Sun Feb 07, 2016 1:55 pm Subject: Biztalk MQSC authentication |
AMQ9777: Channel was blocked
.
EXPLANATION: ... |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Sun Feb 07, 2016 6:30 am Subject: Biztalk MQSC authentication |
What is displayed clearly in the MQ error log?
Sorry, that the CHCKCLNT user is the window service user, and not the user id configured in the MQSC adapter in biztalk. |
Topic: Biztalk MQSC authentication |
mgrx
Replies: 17 Views: 20010
|
Forum: IBM MQ Security Posted: Sun Feb 07, 2016 2:51 am Subject: Biztalk MQSC authentication |
I am migrating our MQ Gateway QM from version 7.0 to version 8 and in the process I would like to add some much needed security in terms of authentication.
One testcase im having problems with is B ... |
Topic: amqzlaa0: trace thread to connection |
mgrx
Replies: 6 Views: 6301
|
Forum: General IBM MQ Support Posted: Sat Nov 28, 2015 3:53 am Subject: amqzlaa0: trace thread to connection |
Looking at the fact that your post mentions that one of the reasons is a shareconv on the channel gt 0, why not up the max channels and set shareconv to 0 and see if that fixes the problem.
Anyhow ... |
Topic: amqzlaa0: trace thread to connection |
mgrx
Replies: 6 Views: 6301
|
Forum: General IBM MQ Support Posted: Fri Nov 27, 2015 9:28 am Subject: amqzlaa0: trace thread to connection |
So you could see what sockets a process has opened, but not what sockets a specific thread has opened. This has to do with a multi-threaded process sharing things like opened files, the virtual memor ... |
Topic: amqzlaa0: trace thread to connection |
mgrx
Replies: 6 Views: 6301
|
Forum: General IBM MQ Support Posted: Thu Nov 26, 2015 11:28 pm Subject: amqzlaa0: trace thread to connection |
Hi,
I have a problem with a queue manager fronting some customers, where amqzlaa0-processes increase in a linear manner. Im pretty sure this is a bug: http://www-01.ibm.com/support/docview.wss?uid=sw ... |
Topic: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
mgrx
Replies: 8 Views: 16927
|
Forum: WebSphere DataPower Posted: Sun Nov 01, 2015 2:56 am Subject: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
So moved. You can change the title yourself by editing the original first post in the thread.
Done, thanks!  |
Topic: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
mgrx
Replies: 8 Views: 16927
|
Forum: WebSphere DataPower Posted: Sat Oct 31, 2015 2:09 am Subject: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
Should I make another post in the DataPower forum, or could we move the thread there and change the topic? |
Topic: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
mgrx
Replies: 8 Views: 16927
|
Forum: WebSphere DataPower Posted: Thu Oct 29, 2015 2:59 pm Subject: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
You might also look at file system simlinks or etc to map all of the directories of every SFTP account into a single directory being read by MQ FTE.
Thanks for input mqjeff, I appreciate it!
... |
Topic: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
mgrx
Replies: 8 Views: 16927
|
Forum: WebSphere DataPower Posted: Tue Oct 27, 2015 1:40 pm Subject: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
Thanks gbaddeley, I will certainly look into the Sterlign B2B Integrator! |
Topic: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
mgrx
Replies: 8 Views: 16927
|
Forum: WebSphere DataPower Posted: Sat Oct 24, 2015 5:15 am Subject: DMZ (SFTP/HTTP/MQ Integration) <-> IBM Integration Bus |
Hi,
We have some business partners/customers that integrate with SFTP, right now they access our internal network directly, however we now have to possibility to rebuild this legacy topology and I ... |
Topic: Multi-instance queue manager and F5 Load balancing |
mgrx
Replies: 12 Views: 10232
|
Forum: General IBM MQ Support Posted: Sat Oct 03, 2015 11:24 am Subject: Multi-instance queue manager and F5 Load balancing |
If the runmqlsr process on foo for QM1 was created from the OS
runmqlsr -r -m QM1 -p 1414 & it will not go away when the queue manager shuts down because it was never under qmgr control.
I g ... |