| Author | Message | 
		
		  | ashokjagatha | 
			  
				|  Posted: Mon Aug 01, 2016 1:07 pm    Post subject: FileInput Node Is not processing files Sometimes. |   |  | 
		
		  |  Novice
 
 
 Joined: 23 Jul 2015Posts: 13
 
 
 | 
			  
				| Hi All Please Help   I have message flow which starts with file input node followed by Compute node and http request node and file output node.
 
 3 out of 50 files are not yet all picking by File input node which has
 pattern "*.xml".
 Temporary fix I  have is ,Restarting the message flow .
 Please suggest me solution or guide me a How to find better fix .
 
 Prior Thanks.
 _________________
 AJ MB developer
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | smdavies99 | 
			  
				|  Posted: Mon Aug 01, 2016 10:01 pm    Post subject: |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 10 Feb 2003Posts: 6076
 Location: Somewhere over the Rainbow this side of Never-never land.
 
 | 
			  
				| Which platform is this? What version of Broker including FixPack?
 _________________
 WMQ User since 1999
 MQSI/WBI/WMB/'Thingy' User since 2002
 Linux user since 1995
 
 Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | adubya | 
			  
				|  Posted: Mon Aug 01, 2016 11:03 pm    Post subject: |   |  | 
		
		  | Partisan
 
 
 Joined: 25 Aug 2011Posts: 377
 Location: GU12, UK
 
 | 
			  
				| Is the mqsitransitin sub directory of the input directory empty when your three files are "ignored" ?  mqsitransitin is the directory used to hold files currently being processed, if it contains files then that indicates either your flow is still processing a file / has hung / has aborted in an unexpected manner. _________________
 Independent Middleware Consultant
 andy@knownentity.com
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | ashokjagatha | 
			  
				|  Posted: Tue Aug 02, 2016 11:05 am    Post subject: |   |  | 
		
		  |  Novice
 
 
 Joined: 23 Jul 2015Posts: 13
 
 
 | 
			  
				| 
   
	| adubya wrote: |  
	| Is the mqsitransitin sub directory of the input directory empty when your three files are "ignored" ?  mqsitransitin is the directory used to hold files currently being processed, if it contains files then that indicates either your flow is still processing a file / has hung / has aborted in an unexpected manner. |  
 Yes I belive message flow is hung ,We are unbale to delete the file .
 Killing EG PID and then recycling EG to delete files.
 Please suggest What to do..
 
 Version of IIB is 9.0.0.5.
 _________________
 AJ MB developer
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Tue Aug 02, 2016 11:16 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 26093
 Location: Texas, USA
 
 | 
			  
				| 
   
	| ashokjagatha wrote: |  
	| Yes I belive message flow is hung ... Please suggest What to do..
 |  
 Figure out why your flow is hanging, remembering that it might not be a problem with your flow - it might be trying to use a database that deadlocks for example.
 
 A user trace should be informative.
 _________________
 Honesty is the best policy.
 Insanity is the best defence.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mayheminMQ | 
			  
				|  Posted: Thu Aug 04, 2016 5:38 am    Post subject: |   |  | 
		
		  |  Voyager
 
 
 Joined: 04 Sep 2012Posts: 77
 Location: UK beyond the meadows of RocknRoll
 
 | 
			  
				| When the message flow is in a non responsive state along with a resource involved aka file in this case, it means it has not finished its processing and the thread is alive. 
 As suggested, it could be an external connection problem like DB, or the files you want to pick might be large and your memory might be close to full usage.
 
 Either take a trace or use Debug mode to determine the exact point where it goes unresponsive?
 
 Also have you tried with just those files in the folder and see if they are being processed to completion? Are these the 3 files that always have a problem? Does the size of the 3 files similar to others or how different are they in sizing? So many questions before I can pinpoint something.
 _________________
 A Colorblind man may appear disadvantaged but he always sees more than just colors...
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |