| Author | 
		  Message | 
  		
  		
		     Topic: Anonymous User authentication for MQ servers... | 
  		
  		
		  dude1
  
	  	  Replies: 7 Views: 8263
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Jun 09, 2008 9:06 am   Subject: Anonymous User authentication for MQ servers... | 
  		
  		
		  Hello there..... 
 
 I am not a great MQ person... But i need some information... 
 I searched this forum... but i want to make sure if my understanding is correct... if not hoping one u experts can t ... | 
  		
  		
		     Topic: Exporting MQ settings... | 
  		
  		
		  dude1
  
	  	  Replies: 6 Views: 3779
  | 
		   Forum: General IBM MQ Support   Posted: Mon Mar 31, 2008 10:39 am   Subject: Exporting MQ settings... | 
  		
  		
		  Hello All - 
 
 I have a MQ server... i have 4 to 5 Q managers....Now i want to move this to a different server... Is there anyway i can export the current setting and Queues from server1 to server2.. ... | 
  		
  		
		     Topic: Q manager is quiescing automatically | 
  		
  		
		  dude1
  
	  	  Replies: 7 Views: 10278
  | 
		   Forum: General IBM MQ Support   Posted: Mon Sep 17, 2007 7:59 am   Subject: Q manager is quiescing automatically | 
  		
  		
		  - the MQ Admins are closing it for reasons they feel are valid at times that work for them
 
 NOPE the MQ admins does not touch the Q's....
 
 - the queue manager is running under a personal user id a ... | 
  		
  		
		     Topic: Q manager is quiescing automatically | 
  		
  		
		  dude1
  
	  	  Replies: 7 Views: 10278
  | 
		   Forum: General IBM MQ Support   Posted: Fri Sep 14, 2007 9:07 am   Subject: Q manager is quiescing automatically | 
  		
  		
		  Hello all - 
 
 I am running a Websphere MQ V6.0 on a Windows Box... 
 I am not a MQ Expert... i just use some of its CPP API and communicate between app using MQ.....
 
 recently i have been research ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 19 Views: 25965
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 08, 2007 7:10 am   Subject: Username Pwd authentication | 
  		
  		
		  Hey Victor i dint mean to hurt u dude... 
 I never meant to leave any scarcastic remarks... I am new to MQ devp... and i am trying to get my some knowledge from you guys... to make my code work..
 
 P ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 19 Views: 25965
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 08, 2007 7:06 am   Subject: Username Pwd authentication | 
  		
  		
		  | "With C or C++ clients, and anything based on those clients, the only user that can ever be presented to the queue manager for authorization at the time of connection is the logged on user. " ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 19 Views: 25965
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 08, 2007 7:03 am   Subject: Username Pwd authentication | 
  		
  		
		  I know jeff... 
 
 I was the who posted that too... i wanted to continue on that thread... but thought of starting a new thread... because there some other problem discussed regarding code 2069 i gues ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 19 Views: 25965
  | 
		   Forum: IBM MQ API Support   Posted: Thu Mar 08, 2007 6:35 am   Subject: Username Pwd authentication | 
  		
  		
		  Hello guys...
 I am trying to connect to a MQ on a different network..... 
 
 I have the Q manager name, channel name, IP address & port number...
 all the necessary information.... 
 I am given a ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 9 Views: 10701
  | 
		   Forum: IBM MQ API Support   Posted: Wed Feb 21, 2007 6:31 am   Subject: Username Pwd authentication | 
  		
  		
		  its mq 6.0 on windos environment ...
 
 Rt now its trying to authenticate with the user who is currently looged in... 
 but i want to authenticate with a seperate the user name and password... 
 
 The ... | 
  		
  		
		     Topic: Username Pwd authentication | 
  		
  		
		  dude1
  
	  	  Replies: 9 Views: 10701
  | 
		   Forum: IBM MQ API Support   Posted: Tue Feb 20, 2007 11:57 am   Subject: Username Pwd authentication | 
  		
  		
		  m_QManager.setName("DummyQM");
 m_Channel.setChannelName("DUMMYCH");
 m_Channel.setTransportType(MQXPT_TCP);
 
 CString ConnectionString;
 ConnectionString.Format("%s(%d)" ... |