Author |
Message |
Topic: MQRC_SSL_INITIALIZATION_ERROR |
sagitwang
Replies: 9 Views: 25952
|
Forum: IBM MQ API Support Posted: Tue May 26, 2009 7:04 am Subject: MQRC_SSL_INITIALIZATION_ERROR |
I have initialized all the variables in .net. Can anyone tell me what variable this error refers to?
How pray did you initialize the MQEnvironment class ?
Your code shows qEnvironment but does not s ... |
Topic: MQRC_KEY_REPOSITORY_ERROR |
sagitwang
Replies: 9 Views: 18477
|
Forum: General Discussion Posted: Fri May 22, 2009 12:48 am Subject: MQRC_KEY_REPOSITORY_ERROR |
Now it is showing me a MQRC_Q_MGR_NOT_AVAILABLE, which indicates that the AMQCLCHL.TAB file is not available.
No, that's not what it indicates.
You can get MQRC_Q_MGR_NOT_AVALIABLE even if the AM ... |
Topic: MQRC_KEY_REPOSITORY_ERROR |
sagitwang
Replies: 9 Views: 18477
|
Forum: General Discussion Posted: Thu May 21, 2009 8:05 am Subject: MQRC_KEY_REPOSITORY_ERROR |
I have created a key.kdb and set the MQSSLKEYR environment variable.
Now it is showing me a MQRC_Q_MGR_NOT_AVAILABLE, which indicates that the AMQCLCHL.TAB file is not available.
I do not have th ... |
Topic: MQRC_KEY_REPOSITORY_ERROR |
sagitwang
Replies: 9 Views: 18477
|
Forum: General Discussion Posted: Thu May 21, 2009 12:29 am Subject: Re: MQRC_KEY_REPOSITORY_ERROR |
And when I tried to AccessQueue, a MQRC_KEY_REPOSITORY_ERROR exception is caught. BTW, I have read the document about this exception. Said as following stuff
On Windows®:
set MQSSLKEYR=C:\Progra ... |
Topic: MQRC_KEY_REPOSITORY_ERROR |
sagitwang
Replies: 9 Views: 18477
|
Forum: General Discussion Posted: Wed May 20, 2009 7:38 am Subject: MQRC_KEY_REPOSITORY_ERROR |
Anyone could answer my question? T_T |
Topic: MQRC_KEY_REPOSITORY_ERROR |
sagitwang
Replies: 9 Views: 18477
|
Forum: General Discussion Posted: Wed May 20, 2009 7:28 am Subject: MQRC_KEY_REPOSITORY_ERROR |
Hi
Am really new to IBM MQ and want to ask one question about the MQRC_KEY_REPOSITORY_ERROR problem which occured during testing.
I need to develop an applition in .NET to connect to a MQ server ... |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Tue Dec 02, 2008 9:00 am Subject: Is there a way to use MQ C# library to transfer a file? |
R there any ways to use C# applcation sending a file rather than just put message onto the queue? I failed to find out the example code from the Internet.
Thanks in advance |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Tue Dec 02, 2008 7:08 am Subject: MQRC_Q_MGR_NOT_AVAILABLE Problem |
...And one more question. Now I got MQRC_NOT_AUTHORIZED
I think that this is due to the domain thing.
I have add my account into the security group(domain MQM) which server runs on.
anyone has an ... |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Tue Dec 02, 2008 6:13 am Subject: MQRC_Q_MGR_NOT_AVAILABLE Problem |
From the Info Center:
Choosing client or server coded character set identifier (CCSID)
The data passed across the MQI from the application to the client stub should be in the local coded chara ... |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Mon Dec 01, 2008 4:09 am Subject: MQRC_Q_MGR_NOT_AVAILABLE Problem |
on the client machine, I did
chcp 1381, it says: Invalid Code Page
How can I go around this?
Thanks again. |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Mon Dec 01, 2008 3:45 am Subject: MQRC_Q_MGR_NOT_AVAILABLE Problem |
CCSID supplied for data conversion not supported.
The program ended because, either the source CCSID '437' or the target CCSID '1381' is not valid, or is not currently supported.
Correct the ... |
Topic: MQRC_Q_MGR_NOT_AVAILABLE Problem |
sagitwang
Replies: 9 Views: 23102
|
Forum: General Discussion Posted: Mon Dec 01, 2008 3:33 am Subject: MQRC_Q_MGR_NOT_AVAILABLE Problem |
Hi
I am pretty new to MQ, currently have no idea of solving this MQRC_Q_MGR_NOT_AVAILABLE problem.
I have installed the MQ client 6 on my machine and MQ server 6 on anoth ... |
Topic: delete msgs from a Queue |
sagitwang
Replies: 5 Views: 7951
|
Forum: General Discussion Posted: Mon Dec 01, 2008 3:25 am Subject: delete msgs from a Queue |
use the get thing |