| Author | 
		  Message | 
  		
  		
		     Topic: MQSeries Status not correctly updated on Taskbar | 
  		
  		
		  nu1
  
	  	  Replies: 2 Views: 4022
  | 
		   Forum: General IBM MQ Support   Posted: Tue Nov 29, 2005 8:23 am   Subject: MQSeries Status not correctly updated on Taskbar | 
  		
  		
		  Hello Everybody,
  I see a problem with status of MQSeries (Green Colored Up Arrow or Red Color Down Arrow) getting updated on the taskbar 
 
 I was asked to check is MQSeries is running or not on one ... | 
  		
  		
		     Topic: Setting Schema & PATH in WBIMB5.0 | 
  		
  		
		  nu1
  
	  	  Replies: 3 Views: 3017
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 20, 2005 11:33 am   Subject: Setting Schema & PATH in WBIMB5.0 | 
  		
  		
		  Properties-->Project References  and added the project that has the schema to the present project
 
 In the compute node esql, after CALL on doing a Ctrl+Space I was able to find the <schema nam ... | 
  		
  		
		     Topic: Setting Schema & PATH in WBIMB5.0 | 
  		
  		
		  nu1
  
	  	  Replies: 3 Views: 3017
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 19, 2005 10:19 am   Subject: Setting Schema & PATH in WBIMB5.0 | 
  		
  		
		  HI 
 I Created a Message flow project.
 I created a message flow(Input Node, Compute Node, Output Node) with default schema.
 Then I created a Broker Schema "com.sampleschema"
 I created a SampleProce ... | 
  		
  		
		     Topic: Trying to import XML Schema in a Message Set | 
  		
  		
		  nu1
  
	  	  Replies: 2 Views: 2378
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jan 28, 2005 7:11 am   Subject: Trying to import XML Schema in a Message Set | 
  		
  		
		  I am using WebSphere MQ Integrator 2.1.
 I am trying to install the support pac IO01 for importing the schemas in  message set. After I extracted the files, I edited the example.txt file
 
 # Paramete ... | 
  		
  		
		     Topic: Receiving Error BIP2213E, BIP4041E | 
  		
  		
		  nu1
  
	  	  Replies: 2 Views: 3258
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 12, 2004 1:41 pm   Subject: Receiving Error BIP2213E, BIP4041E | 
  		
  		
		  Hi,
    I am wokring on WMQI 2.1, DB2 7, CSD 05 .
 
  When I tried to deploy I am receiving the following error
 BIP2213E: Invalid configuration message containing folder 'ComIbmMtiParserFactory' whic ... | 
  		
  		
		     Topic: Message flow | 
  		
  		
		  nu1
  
	  	  Replies: 1 Views: 1963
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 20, 2004 5:59 am   Subject: Recycle the message flow | 
  		
  		
		  | Can somebody also  let me know what is meant by recycling the message flow. | 
  		
  		
		     Topic: Message flow | 
  		
  		
		  nu1
  
	  	  Replies: 1 Views: 1963
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 20, 2004 5:26 am   Subject: Message flow | 
  		
  		
		  Hi
 How do I identify the name of a  message flow from control center if the Dataflowengine asdvdea-f800-0000-0080-daca5d1a018b 
 is given
 
 Thanks | 
  		
  		
		     Topic: Other then Case Statement | 
  		
  		
		  nu1
  
	  	  Replies: 13 Views: 8628
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 23, 2004 11:32 am   Subject: Other then Case Statement | 
  		
  		
		  I dont want to use a database table..
 Array will not work..
 As  i want something like 
 FOR USA ----  United STates of America
        MAL----- Malyasia
        PAK----- Pakistan
 
 blah blah.. | 
  		
  		
		     Topic: Other then Case Statement | 
  		
  		
		  nu1
  
	  	  Replies: 13 Views: 8628
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 23, 2004 11:12 am   Subject: Other then Case Statement | 
  		
  		
		  Hi
  FOr 100 numeric Values i have to return a corresponding CHAR value.
 like
 
 001   --- January
 002  ---- February
 :
 :
 :
 
 999-----  xxxxxx
 
 Is there a better way to handle this using other ... | 
  		
  		
		     Topic: assign the i/p xml msg to an attribute of o/p xml msg | 
  		
  		
		  nu1
  
	  	  Replies: 5 Views: 4029
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 13, 2004 12:09 pm   Subject: assign the i/p xml msg to an attribute of o/p xml msg | 
  		
  		
		  The entire child element cannot be copied as an attribute of outputchild element.
  Please kindly see my i/p and o/p that i wanted once again.
  if I have an child element  say
 <child1 attribute1= ... | 
  		
  		
		     Topic: assign the i/p xml msg to an attribute of o/p xml msg | 
  		
  		
		  nu1
  
	  	  Replies: 5 Views: 4029
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 13, 2004 7:07 am   Subject: assign the i/p xml msg to an attribute of o/p xml msg | 
  		
  		
		  Hi,
    I am getting an XML message message I want to assign a child node which has many attributes and child elements  as the text content to an attribute of a child element of o/p xml message.
 i/e. ... | 
  		
  		
		     Topic: LEFT JOIN in ESQL | 
  		
  		
		  nu1
  
	  	  Replies: 4 Views: 10753
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Jan 29, 2004 7:32 am   Subject: LEFT JOIN in ESQL | 
  		
  		
		  thanks for your response..
 I used passthru and I am able to implement leftjoin in ESQL.
 
 thank you | 
  		
  		
		     Topic: LEFT JOIN in ESQL | 
  		
  		
		  nu1
  
	  	  Replies: 4 Views: 10753
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Jan 28, 2004 3:14 pm   Subject: LEFT JOIN in ESQL | 
  		
  		
		  Hi 
   How can I implement LEFT JOIN in ESQL
 
 FOr example if the SQL is 
 
 SELECT A.field1, A.field2, B.field3, B.field4, C.field5 FROM Table2 B, Table1 A LEFT JOIN Table3 C ON A.field1 = C.field5  ... | 
  		
  		
		     Topic: Stored procedures in WMQI | 
  		
  		
		  nu1
  
	  	  Replies: 1 Views: 1692
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 26, 2004 7:10 am   Subject: Stored procedures in WMQI | 
  		
  		
		  Hi..
   Can somebody suggest me some manuals which help me to know the concepts of stored procedures for querying data from DB and how to invoke them from WMQI
 
 Thanks | 
  		
  		
		     Topic: Message set-- a CompundType which has an other compund type | 
  		
  		
		  nu1
  
	  	  Replies: 3 Views: 2216
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 19, 2004 6:27 am   Subject: Message set-- a CompundType which has an other compund type | 
  		
  		
		  | Thanks for letting me know it. |