ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Microsoft.NET

Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4, 5, 6  Next
 Microsoft.NET « View previous topic :: View next topic » 
Author Message
PeterPotkay
PostPosted: Thu Nov 20, 2003 10:17 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Leigh, you don't have to use the gacutil command. Instead you can use the MMC snapin for .NET to add the dll to your Assembly Cache. Then RightClick ...Add Referance in your Project and point to the amqmdnet.dll to get all the MQ objects into the project.

gacutil justs puts the dll into the Global Assembly Cache. Fire up the snap in, and notice there is no amqmdnet.dll. Run the gacutil command against amqmdnet.dll, then fire up the SnapIn again. Now you would see the dll registered. Or, just use the snapin to do both (register and view the fact that it is regestired.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
Leigh Kendall
PostPosted: Thu Nov 20, 2003 11:34 am    Post subject: Reply with quote

Acolyte

Joined: 10 Apr 2003
Posts: 66
Location: Hartford, CT

Thanks Peter...

Are these steps specific to the CSD5?

I haven't loaded the CSD5 yet, but noticed that the MA7P msi must have installed it in my GAC. It's there and I didn't put it there...
_________________
Leigh Kendall
Back to top
View user's profile Send private message
JasonE
PostPosted: Thu Nov 20, 2003 2:04 pm    Post subject: Reply with quote

Grand Master

Joined: 03 Nov 2003
Posts: 1220
Location: Hursley

Yes, the ma7p one did but the CSD install couldnt (various reasons). You need to do it manually.
Back to top
View user's profile Send private message
Leigh Kendall
PostPosted: Thu Nov 20, 2003 2:32 pm    Post subject: Reply with quote

Acolyte

Joined: 10 Apr 2003
Posts: 66
Location: Hartford, CT

Ah... OK.

I guess one alternative though, would be to reference the assembly and then set the Copy Local property to True. This would avoid putting it in the GAC.
_________________
Leigh Kendall
Back to top
View user's profile Send private message
Agent MQ
PostPosted: Sat Dec 13, 2003 8:09 am    Post subject: Where are the .NET samples? Reply with quote

Novice

Joined: 04 Apr 2003
Posts: 19

I just installed websphere 5.3 server for windows on my XP pro box, then I ran the newest csd5. everything went great, BUT -- I see the pdf doc and the dll for .NET but not the samples??? where are my samples and how do I get them???


thank you
Back to top
View user's profile Send private message
JasonE
PostPosted: Mon Dec 15, 2003 9:24 am    Post subject: Reply with quote

Grand Master

Joined: 03 Nov 2003
Posts: 1220
Location: Hursley

Nothing in <mq install dir>\Tools\dotnet\samples ?

Do you have the samples for any other languages (c, vb etc) ie did you choose to install that component?
Back to top
View user's profile Send private message
Agent MQ
PostPosted: Mon Dec 15, 2003 4:01 pm    Post subject: Reply with quote

Novice

Joined: 04 Apr 2003
Posts: 19

I went back and noticed in the MQconfig file :REMOVE="Client,Toolkit" so 'no' in the original installation of MQ53 no Tools directory was created with the C/VB folders. How would I get these now?

thx
Back to top
View user's profile Send private message
JasonE
PostPosted: Tue Dec 16, 2003 2:07 am    Post subject: Reply with quote

Grand Master

Joined: 03 Nov 2003
Posts: 1220
Location: Hursley

Good question - I dont know. I suspect you need to remove all csds before the setup will run and allow you to add components, at which point you can reapply the csds.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Dec 16, 2003 5:31 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

JasonE wrote:
I suspect you need to remove all csds


Does the uninstaller actually let you roll back multiple csds? Or just the 'latest'?

That is, suppose I did an initial install with 5.3, and then individually applied each CSD as it came out until I got to 4.

Will I be able to uninstall back to the base product, or just uninstall CSD04?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
JasonE
PostPosted: Tue Dec 16, 2003 5:54 am    Post subject: Reply with quote

Grand Master

Joined: 03 Nov 2003
Posts: 1220
Location: Hursley

To be honest, never tried. I would have exoected it to keep rolling back, but I dont have a system I can play with at the moment to try this.
Back to top
View user's profile Send private message
empireone
PostPosted: Tue Dec 16, 2003 2:03 pm    Post subject: Kolban MQ API and .NET Reply with quote

Newbie

Joined: 16 Dec 2003
Posts: 1

First want to thank Mr. Kolban for his efforts. I've used his API to create a windows service that sends messages back and forth between MQ and MSMQ. Its in C# an is pretty light weight and fast. The current issue is that we cannot go into production without it being IBM certified or supported. What is the current status of support on the API? Is the source available for the API? This would ease some concerns.

Thanks for this fourm and the people who support it....
_________________
Nothing ventured, nothing gained.....
Back to top
View user's profile Send private message MSN Messenger
jefflowrey
PostPosted: Tue Dec 16, 2003 4:37 pm    Post subject: Re: Kolban MQ API and .NET Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

empireone wrote:
The current issue is that we cannot go into production without it being IBM certified or supported. What is the current status of support on the API? Is the source available for the API? This would ease some concerns.


Umm, it's currently available as part of the base product, in the most recent CSD05 for Windows.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
sasineni
PostPosted: Thu Feb 05, 2004 8:57 am    Post subject: csd05 with 5.2.1 on serverside Reply with quote

Newbie

Joined: 05 Feb 2004
Posts: 7
Location: PHILADELPHIA, PA

I have a question regarding mq series .net dll and server version of mq series. We have mq series 5.2.1 in production and built some apps using map7p, does csd05 work on server side with 5.2.1?

I really appreciate your input
Back to top
View user's profile Send private message Yahoo Messenger
zpat
PostPosted: Fri Feb 06, 2004 7:00 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

CSD 05 for MQ v5.3 contains the .NET interface.

You can use v5.3 clients attached to a v5.2 server.
Back to top
View user's profile Send private message
sasineni
PostPosted: Fri Feb 06, 2004 7:10 am    Post subject: Reply with quote

Newbie

Joined: 05 Feb 2004
Posts: 7
Location: PHILADELPHIA, PA

ZPAT !!

My question is can i install CSD05 on server that has MQ 5.2.1 and use the C#.net program written on to communicate with MQ 5.2.1 on server side ?

zpat wrote:
CSD 05 for MQ v5.3 contains the .NET interface.

You can use v5.3 clients attached to a v5.2 server.


Last edited by sasineni on Fri Feb 06, 2004 7:18 am; edited 1 time in total
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4, 5, 6  Next Page 4 of 6

MQSeries.net Forum Index » IBM MQ API Support » Microsoft.NET
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.