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 » Search

 Search found 17 matches
Author Message
  Topic: Unable to create MQQueueManager after upgrading from 5.3
CT Developer

Replies: 1
Views: 3185

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Jan 07, 2008 10:14 am   Subject: Unable to create MQQueueManager after upgrading from 5.3
We upgraded our test server with Version 6.0 of MQ Client.
Now I get the following error when I try to instantiate my MQQueueManager:

Exception has been thrown by the target of an invocation.

T ...
  Topic: C# MQQueueManager.Disconnect() ending SESSION in .NET
CT Developer

Replies: 4
Views: 8165

PostForum: IBM MQ API Support   Posted: Sun Mar 11, 2007 11:00 am   Subject: "no source code available..." Message
I am using Microsoft Visual Studio 2003 to step through my MQAPI application code. I created a class in C# to format, send and receive messages to my MQ broker. When I am done and get to the call to ...
  Topic: C# MQQueueManager.Disconnect() ending SESSION in .NET
CT Developer

Replies: 4
Views: 8165

PostForum: IBM MQ API Support   Posted: Thu Mar 08, 2007 8:25 pm   Subject: C# MQQueueManager.Disconnect() ending SESSION in .NET
After calling MQQueueManager.Disconnect() my ASP.NET page behaves like the session has expired. I get sent back to my default starting Web page. I am just wondering what the MQQueueManager.Disconnect ...
  Topic: C# MQQueueManager.Disconnect() ending SESSION in .NET
CT Developer

Replies: 4
Views: 8165

PostForum: IBM MQ API Support   Posted: Thu Mar 08, 2007 5:06 am   Subject: C# MQQueueManager.Disconnect() ending SESSION in .NET
It looks like my SESSION is ended when I make the call to MQQueueManager.Disconnect from a method in a .NET Assembly.

Is there any way to disconnect the MQQueueManager without ending my SESSION?
...
  Topic: System Hangs when creating object in C#
CT Developer

Replies: 1
Views: 4226

PostForum: IBM MQ API Support   Posted: Sun Mar 04, 2007 1:13 pm   Subject: System Hangs when creating object in C#
I am using Visual Studio 2003 and MQ WebSphere with Fixpack #13.
I have written a class called MQAPI that instantiates the objects I need to work with the calls to MQ (e.g. mqQueue.Put(mqMsg, mqPutMs ...
  Topic: C# .NET "Object reference not set to an instance of an
CT Developer

Replies: 9
Views: 14375

PostForum: IBM MQ API Support   Posted: Tue Jan 30, 2007 8:37 am   Subject: C# .NET - An unhandled exception of type 'System.Entry...
I got Fixpack #13 installed on my test server running Windows 2003.
I removed and re-added my reference to amqmdnet in Visual Studio 2003 Solution Explorer for my windows test application.
I rebuilt ...
  Topic: C# .NET "Object reference not set to an instance of an
CT Developer

Replies: 9
Views: 14375

PostForum: IBM MQ API Support   Posted: Fri Jan 26, 2007 10:50 am   Subject: C# .NET "Object reference not set to an instance of an
Thank you for the Fixpack information.
I will put in a request to have the client upgraded to Fixpack 12 for v5.3.

How do I tell what fixpack my MQ Client is running?
I do not interact with it di ...
  Topic: C# .NET "Object reference not set to an instance of an
CT Developer

Replies: 9
Views: 14375

PostForum: IBM MQ API Support   Posted: Fri Jan 26, 2007 9:03 am   Subject: C# .NET "Object reference not set to an instance of an
I am using MQ Client v5.3 and:

amqmdnet.dll 136KB 10/30/2003 6:39 PM
  Topic: C# .NET "Object reference not set to an instance of an
CT Developer

Replies: 9
Views: 14375

PostForum: IBM MQ API Support   Posted: Fri Jan 26, 2007 7:30 am   Subject: Multiple instances of my MQ INTERFACE OBJECT.
I am getting the "crash" when I call my function with a new copy of my MQAPI Object. The MQAPI creates a new instance of the QueueManager object. Why would this be a problem?

My MQAPI c ...
  Topic: C# .NET "Object reference not set to an instance of an
CT Developer

Replies: 9
Views: 14375

PostForum: IBM MQ API Support   Posted: Thu Jan 25, 2007 5:57 pm   Subject: C# .NET "Object reference not set to an instance of an
I have written C# code to manage sending and receiving messages via the IBM WebSphere Client (version 5.3). My code is invoked from ASP.NET Web Pages (in the Code Behind pages). I get the following m ...
  Topic: C# Interface to WebSphere MQ v5.3 using ASP.NET
CT Developer

Replies: 3
Views: 4526

PostForum: IBM MQ API Support   Posted: Tue Dec 19, 2006 5:55 am   Subject: C# Interface to WebSphere MQ v5.3 using ASP.NET
Thank you for your reply.
I know a little more than you think (MCP in ASP.NET).
I am, however new to IBM MQ and want to do it right.
I work with other groups that are responsible for the middl ...
  Topic: C# Interface to WebSphere MQ v5.3 using ASP.NET
CT Developer

Replies: 3
Views: 4526

PostForum: IBM MQ API Support   Posted: Mon Dec 18, 2006 5:09 am   Subject: C# Interface to WebSphere MQ v5.3 using ASP.NET
IBM WebSphere MQ is a great interface that allows me to obtain data
from a "mainframe" computer. In my test application, I am making calls to put and get messages from an IBM MQ queue. Ev ...
  Topic: C# First Program - MQC.MQOO_OUTPUT "has no runtime valu
CT Developer

Replies: 8
Views: 10781

PostForum: IBM MQ API Support   Posted: Tue Nov 07, 2006 6:06 am   Subject: No Tools\dotnet\samples\cs\
No Tools\dotnet\samples\cs\ either
  Topic: C# First Program - MQC.MQOO_OUTPUT "has no runtime valu
CT Developer

Replies: 8
Views: 10781

PostForum: IBM MQ API Support   Posted: Tue Nov 07, 2006 6:03 am   Subject: Tools\cs not on my server
The copy of WebSphere MQ installed on my Windows 2003 Server is a version without a Tools\cs folder. Where can I find the sample code?
Chuck
  Topic: C# First Program - MQC.MQOO_OUTPUT "has no runtime valu
CT Developer

Replies: 8
Views: 10781

PostForum: IBM MQ API Support   Posted: Tue Nov 07, 2006 5:47 am   Subject: Sample Code (C#?)
Is there any C# sample code? Or would it help to look at the code in the Tools\c\samples folder?
Regards,
Chuck
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.