Author |
Message
|
klabran |
Posted: Wed Sep 27, 2006 3:44 pm Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
|
Sounds like I need to dust of my technical writing skills.....
Oh... that's right.... I don't have any.
How I have learned is by musing the samples provided with the MQ install and this kind website.
I personally found the "Using .Net" dry and not exactly helpful to learn how to use .net and MQ. It's more like a reference manual. Of course if you don't know what you are trying to do in the context of the subject then the reference can be hard to use.
I also have in my library the redbook "Websphere MQ Solutions in a Microsoft .Net Environment" (SG247012). It's got some nice samples that are helpful.
Last edited by klabran on Thu Sep 28, 2006 6:37 am; edited 1 time in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 28, 2006 3:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
klamerus wrote: |
I'm afraid that's probably going to come right after they start publishing useful books on the use of MQ from .Net. |
Is the "Using .NET" manual not helpful? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JavierCaptain |
Posted: Thu Sep 28, 2006 5:32 am Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
Updating about my experience:
- I formatted my pc then i installed VS2005 and websphere mq 5.3 with csd012 and vmqsput utility(and our program that using .net api for mq) worked perfectly for about 3 months...
but from today everytime i launch vmqsput it raise an exception not specified without print any stack trace.
P.S: noone changes at hardware or software was done |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Sep 28, 2006 2:41 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Are you sure you still have the MQ Client installed?
You do realize that in order to use the .NET API you need at minimum the full MQ Client installed on your machine?
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
JavierCaptain |
Posted: Thu Sep 28, 2006 10:52 pm Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
sure...
i tried to disinstall and reinstall mqseries client and .net framework...but
the problem remains...
naturally i have registered in the gac the file amqmdnet.dll...
Any Idea? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 29, 2006 2:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JavierCaptain wrote: |
sure...
i tried to disinstall and reinstall mqseries client and .net framework...but
the problem remains...
naturally i have registered in the gac the file amqmdnet.dll...
Any Idea? |
Revert to .NET binaries for 1.x... 2.x is not supported for MQ.
So if you develop in 2.x make sure your binaries are 1.x compatible. _________________ MQ & Broker admin |
|
Back to top |
|
 |
JavierCaptain |
Posted: Fri Sep 29, 2006 4:50 am Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
But for more of 2 months project worked correctly...
It's too strange...
little precisation...
when i put message to as400 program raise a generic memory error that cannot be catched(naturally) but however the message arrives to As400 queue...
I have opened a assistance call to Ibm...
the ibm operator told me that 2.0 framework is not a problem... |
|
Back to top |
|
 |
mtaylor314 |
Posted: Fri Sep 29, 2006 10:21 am Post subject: |
|
|
Newbie
Joined: 19 Sep 2006 Posts: 9
|
I am also running .net 2.0 and having no issues. Once you include the reference to amqmdnet.dll any issues go away. Thank you |
|
Back to top |
|
 |
JavierCaptain |
Posted: Mon Oct 02, 2006 6:06 am Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
the reference to amqmdnet is included but the problem persist...
moreover the websphere explorer(mmc) crash if i select queues...
naturally uninstalling and reinstalling all problem persist.
Desperated.... |
|
Back to top |
|
 |
Vitor |
Posted: Mon Oct 02, 2006 6:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mtaylor314 wrote: |
I am also running .net 2.0 and having no issues. |
No issues means it's working, not that it's a supported configuration. There's a subtle but important difference, especially when something goes wrong....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JavierCaptain |
Posted: Mon Oct 02, 2006 6:46 am Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
But IBM assistance told me that .net 2.0 is supported... |
|
Back to top |
|
 |
Vitor |
Posted: Mon Oct 02, 2006 6:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ok, shows what I know
Never used to be. Did they point to any documentation that confirms this, perhaps an annoucement somewhere? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JavierCaptain |
Posted: Mon Oct 02, 2006 8:07 am Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
csqzav01.pdf titled Using.net
at page 4 under prerequisites:
to run websphere mq classes for .net you need to following software:
- webshpere mq for windows system
- ms .net framework(version 1.1.4322 or later)
have i misunderstood? |
|
Back to top |
|
 |
mvic |
Posted: Mon Oct 02, 2006 11:32 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
JavierCaptain wrote: |
- ms .net framework(version 1.1.4322 or later)
have i misunderstood? |
Call IBM Support; they will tell you what is supported and what isn't supported. |
|
Back to top |
|
 |
JavierCaptain |
Posted: Mon Oct 02, 2006 11:13 pm Post subject: |
|
|
Novice
Joined: 05 Jul 2006 Posts: 14
|
mvic wrote: |
JavierCaptain wrote: |
- ms .net framework(version 1.1.4322 or later)
have i misunderstood? |
Call IBM Support; they will tell you what is supported and what isn't supported. |
IBM TOLD ME THAT IS SUPPORTED...
i'have wrote it before.... |
|
Back to top |
|
 |
|