Author |
Message |
Topic: MQRC_SSL_INITIALIZATION_ERROR |
mqnet
Replies: 9 Views: 25955
|
Forum: IBM MQ API Support Posted: Mon Apr 20, 2009 8:16 am Subject: MQRC_SSL_INITIALIZATION_ERROR |
If I use,
Dim qEnvironment As MQEnvironment '* MQEnvironment instance
qEnvironment = New MQEnvironment
I get error,
'IBM.WMQ.MQEnvironment.Private Sub New() is not accessib ... |
Topic: MQRC_SSL_INITIALIZATION_ERROR |
mqnet
Replies: 9 Views: 25955
|
Forum: IBM MQ API Support Posted: Sat Apr 18, 2009 5:41 pm Subject: MQRC_SSL_INITIALIZATION_ERROR |
I have initialized all the variables in .net. Can anyone tell me what variable this error refers to? |
Topic: MQRC_SSL_INITIALIZATION_ERROR |
mqnet
Replies: 9 Views: 25955
|
Forum: IBM MQ API Support Posted: Sat Apr 18, 2009 1:16 pm Subject: MQRC_SSL_INITIALIZATION_ERROR |
I read that SSL is supported with unmanaged client connections.
How do I speicify "unmanaged client connection" to MQ from my .Net 1.1 code ? Please guide me. Thanks in advance. |
Topic: MQRC_SSL_INITIALIZATION_ERROR |
mqnet
Replies: 9 Views: 25955
|
Forum: IBM MQ API Support Posted: Fri Apr 17, 2009 4:36 pm Subject: MQRC_SSL_INITIALIZATION_ERROR |
Hello All,
I am using IBM Websphere MQ classes for .Net and trying to send a message from .Net to MQ using SSL.
1) I have installed MQ Client on my windows 2000 machine and used IBM Key Managem ... |
Topic: Invalid Length in RFH2 variable area - data skipped |
mqnet
Replies: 2 Views: 8422
|
Forum: IBM MQ API Support Posted: Thu Mar 26, 2009 9:48 am Subject: I fixed it myself. |
Here is the solution.
qMsg = New MQMessage
'************************************************************
' FOR JMS/RFH2 HEADER
'**************************************** ... |
Topic: Invalid Length in RFH2 variable area - data skipped |
mqnet
Replies: 2 Views: 8422
|
Forum: IBM MQ API Support Posted: Tue Mar 24, 2009 10:55 pm Subject: Invalid Length in RFH2 variable area - data skipped |
Hello All,
I am using IBM MQ Classes for .Net and built below MQmessage with RFH2 header. However, when the msg is browsed through RFHUtil, it gives me the error "Invalid Length in RFH2 varia ... |