| Author | 
		  Message | 
  		
  		
		     Topic: API MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 3 Views: 2655
  | 
		   Forum: IBM MQ API Support   Posted: Mon Apr 11, 2005 4:23 am   Subject: API MQSeries and .NET | 
  		
  		
		  | I found answear in another topic, thx | 
  		
  		
		     Topic: API MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 3 Views: 2655
  | 
		   Forum: IBM MQ API Support   Posted: Mon Apr 11, 2005 1:18 am   Subject: API MQSeries and .NET | 
  		
  		
		  | How I can connect to MQSeries Server using API (without using internrt connection). | 
  		
  		
		     Topic: MQSeries Client and Server | 
  		
  		
		  greg
  
	  	  Replies: 5 Views: 17537
  | 
		   Forum: IBM MQ API Support   Posted: Wed Apr 06, 2005 10:13 am   Subject: MQSeries Client and Server | 
  		
  		
		  You shouldn't need to install the Client on the server side at all.
 What the answer is it?????????????????
 
 
 How I can run my application???
 If I don't install MQ Client on the server side I will ... | 
  		
  		
		     Topic: MQSeries Client and Server | 
  		
  		
		  greg
  
	  	  Replies: 5 Views: 17537
  | 
		   Forum: IBM MQ API Support   Posted: Wed Apr 06, 2005 7:10 am   Subject: MQSeries Client and Server | 
  		
  		
		  Hi, 
 I have WebApplication(which was written in C#) which needs connect to MQ Server.
 MQ Server was instaled on one machine and MQ Client on the other one.
 When I tried run this application on the  ... | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 31, 2005 1:10 am   Subject: MQSeries Client in .NET | 
  		
  		
		  I added new user to mqm grupe (greg\appnet) on the server side.
 Should I put this user to the MAC user ID in propreties of channel SVRCONN?
 Now I didn't get error 2035 but  MQRC_Q_MGR_NOT_AVAILABLE
 ... | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Wed Mar 30, 2005 7:33 am   Subject: MQSeries Client in .NET | 
  		
  		
		  I wrote connsol application in .NET which can connect to MQServer and it works.
 But when I created web application using the same way like abowe I got an error:
 IBM.WMQ.MQException: MQRC_NOT_AUTHORI ... | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Tue Mar 29, 2005 8:16 am   Subject: MQSeries Client in .NET | 
  		
  		
		  I heard that for .NET it is not necessary set this environment:
 SET MQSERVER=SVRCONN.TEST/TCP/10.0.0.99(1115)
 (for C++ is it but now for . NET)
 However I changed this fragment of code:
 
 queueMana ... | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Tue Mar 29, 2005 12:39 am   Subject: MQSeries Client in .NET | 
  		
  		
		  When I tried run amqsputc QUEUE.TEST TVTEST  on the server side I got en error:
 MQCONN ended with reason code 2058
 When I tried use amqsputc command to MQ manager, and queue which were created defau ... | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Fri Mar 25, 2005 1:16 pm   Subject: MQSeries Client in .NET | 
  		
  		
		  Ok, now I understand your point.
 I going to try it when I will go to work.
 Thank you. | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Fri Mar 25, 2005 1:03 pm   Subject: MQSeries Client in .NET | 
  		
  		
		  1. How I can use amqsputc.exe from machine_2 to machine_1???
 On machine_2 I have not  created any queue.
 
 2. I seted MQEnvironment class but still the same error. | 
  		
  		
		     Topic: MQSeries Client in .NET | 
  		
  		
		  greg
  
	  	  Replies: 14 Views: 10262
  | 
		   Forum: IBM MQ API Support   Posted: Fri Mar 25, 2005 8:07 am   Subject: MQSeries Client in .NET | 
  		
  		
		  Hi, I posted similar topic on this forum, but a lot of time  I changed my configuration on MQSeries Server site, so a lot of people from this forum reproved my that  in this way they can't help me. 
  ... | 
  		
  		
		     Topic: MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 19 Views: 11577
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 24, 2005 6:42 am   Subject: MQSeries and .NET | 
  		
  		
		  My code looks like follow:
 
 using System;
 using IBM.WMQ;
 
 namespace MQSeries
 {
 	/// <summary>
 	/// Summary description for Class1.
 	/// </summary>
 	class MQSeriesClass
 	{
 		/// ... | 
  		
  		
		     Topic: MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 19 Views: 11577
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 24, 2005 6:03 am   Subject: MQSeries and .NET | 
  		
  		
		  I added on the Client site,
 but still have an error:
 
 An unhandled exception of type 'System.NullReferenceException' occurred in amqmdnet.dll
 
 Additional information: Object reference not set to  ... | 
  		
  		
		     Topic: MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 19 Views: 11577
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 24, 2005 5:36 am   Subject: MQSeries and .NET | 
  		
  		
		  I know, sorry
 I defined :
 MQSERVER SVRCONN/TCP/10.0.0.10(1111)
 
 where:
 10.0.0.10(1111) is machine where I instaled MQ Server
 
 This variable should be on client site or server site? | 
  		
  		
		     Topic: MQSeries and .NET | 
  		
  		
		  greg
  
	  	  Replies: 19 Views: 11577
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 24, 2005 5:26 am   Subject: MQSeries and .NET | 
  		
  		
		     no,
 I shoud use it???
 Would you tell me where???
 and how??
 
 I made mestake, the channel name was: SVRCOON, not SVRCONN.
 I corecte it and now I got en error:
 
 An unhandled exception of type ... |