| Author | 
		  Message | 
  		
  		
		     Topic: Memory usage per Client | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 2389
  | 
		   Forum: General IBM MQ Support   Posted: Thu Jan 12, 2006 5:56 am   Subject: Memory usage per Client | 
  		
  		
		  Hello,
 
 Is there a way to calculate how much RAM the Server needs in order to handle a certain number of client connections?
 
 We have a high number of client apps, and sometimes the Server (Linux, ... | 
  		
  		
		     Topic: MQSeries process is not starting | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 2185
  | 
		   Forum: General Discussion   Posted: Mon Mar 21, 2005 6:03 am   Subject: MQSeries process is not starting | 
  		
  		
		  You didn't mention your O.S.... it is Windows, right?
 
 In the Services section of Windows Control Panel we have the property "manual/automatic" for the MQSeries Service itself.
 And each Queue Manag ... | 
  		
  		
		     Topic: Passing or setting Variables when using runmqsc scripts | 
  		
  		
		  romudd
  
	  	  Replies: 4 Views: 3860
  | 
		   Forum: General IBM MQ Support   Posted: Mon Feb 14, 2005 5:46 am   Subject: Passing or setting Variables when using runmqsc scripts | 
  		
  		
		  You didn't mention your operating system...
 
 It is possible, these are sample-scripts using Unix and DOS shells.
 I don't know if you can do this using pure MQSC.
 
 set VarA=RM.QMGR1
 set VarB=RM.Q ... | 
  		
  		
		     Topic: MQCONNX sample code - silent error | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 2388
  | 
		   Forum: IBM MQ API Support   Posted: Mon Feb 14, 2005 5:30 am   Subject: MQCONNX sample code - silent error | 
  		
  		
		  Hi,
 
 I'm trying to compile the amqscnxc sample code in a Linux machine. That's what I did:
 
 gcc -o amqscnxc.exe -lmqm amqscnxc.c
 
 There are no errors or warnings in the compilation, but the exec ... | 
  		
  		
		     Topic: Stashing password issue | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 1825
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 14, 2005 4:52 am   Subject: Stashing password issue | 
  		
  		
		  | If the password is stashed to a file you still must know it to open the key database. MQSeries services are able to read the password file then use it to open the database, but I think that this is an ... | 
  		
  		
		     Topic: Problems with GSK version | 
  		
  		
		  romudd
  
	  	  Replies: 5 Views: 4221
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 14, 2005 2:52 am   Subject: Problems with GSK version | 
  		
  		
		  Finally it's working! 
 
 It is a problem with the version of libstdc++ library. 
 
 If someone else has the same problem (now or in the future), here you have the "good" version of the library: 
 
 f ... | 
  		
  		
		     Topic: SSL and Linux Libraries | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 2166
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 14, 2005 2:48 am   Subject: SSL and Linux Libraries | 
  		
  		
		  Finally it's working!
 
 The guess was right: it is a problem with the version of libstdc++ library.
 
 If someone else has the same problem (now or in the future), here you have the "good" version of ... | 
  		
  		
		     Topic: SSL and Linux Libraries | 
  		
  		
		  romudd
  
	  	  Replies: 1 Views: 2166
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Thu Feb 03, 2005 8:29 am   Subject: SSL and Linux Libraries | 
  		
  		
		  Hi,
 
 I'm trying to configure a MQSeries Server to use SSL, with no success  
 After a lot of tests, readings and searches through the Internet, I strongly suspect of some incompatibility between t ... | 
  		
  		
		     Topic: Problems with GSK version | 
  		
  		
		  romudd
  
	  	  Replies: 5 Views: 4221
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Jan 31, 2005 1:50 am   Subject: Problems with GSK version | 
  		
  		
		  This one is in the MQSC manual. Now I noticed that it's not available for Windows (I'm using a Linux machine), that's why you can't see it in the MQExplorer. 
 
 I tried using other CipherSpecs, the e ... | 
  		
  		
		     Topic: Problems with GSK version | 
  		
  		
		  romudd
  
	  	  Replies: 5 Views: 4221
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Fri Jan 28, 2005 9:53 am   Subject: Problems with GSK version | 
  		
  		
		  Thanks Philip, I got it.
 
 Now I'm having a different problem, if someone have already seen this please let me know how to solve it: when starting the sender channel, I get the error:
 /usr/local/ibm ... | 
  		
  		
		     Topic: Problems with GSK version | 
  		
  		
		  romudd
  
	  	  Replies: 5 Views: 4221
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Thu Jan 27, 2005 1:35 am   Subject: Problems with GSK version | 
  		
  		
		  Hi,
 
 I'm trying to have a channel to use SSL on MQSeries 5.3(Linux), I've successfully created the keystore file with the gsk5ikm tool (GSKit is version 5).
 But when trying to start it, the Queue M ... | 
  		
  		
		     Topic: How to get next alphabet char ? | 
  		
  		
		  romudd
  
	  	  Replies: 7 Views: 4253
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 10, 2004 5:16 am   Subject: How to get next alphabet char ? | 
  		
  		
		  This may be done by incrementing the ASCII code for the letter. You can define a function for this. I made an example, improve it as you wish:
 create function your_sql_user.NEXTLETTER	( @inputchar ch ... | 
  		
  		
		     Topic: Message exit sample code | 
  		
  		
		  romudd
  
	  	  Replies: 9 Views: 7377
  | 
		   Forum: IBM MQ API Support   Posted: Thu Sep 09, 2004 11:19 am   Subject: Message exit sample code | 
  		
  		
		  Hi,
 
 nm libmsgmon.so | grep MsgExit didn't show the correct entry. I made a change in the second gcc command, adding the object file name:
 gcc -c -fPIC MSGMON.c
 gcc -shared -Wl,-soname,libmsgmon.s ... | 
  		
  		
		     Topic: What port does the MQ explorer use? | 
  		
  		
		  romudd
  
	  	  Replies: 4 Views: 7834
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Wed Sep 08, 2004 2:18 am   Subject: What port does the MQ explorer use? | 
  		
  		
		  | If you didn't specify a port for the remote connection, the default (1414) will be used, because the SVRCONN connections come through the same Listener service as the message channels. As said above,  ... | 
  		
  		
		     Topic: Message exit sample code | 
  		
  		
		  romudd
  
	  	  Replies: 9 Views: 7377
  | 
		   Forum: IBM MQ API Support   Posted: Wed Sep 08, 2004 2:04 am   Subject: Message exit sample code | 
  		
  		
		  the test with ldd was ok, I can see all the dependencies:
 > ldd /var/mqm/exits/libmsgmon.so
 ____libc.so.6 => /lib/libc.so.6 (0x40014000)
 ____/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x800 ... |