Author |
Message |
Topic: How to Configure AS/400 as a Cluster member for remote admi |
Vengoal Chang
Replies: 4 Views: 12442
|
Forum: Clustering Posted: Sun Feb 17, 2002 10:05 pm Subject: How to Configure AS/400 as a Cluster member for remote admi |
I changed to QMQM, it works. Thanks a lot. |
Topic: How to Configure AS/400 as a Cluster member for remote admi |
Vengoal Chang
Replies: 4 Views: 12442
|
Forum: Clustering Posted: Sun Feb 17, 2002 9:16 pm Subject: How to Configure AS/400 as a Cluster member for remote admi |
I created the SYSTEM.ADMIN.SVRCONN and STRMQMCSVR for the QM.
When I connect the CLUSTER from Windows MMC, I got the message "AMQ4036 Access not authorized. You are not authorized to perform thi ... |
Topic: How to Configure AS/400 as a Cluster member for remote admi |
Vengoal Chang
Replies: 4 Views: 12442
|
Forum: Clustering Posted: Wed Jan 23, 2002 1:48 am Subject: How to Configure AS/400 as a Cluster member for remote admi |
I have a name "Inventory" Cluster include windows and AS/400 2 cluster member ?
After both sides setup the Cluster Sender channel & Cluster Receiver channel , send & get
message ... |
Topic: AMQ4043 during connectting to AS/400 in same Cluster with Wi |
Vengoal Chang
Replies: 1 Views: 8320
|
Forum: Clustering Posted: Mon Jan 21, 2002 2:07 am Subject: AMQ4043 during connectting to AS/400 in same Cluster with Wi |
I had already setup 2 queue managers on Windows 2000 and AS/400(both installed MQSeries 5.2)
and 2 channels between NT and AS/400, one queue in Windows 2000, the other in AS/400.
I sent message bet ... |
Topic: EBCDIC 937 convert to Chinese Big5 950 error |
Vengoal Chang
Replies: 5 Views: 13396
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 02, 2002 11:24 pm Subject: EBCDIC 937 convert to Chinese Big5 950 error |
Yes, I used the MA88 code from http://www-4.ibm.com/software/ts/mqseries/txppacs/ma88.html. |
Topic: EBCDIC 937 convert to Chinese Big5 950 error |
Vengoal Chang
Replies: 5 Views: 13396
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 31, 2001 12:03 am Subject: EBCDIC 937 convert to Chinese Big5 950 error |
I found the problem was driven from Uni-code characters number,If I use the following:
1. Client String Str950 = "Test" + 2 DBCS chars(4 bytes);
So the Str950's length = 8,
When sent to AS/400, ... |
Topic: EBCDIC 937 convert to Chinese Big5 950 error |
Vengoal Chang
Replies: 5 Views: 13396
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 24, 2001 11:54 pm Subject: EBCDIC 937 convert to Chinese Big5 950 error |
I added the i18n.jar to classpath still driven same error excepition.
I thought that is the IBM MQ JAVA bug.
I read the manual MQSeries Application
Programming reference Code page conversion tabl ... |
Topic: EBCDIC 937 convert to Chinese Big5 950 error |
Vengoal Chang
Replies: 5 Views: 13396
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 24, 2001 2:30 am Subject: EBCDIC 937 convert to Chinese Big5 950 error |
I wrote as following :
/** Write a message */
protected void writeMessage () {
String text = messageTextArea.getSelectedText();
if (null != text) { // If we have a selected body to s ... |