Author |
Message |
Topic:How to use INQUIRE_ENTITY_AUTH in java?Why it's not working. |
crazy4j
Replies: 5 Views: 8491
|
Forum:IBM MQ Java / JMS Posted: Sun May 08, 2011 7:56 am Subject: How to use INQUIRE_ENTITY_AUTH in java?Why it's not working. |
http://www.mqseries.net/phpBB2/viewtopic.php?p=222637&sid=a6cf440d118596f6b3ac39e8603e8dba
It's the article I have searched, but it is not been solved.
ps: the post you said may be was posted ... |
Topic:How to use INQUIRE_ENTITY_AUTH in java?Why it's not working. |
crazy4j
Replies: 5 Views: 8491
|
Forum:IBM MQ Java / JMS Posted: Sat May 07, 2011 6:23 pm Subject: How to use INQUIRE_ENTITY_AUTH in java?Why it's not working. |
the following is my code,but it's not working.
it run with error:MQJE001: 完成代码为“2”,原因为“3015”。
It means MQRCCF_CFST_PARM_ ... |
Topic:PCF Inquire Authority Service Required Parameters |
crazy4j
Replies: 5 Views: 11362
|
Forum:IBM MQ Java / JMS Posted: Sat May 07, 2011 1:46 am Subject: PCF Inquire Authority Service Required Parameters |
This seems to be a bug in the PCF libraries, or a failure in documentation.
I'd suggest opening a PMR...
I do this job as following:
this.request = new PCFMessage(MQConstants.MQCMD_INQU ... |
Topic:PCF Inquire Authority Service Required Parameters |
crazy4j
Replies: 5 Views: 11362
|
Forum:IBM MQ Java / JMS Posted: Tue Apr 19, 2011 9:35 pm Subject: PCF Inquire Authority Service Required Parameters |
as you said, i add the following code in my program
this.request.addParameter(MQConstants.MQCACF_SERVICE_COMPONENT,"*");
nomater the value is "*" , "" or o ... |
Topic:PCF Inquire Authority Service Required Parameters |
crazy4j
Replies: 5 Views: 11362
|
Forum:IBM MQ Java / JMS Posted: Tue Apr 19, 2011 8:16 pm Subject: PCF Inquire Authority Service Required Parameters |
thanks mqjeff,I will try latter and post the result. Thanks again~  |
Topic:PCF Inquire Authority Service Required Parameters |
crazy4j
Replies: 5 Views: 11362
|
Forum:IBM MQ Java / JMS Posted: Mon Apr 18, 2011 7:34 pm Subject: PCF Inquire Authority Service Required Parameters |
I try to get Authority Service information through PCF java api,the following is my code:
this.request = new PCFMessage(MQConstants.MQCMD_INQUIRE_AUTH_SERVICE);
this.request.addParameter ... |