Author |
Message |
Topic: MQQueue::Get ended with MQRC_DATA_LENGTH_ERROR |
xmqymshr
Replies: 3 Views: 4143
|
Forum: General IBM MQ Support Posted: Fri Jul 22, 2016 6:05 am Subject: MQQueue::Get ended with MQRC_DATA_LENGTH_ERROR |
Yeah i asked mq admin to change it to 4MB now it works fine. What is the maxlength it can be set to |
Topic: MQQueue::Get ended with MQRC_DATA_LENGTH_ERROR |
xmqymshr
Replies: 3 Views: 4143
|
Forum: General IBM MQ Support Posted: Fri Jul 22, 2016 5:43 am Subject: MQQueue::Get ended with MQRC_DATA_LENGTH_ERROR |
I am getting a MQQueue::Get ended with MQRC_DATA_LENGTH_ERROR for some messages while trying to fetch messages using .net mq client. I have verified with the MQ admin about the channel maxmeslength pr ... |
Topic: How to get message wehn it has multi language in xml |
xmqymshr
Replies: 6 Views: 4486
|
Forum: General IBM MQ Support Posted: Fri Jul 15, 2016 11:49 am Subject: How to get message wehn it has multi language in xml |
Thank you every one for taking a look. The problem was on the sender side the fixed the encoding to utf8 and then everything is running fine now. i did not had to change any thing on the receiver side |
Topic: How to get message wehn it has multi language in xml |
xmqymshr
Replies: 6 Views: 4486
|
Forum: General IBM MQ Support Posted: Thu Jul 14, 2016 12:33 pm Subject: How to get message wehn it has multi language in xml |
I am try to get an xml message with multi language values.So after executing the queue.Get the language is converted into ????????? . Below is my code. I tried to use character set 1208 which is utf8
... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Mon Jan 25, 2016 10:26 am Subject: mq client connection SSL enabled with .kdb |
It was not the certificates mismatch, it was the cipher spec the issue was finally resolved when i used TRIPLE_DES_SHA_US cipher spec.
Thank you all for the help |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Fri Jan 15, 2016 9:33 am Subject: mq client connection SSL enabled with .kdb |
Sorry about that i reread the infocenter and found out there was a key missing in the app.config file to make the application as managed and it worked. But still i get Host_NOT_Available exception on ... |
Topic: Managed or unmanaged .net MQ Client |
xmqymshr
Replies: 0 Views: 2534
|
Forum: General IBM MQ Support Posted: Thu Jan 14, 2016 4:01 pm Subject: Managed or unmanaged .net MQ Client |
How do i know if i am using Managed Or un Managed .net cient for mq connection ?
Using Mq Client 8.0 and .net 4.5 framework?
When i use (MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_Managed) ... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Thu Jan 14, 2016 2:00 pm Subject: mq client connection SSL enabled with .kdb |
am sorry if my question is not right i get "SSL KEY REPOSITORY ERROR" AMQ9660: SSL key repository: password stash file absent or unusable. exception when i want to connect to windows cert s ... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Thu Jan 14, 2016 8:51 am Subject: mq client connection SSL enabled with .kdb |
I got the cipher suite from the server which is
prop.Add(MQC.SSL_CIPHER_SUITE_PROPERTY, "SSL_RSA_WITH_3DES_EDE_CBC_SHA");
can i use the equivalent cipher spec that is "TSL_RSA_ ... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Thu Jan 14, 2016 8:04 am Subject: mq client connection SSL enabled with .kdb |
Can you please point me to any link which i can use as an example. i am not able to find any? |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Thu Jan 14, 2016 6:32 am Subject: mq client connection SSL enabled with .kdb |
I have read the info center. CCDT should be defined on the Service side and then copied on to the client machine right? if that is the case then i cannot do that because i dont have the access to the ... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Wed Jan 13, 2016 4:12 pm Subject: mq client connection SSL enabled with .kdb |
I am using MQ 8.0. What is CCDT File? should i get this from Server side?
How can i add settings to .ini file and how should i refer that from the code? |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Wed Jan 13, 2016 1:30 pm Subject: mq client connection SSL enabled with .kdb |
properties.Add(MQC.SSL_FIPS_REQUIRED_PROPERTY,"true");
is this the right way?
if yes, i just usrd cipher suite and SSL_FIPS_REQUIRED_PROPERTY this time i got a MQRC_HOST_NOT_A ... |
Topic: mq client connection SSL enabled with .kdb |
xmqymshr
Replies: 18 Views: 24880
|
Forum: IBM MQ Security Posted: Wed Jan 13, 2016 1:05 pm Subject: mq client connection SSL enabled with .kdb |
I have a .net mq client trying to connect to mq server with ssl enabled. I have the certificate installed on the client machine. Below is the code i use to connect to MQ Server.I have created a keydat ... |