Author |
Message
|
frodo |
Posted: Tue Oct 26, 2004 6:06 am Post subject: MQSeries PCF with C# and IBM .Net-Library |
|
|
 Novice
Joined: 05 May 2003 Posts: 23 Location: Germany
|
Hi,
what i am trying to do is to inquire the Channel status of a specified Channel on a distant QueueManager. I was successfull to inquire the queue names with a sample from JasonE which was posted in another thread. But now i always get following error:
System.Exception: Not yet implemented
at IBM.WMQ.PCF.MQCFIN..ctor(MQMessage message)
at IBM.WMQ.PCF.PCFParameter.NextParameter(MQMessage message)
at IBM.WMQ.PCF.PCFMessage..ctor(MQMessage message)
at IBM.WMQ.PCF.PCFMessageAgent.Send(PCFMessage request, Boolean check)
at IBM.WMQ.PCF.PCFMessageAgent.Send(PCFMessage request)
at MQMON.MainClass.getChannelStatus(MQQueueManager manager) in d:\Dokumente u
nd Einstellungen\moel30\Eigene Dateien\SharpDevelop Projects\MQMON\Main.cs:line95
Does anybody know if this is supported in IBM.WMQ.PCF.
If yes, i would be glad if a sample could be provided.
I am going mad with this.
Thanks
Thorsten _________________ <------------------------------------------------>
To boldly go, where no one has gone before
<------------------------------------------------> |
|
Back to top |
|
 |
PGoodhart |
Posted: Tue Oct 26, 2004 6:22 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
Are you on a platform that supports PCF? _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
frodo |
Posted: Tue Oct 26, 2004 6:25 am Post subject: |
|
|
 Novice
Joined: 05 May 2003 Posts: 23 Location: Germany
|
Hi,
i am on Websphere MQ 5.3.
Thorsten _________________ <------------------------------------------------>
To boldly go, where no one has gone before
<------------------------------------------------> |
|
Back to top |
|
 |
PGoodhart |
Posted: Tue Oct 26, 2004 6:36 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
No are you on Z/OS, MVS, Tandem?
Or are you on Windows, Linux, Solaris, AIX, etc.... _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
frodo |
Posted: Tue Oct 26, 2004 6:38 am Post subject: |
|
|
 Novice
Joined: 05 May 2003 Posts: 23 Location: Germany
|
On Windows XP
Thorsten _________________ <------------------------------------------------>
To boldly go, where no one has gone before
<------------------------------------------------> |
|
Back to top |
|
 |
PGoodhart |
Posted: Tue Oct 26, 2004 10:16 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
You have apparently hit a function that is not implemented. You may want to review the PCF manual and see if there is a similar function (or combination) that is implemented. You are on a PCF supporting platform. Some of the commands may only be available on certain platforms. _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
clindsey |
Posted: Tue Oct 26, 2004 10:48 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
If it has been some time since you downloaded MS0B, you may want to download a fresh copy of the jar files. The package was last updated June 2004.
Charlie |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Oct 26, 2004 2:20 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Charlie,
Unless I fell asleep at the wheel, MS0B is for Java MQ and not C# MQ.
Of course, you may be quietly suggestly that Thorsten download MS0B then use DJ (Java Decompiler) to convert the jar file into Java files. Of course, next step would be to add a namespace to it and convert the unusual 'import' to 'system' lines of codes, etc...
Although, I think it would be far better to contact the author of MS0B - Chris Markes of IBM. Note: His email address is at the bottom of the readme.txt file.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Last edited by RogerLacroix on Tue Oct 26, 2004 3:03 pm; edited 1 time in total |
|
Back to top |
|
 |
clindsey |
Posted: Tue Oct 26, 2004 2:26 pm Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Looks like I fell asleep at the wheel on this one.
Thanks for the wakeup call, Roger!
Charlie |
|
Back to top |
|
 |
matt_newnham |
Posted: Tue Dec 14, 2004 8:48 am Post subject: |
|
|
Newbie
Joined: 19 Oct 2004 Posts: 9
|
You mentioned in the original post that you were able to get the queue names for a queue manager. I am trying to get the queue names for a remote queue manager. Have you been able to do this?? |
|
Back to top |
|
 |
frodo33 |
Posted: Wed Dec 15, 2004 1:30 am Post subject: |
|
|
Newbie
Joined: 07 Dec 2004 Posts: 9
|
Hi Matt,
yes, i managed to get the Queue-Names from a remote Queue-manager as well. If you need help, i will be glad to assist you with your problem.
Cheers
Thorsten |
|
Back to top |
|
 |
|