| Author | 
		  Message | 
  		
  		
		     Topic: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  jjordan
  
	  	  Replies: 6 Views: 9772
  | 
		   Forum: General IBM MQ Support   Posted: Mon Feb 03, 2014 6:26 am   Subject: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  **RESOLVED**
 
 I deleted the .metadata folder in the workspace, and restarted the explorer (leaving the other folders there intact).  When I restarted, it came up (taking some time to rebuild the .me ... | 
  		
  		
		     Topic: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  jjordan
  
	  	  Replies: 6 Views: 9772
  | 
		   Forum: General IBM MQ Support   Posted: Thu Jan 30, 2014 1:38 pm   Subject: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  I went ahead and ran it as "administrator", with the same result.  It's a good thought, though...
 
 Interestingly, the error log DID NOT include the 
 
 !ENTRY org.eclipse.osgi 0 0 2014-01- ... | 
  		
  		
		     Topic: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  jjordan
  
	  	  Replies: 6 Views: 9772
  | 
		   Forum: General IBM MQ Support   Posted: Thu Jan 30, 2014 7:00 am   Subject: Websphere MQ (IBM Integration) Explorer Blank Screen | 
  		
  		
		  MQ Client Version: 7.5.0.2
 Integration Bus Version: 9.0.0.1
 Running on Windows V7 Enterprise SP1 - 32 bit
 
 The app worked perfectly last week, and now it suddenly has stopped working.
 
 In the MQ ... | 
  		
  		
		     Topic: Easy(?) question re: mqsisetdbparms | 
  		
  		
		  jjordan
  
	  	  Replies: 3 Views: 2668
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 21, 2014 6:54 am   Subject: Easy(?) question re: mqsisetdbparms | 
  		
  		
		  Awesome!  With a few scripting commands, this gives me just what I need!  Thanks for the answer.
 
 Jeff | 
  		
  		
		     Topic: Easy(?) question re: mqsisetdbparms | 
  		
  		
		  jjordan
  
	  	  Replies: 3 Views: 2668
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 21, 2014 5:29 am   Subject: Easy(?) question re: mqsisetdbparms | 
  		
  		
		  I was unable to find an answer to this in the forum, so I am posting the question.  Please point me to the right posting if there is somewhere I should look.
 
 In Broker 6.1, I need to get a list of  ... | 
  		
  		
		     Topic: REPLACE(ing) CRLF with a literal string of "<br>& | 
  		
  		
		  jjordan
  
	  	  Replies: 2 Views: 3744
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 14, 2009 9:31 am   Subject: REPLACE(ing) CRLF with a literal string of "<br>& | 
  		
  		
		  Thanks for the input - I followed you're idea, and changed the CCSID on the incoming message, and all was well.
 
 I haven't worked much with CCSID's, so I hadn't thought to look there.
 
 The incomin ... | 
  		
  		
		     Topic: REPLACE(ing) CRLF with a literal string of "<br>& | 
  		
  		
		  jjordan
  
	  	  Replies: 2 Views: 3744
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 14, 2009 3:33 am   Subject: REPLACE(ing) CRLF with a literal string of "<br>& | 
  		
  		
		  | I get external data pumped through my message flow that contains CRLF characters (X0d0a) in a node of my XMLNSC message tree.  I need to replace them with a literal string of '<br>'.  I've tried ... | 
  		
  		
		     Topic: FileOutput Node | 
  		
  		
		  jjordan
  
	  	  Replies: 15 Views: 10848
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 11, 2009 3:33 am   Subject: FileOutput Node | 
  		
  		
		  Thanks for the suggestions!
 
 I already tried the OutputRoot.BLOB.BLOB - it threw an exception when it reached the FileOutput node (I can't remember the exception, but I think it was something about  ... | 
  		
  		
		     Topic: FileOutput Node | 
  		
  		
		  jjordan
  
	  	  Replies: 15 Views: 10848
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 10, 2009 11:54 am   Subject: FileOutput Node | 
  		
  		
		  | I am trying to take a piece of data from an input XML message, and put it to a file, using the FileOutput node.  I only want the text - not the tags - in the file.  I use a compute node to build the X ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 26, 2005 9:40 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  | I think I might persue the JAVA route ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 26, 2005 9:23 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  Exactly!  I think I need to persue a different strategy in terms of passing the attachments (such as converting them to a hex string format BEFORE submitting the message).
 
 Along that lines and befo ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 26, 2005 8:44 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  It does work!  Thanks for your help!
 
 Once I fixed it, it worked in most, but not all situations.  My problem lies in that some of the characters don't "cast well", and causes nothing to be assigned ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 26, 2005 5:02 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan, renevanduren,
 
 Is the content of the field encoded as 
   a) base64 or
   b) hexBinary
 
 If a), you must define a message set and use the MRM domain - it will automatically decode the base ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 17, 2005 8:32 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  This does not work.  I get the following exception message:
 
 String is not of correct form for byte array.  Must consist of only 0..9,a..f,A..F
 
 which makes sense, because it appears to be expecti ... | 
  		
  		
		     Topic: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  jjordan
  
	  	  Replies: 16 Views: 20461
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 14, 2005 10:41 am   Subject: Converting A Node of an XML Tree to A BLOB | 
  		
  		
		  FolderBitStream worked much better EXCEPT it includes the tags and the content.
 
 Ultimately, I want the content of the one node converted to a BLOB (i.e. the content of the XML node converted to a s ... |