| Author | 
		  Message | 
  		
  		
		     Topic: Problem when creating an MRM message from an XML message | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 5 Views: 3246
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 02, 2003 5:14 am   Subject: Problem when creating an MRM message from an XML message | 
  		
  		
		  | Remove the message sets from the Broker and redeploy them..Probably that works | 
  		
  		
		     Topic: String Manipulation | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 1 Views: 2069
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 11:59 am   Subject: String Manipulation | 
  		
  		
		  | James , did'nt get your question, According to my understanding simply split the string and concate the new line character whereever u want.. If my answer is not to the point , can you please detail u ... | 
  		
  		
		     Topic: CAST with padding. | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 6 Views: 4806
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 11:54 am   Subject: CAST with padding. | 
  		
  		
		  | Cool, overlay is good if its the matter  of  4-5 characters. One has to go for a loop it its the case of a real big long String.. | 
  		
  		
		     Topic: CAST with padding. | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 6 Views: 4806
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 10:00 am   Subject: CAST with padding. | 
  		
  		
		  Jeff, if the value is 99 according to u
 the result will be 0990--according my understanding...
 but he wants 0099--
 It should be
 set cVar = cast(iVar as char); 
 if (length(cVar) < 4) then 
     ... | 
  		
  		
		     Topic: CAST with padding. | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 6 Views: 4806
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 7:37 am   Subject: CAST with padding. | 
  		
  		
		  First cast iVar to cVar..
 Then find length
 DECLARE N INTEGER;
 DECLARE M INTEGER;
 SET N = LENGTH(iVar);
 IF N < 4 THEN
     SET M = 4 - N;
     WHILE M >0 DO
        SET iVar = '0' || iVar;
  ... | 
  		
  		
		     Topic: Storing XML into a copybook field | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 7 Views: 6613
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 7:09 am   Subject: Storing XML into a copybook field | 
  		
  		
		  | Whatz the problem in casting as BITSTREAM and taking a substring for the BITSTREAM..... All you need is part of the message.. u can get by substring .... I hope i'm talking what u want . don't I | 
  		
  		
		     Topic: mqsiimpexpmsgset hanging | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 6 Views: 4278
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 7:03 am   Subject: mqsiimpexpmsgset hanging | 
  		
  		
		  | Can u post the error messages u r getting after issuing command mqsiimpexpmsgset..... Usually error  is expalined clearly as soon as u issue command if there is error.. | 
  		
  		
		     Topic: Strange mapping issue | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 2 Views: 1988
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 6:59 am   Subject: Strange mapping issue | 
  		
  		
		  | Hi, Have u tried casting it??? I mean u can cast the way u want.. | 
  		
  		
		     Topic: Error in MQSI flow using XML | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 2 Views: 1892
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 6:23 am   Subject: Error in MQSI flow using XML | 
  		
  		
		  | Have u specified XML  as domain , in the input node... | 
  		
  		
		     Topic: MRM Mapping Question | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 7 Views: 4971
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 23, 2003 12:17 pm   Subject: MRM Mapping Question | 
  		
  		
		  | Trace is controlled by the esql, u see what u write in the esql thatz what trace is, but actually it appears as the physical structure, The only way to change the order is by using REORDER Option... | 
  		
  		
		     Topic: MRM Mapping Question | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 7 Views: 4971
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 23, 2003 10:44 am   Subject: MRM Mapping Question | 
  		
  		
		  | NO matter how u map the fields,  they appear in the order of the phsical structure u created.. | 
  		
  		
		     Topic: XML 101 | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 2 Views: 2910
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 23, 2003 9:25 am   Subject: XML 101 | 
  		
  		
		  Have u tried this?
 InputBody.XML.LDAP.Results.Entry.cn.Value;
   If not can u post the whole XML Structure.... | 
  		
  		
		     Topic: Bug with Set All and ReplyToQ in Output Node? | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 2 Views: 2400
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 22, 2003 12:27 pm   Subject: Bug with Set All and ReplyToQ in Output Node? | 
  		
  		
		  Hi, Somewhere r other u have to specify the ReplytoQ name, one is 
 SET OutputRoot.MQMD.ReplytoQ='QueueName'; in the esql.. without specifying  how u route the message... | 
  		
  		
		     Topic: Error in XML msg flow | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 6 Views: 3907
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 22, 2003 12:22 pm   Subject: Error in XML msg flow | 
  		
  		
		  | What is the message domain u specified in the MQInputNode.. probably that is the reason,  No need of ResetContentDescriptor coz u r not changing the domain... | 
  		
  		
		     Topic: question about mapping cobol to xml | 
  		
  		
		  RamVijayawada
  
	  	  Replies: 2 Views: 1985
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 22, 2003 12:16 pm   Subject: question about mapping cobol to xml | 
  		
  		
		  Hi, U can write esql code , just by checking the incoming value, In the condition check for spaces, if u find spaces u can hard code to zeros...
 I believe this helps...   |