Author |
Message |
Topic: JMSCMQ0001: MQRC_NOT_AUTHORIZED 2035 from WAS 8.5 |
arunsenthild
Replies: 19 Views: 24770
|
Forum: General Discussion Posted: Sun Feb 21, 2016 11:41 am Subject: JMSCMQ0001: MQRC_NOT_AUTHORIZED 2035 from WAS 8.5 |
as per your advice
i've provided ALTER QMGR CONNAUTH(DISABLED)
Initially it didnt work, after a restart of queue manager im able to make a connection now.
Thanks a lot for your help. |
Topic: JMSCMQ0001: MQRC_NOT_AUTHORIZED 2035 from WAS 8.5 |
arunsenthild
Replies: 19 Views: 24770
|
Forum: General Discussion Posted: Sun Feb 21, 2016 11:27 am Subject: JMSCMQ0001: MQRC_NOT_AUTHORIZED 2035 from WAS 8.5 |
Hi,
Im using the below versions.
1. IBM Websphere Application Server 8.5.5
2. IBM Websphere MQ 8.0.0.2
Performed the below steps in Websphere MQ
Created a Queue Manger
Disabled Channel Auth us ... |
Topic: MQ 7:java.lang.NoSuchMethodError:com.ibm.msg.client.jms |
arunsenthild
Replies: 7 Views: 13481
|
Forum: IBM MQ Java / JMS Posted: Tue May 18, 2010 9:08 pm Subject: MQ 7:java.lang.NoSuchMethodError:com.ibm.msg.client.jms |
Need expert guidance on this issue.. |
Topic: MQ 7:java.lang.NoSuchMethodError:com.ibm.msg.client.jms |
arunsenthild
Replies: 7 Views: 13481
|
Forum: IBM MQ Java / JMS Posted: Mon May 17, 2010 10:35 pm Subject: MQ 7:java.lang.NoSuchMethodError:com.ibm.msg.client.jms |
I too have the same problem. The pc has Application server and not the client. In that case how we need to proceed.
java.lang.NoSuchMethodError: com.ibm.msg.client.jms.JmsMessageProducer.send(Ljava ... |
Topic: Removing a single message using JAVA code |
arunsenthild
Replies: 11 Views: 8611
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 13, 2008 5:25 am Subject: Removing a single message using JAVA code |
Now i used browser.close before
receiver.receiveNoWait();
l_session.commit();
No exceptions are thron i've checked by veryfing the logs
Now also i'm not able to remove the message from the queue. ... |
Topic: Removing a single message using JAVA code |
arunsenthild
Replies: 11 Views: 8611
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 13, 2008 1:11 am Subject: Removing a single message using JAVA code |
Hi i used the following function to remove message, i've used the message selector and everything correct even the message is not getting deleted.
public void remMess(String remQueue,String cor ... |
Topic: Removing a single message using JAVA code |
arunsenthild
Replies: 11 Views: 8611
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 12, 2008 10:10 am Subject: Removing a single message using JAVA code |
Hi i'm having a message in the queue
I want to remove the message from the queue with the JAVA code.
I used receiver.receivernowait and session.commit to delete the message, but i'm not able to dele ... |
Topic: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
arunsenthild
Replies: 6 Views: 7822
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 09, 2008 3:04 am Subject: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
the jre version i'm using is 1.4.2 only.
now if i send the message from some other system the message stays in the backup queue. the message data is in some other language.so that it is not getting p ... |
Topic: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
arunsenthild
Replies: 6 Views: 7822
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 09, 2008 12:59 am Subject: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
I tried putting the message directly in the queue using put message even though i get this same problem.
pl tell me how to solve this issue.
Also i found out charsets.jar in jre\lib folder was miss ... |
Topic: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
arunsenthild
Replies: 6 Views: 7822
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 08, 2008 9:31 am Subject: MQJMS1046:The character set Cp437 is not supported(Diff pbm) |
Hi all,
I know if we reinstall JVM with international support option this problem will go, but this problems looks different.
I have two queues, if i put message in one queue this error happens.
if ... |
Topic: I cant view the proper data what i've sent to the queue. |
arunsenthild
Replies: 1 Views: 2174
|
Forum: General IBM MQ Support Posted: Mon Dec 24, 2007 10:15 am Subject: I cant view the proper data what i've sent to the queue. |
Hi,
i've sent a message and the message still remains in the backup queue.
while i try to see the data of that message in the queue, it is showing some lenghty "????????" instead of actu ... |