| Author | 
		  Message | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 15, 2009 5:12 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  you'll need a message format that conforms to that requirement rather than one which matches the file format.
 
 
 May be this is the only solution, I thought that passing to the parse the Option Vali ... | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 15, 2009 5:03 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  
 
 Sort of guessed that from your posts about parsing, but why it is a BLOB? Why is it not validated on input? What value is there in picking up and processing a file which could fail in a later step ... | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 15, 2009 4:42 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  If we knew a bit more about your requirements, and what led you to achieve them in this specific way, we could offer better advice?
 
 I have a csv file in input in a BLOB domain, and I need to parse  ... | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 15, 2009 3:26 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  I tried but I didn't findThis is clearly explained in the product documentation. No help will be given until you explain what you have searched for, and what topics you have read.
 
 I read 
 DECLARE  ... | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 15, 2009 1:02 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp
 
 - Which topics have you looked at?
 - Have you tried using the Search button?
 
 I tried but I didn't find. I need to parse a messa ... | 
  		
  		
		     Topic: Parsing ignoring xsd type validation | 
  		
  		
		  farubino
  
	  	  Replies: 12 Views: 7636
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu May 14, 2009 4:43 am   Subject: Parsing ignoring xsd type validation | 
  		
  		
		  Hi,
 is it possible parsing in mrm or xmlnsc domain ignoring the schema? I tried with 
 
 
 DECLARE parseOptions INTEGER BITOR(FolderBitStream, ValidateNone);
 
 
 but for example if in a fiel ... | 
  		
  		
		     Topic: Best way to parse bitstream to MRM? | 
  		
  		
		  farubino
  
	  	  Replies: 3 Views: 2556
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 08, 2009 9:46 am   Subject: Best way to parse bitstream to MRM? | 
  		
  		
		  | But in that thread there isn't mentioned about parsing a blob. | 
  		
  		
		     Topic: Best way to parse bitstream to MRM? | 
  		
  		
		  farubino
  
	  	  Replies: 3 Views: 2556
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri May 08, 2009 9:19 am   Subject: Best way to parse bitstream to MRM? | 
  		
  		
		  Hello,
 I have 
 
 
 
 		DECLARE parseOptions INTEGER BITOR(FolderBitStream, ValidateNone);
 		
 		DECLARE bodyRef REFERENCE TO OutputRoot.MRM.io:body;		
 		DECLARE bitStream REFERENCE TO  ... | 
  		
  		
		     Topic: Big problem with memory, please Help | 
  		
  		
		  farubino
  
	  	  Replies: 23 Views: 18275
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed May 06, 2009 6:14 am   Subject: Big problem with memory, please Help | 
  		
  		
		  Remind me which example.... the IBM doc? if so its a little naughty!
 
 I took it from "Memory and performance considerations when handling large
 messages in the broker"
 
 Anyway I replace ... | 
  		
  		
		     Topic: Big problem with memory, please Help | 
  		
  		
		  farubino
  
	  	  Replies: 23 Views: 18275
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed May 06, 2009 5:25 am   Subject: Big problem with memory, please Help | 
  		
  		
		  900MB is way too high.
 
 I've also noticed that you are trying to delete from the inputroot tree but this is read only. You need to create a copy of the bitstream in the environment and then delete t ... | 
  		
  		
		     Topic: CSV question | 
  		
  		
		  farubino
  
	  	  Replies: 5 Views: 3931
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 17, 2009 6:01 am   Subject: CSV question | 
  		
  		
		  | Thanks...i'll try in this way | 
  		
  		
		     Topic: CSV question | 
  		
  		
		  farubino
  
	  	  Replies: 5 Views: 3931
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 17, 2009 5:05 am   Subject: CSV question | 
  		
  		
		  I have done a mistake. Data in my file are separated by tag. The separator is the pipe "|".
 
 Each record in the file identifies a person and his home addresses.
 If a person has more than  ... | 
  		
  		
		     Topic: CSV question | 
  		
  		
		  farubino
  
	  	  Replies: 5 Views: 3931
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 17, 2009 4:23 am   Subject: CSV question | 
  		
  		
		  Hi,
 i am a newbie of Message Broker. I have a flow with a csv input message. All data inside the csv are separated by a pipe('|').
 The problem is that records are not in the same row in the csv. Eac ... |