Author |
Message |
Topic: MQGet preventing segmentation |
firelior
Replies: 11 Views: 15065
|
Forum: IBM MQ API Support Posted: Mon Sep 03, 2012 6:51 am Subject: MQGet preventing segmentation |
I found this:
http://www-01.ibm.com/support/docview.wss?uid=swg21408485 |
Topic: MQGet preventing segmentation |
firelior
Replies: 11 Views: 15065
|
Forum: IBM MQ API Support Posted: Mon Sep 03, 2012 6:27 am Subject: MQGet preventing segmentation |
How do I specify COMPLETE_MSG?
The max length is bigger then the message.
I only care about the get not the put.. |
Topic: Installation of mq client 7.1 performed rollback |
firelior
Replies: 3 Views: 3576
|
Forum: General IBM MQ Support Posted: Sun Sep 02, 2012 9:03 am Subject: Installation of mq client 7.1 performed rollback |
I downloaded 7.1.0.1-WS-MQC-Windows
I Installed it at the default location
c:\program files(x86)\IBM\ |
Topic: MQGet preventing segmentation |
firelior
Replies: 11 Views: 15065
|
Forum: IBM MQ API Support Posted: Sun Sep 02, 2012 8:59 am Subject: MQGet preventing segmentation |
Hi,
Is there any way to prevent segmentation when doing get request?
MQ splits the data that I send and then put it back together when the message is bigger then 4.5 KB.
How can I prevent tha ... |
Topic: Installation of mq client 7.1 performed rollback |
firelior
Replies: 3 Views: 3576
|
Forum: General IBM MQ Support Posted: Sun Sep 02, 2012 6:29 am Subject: Installation of mq client 7.1 performed rollback |
Hi,
I downloaded the newest mq client 7.1 from here:
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg24031412&loc=en_US&cs=utf-8&lang=en
And when I installed it at some ... |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Tue Jul 03, 2012 1:09 am Subject: Configuring mq websphere 7 with .net |
I found the solution!!
The problem was simple..
There was a difference with CCSID.
And a bug in .net adapter.
When I put this:
ConnectionProperties.Add(MQC.CCSID_PROPERTY, MQC.CODESET_U ... |
Topic: Websphere MQ protocol |
firelior
Replies: 14 Views: 15202
|
Forum: General IBM MQ Support Posted: Wed Jun 27, 2012 7:38 am Subject: Websphere MQ protocol |
First of all, I am trying to do this for security reasons and not for hacking reasons. I want to check the content of the messages that pass before they get to the queue manager. And stop them from ge ... |
Topic: Websphere MQ protocol |
firelior
Replies: 14 Views: 15202
|
Forum: General IBM MQ Support Posted: Wed Jun 27, 2012 7:13 am Subject: Websphere MQ protocol |
you could use the free mq client if "the other end of the wire" is not a mq server
What do you mean the free mq client?
I can use it to deserialize the bytes to the mq message? if so how. ... |
Topic: Websphere MQ protocol |
firelior
Replies: 14 Views: 15202
|
Forum: General IBM MQ Support Posted: Wed Jun 27, 2012 12:24 am Subject: Websphere MQ protocol |
Hi,
Is the Websphere MQ V7.1 protocol public? is there any manual that describes what goes on through the network over a tcp connection?
I have seen that Wireshark has a filter that describes so ... |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Thu Jun 21, 2012 5:43 am Subject: Configuring mq websphere 7 with .net |
I just want this to work first and then I will take care of the security issue.
I used wireshark to monitor the traffic and what I saw is that Websphere MQ asks for a Name Query NBStat to find out ... |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Thu Jun 21, 2012 4:56 am Subject: Configuring mq websphere 7 with .net |
1. Create a new group and user local on your server, and give that group the required authorities to the resources it needs, e.g. connect to the queue manager and open etc. on queues;
2. Create a new ... |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Wed Jun 20, 2012 10:43 pm Subject: Configuring mq websphere 7 with .net |
Thank you for your last answers, I think we are getting close..
So the domain userid under which your app works is being flowed to a non-domain server - see any potential issues with that? BIG HI ... |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Wed Jun 20, 2012 6:00 am Subject: Configuring mq websphere 7 with .net |
I tryed doing this anyway.
But I am not sure what exactly to put there.
I tryed many things.
My client machine is running in a domain - yes. |
Topic: Configuring mq websphere 7 with .net |
firelior
Replies: 49 Views: 39509
|
Forum: General IBM MQ Support Posted: Wed Jun 20, 2012 2:58 am Subject: Configuring mq websphere 7 with .net |
Hi again,
I tryed uninstalling, removing everything and starting again from scratch.
Nothing changed.
But because some time has passed I will specify what is my current status:
Server Side:
I ... |
Topic: Knowing mq client exit port |
firelior
Replies: 3 Views: 2770
|
Forum: General IBM MQ Support Posted: Tue Jun 19, 2012 6:39 am Subject: Knowing mq client exit port |
Hi,
I am using a .net mq client to connect to the mq server.
Is there any way to know / range / set - the port that the tcp connection of the communication between the client and the server goes ... |