Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
i used developed app like
Extractor
data model
application
now user asking to keep a button to reload the new data at anytime. i set the task at QMC etractor is sucessfull data model will run datamodel is sucessfull application will run. task is running everyday 4 A.M. but user ask to reload at any time they visit. is this possible.
please guide me the way to do it.
Thanks
 
					
				
		
Not recommended but possible, see this document:
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		incremental load will not work here right?
 
					
				
		
 ToniKautto
		
			ToniKautto
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Incremental load means that you only load the delta from your previous load and thereby probably get a more efficient load cycle. It can be part of allowing more frequent reloads.
User-driven reload will easily overload your server. Just consider what will happen if multiple user start a reload at the same time or while a previous reload is being executed. You will be better of with planning tighter reloads on the server side.
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		any other alternate way or sugtgestions for this?
Thanks
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks for the suggestion Toni
 
					
				
		
 timanshu
		
			timanshu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Incremental load can decrease the document loading time. But it can't make data to be updated at anytime required.
 
					
				
		
Think of a continuous reload. The new reload starts as soon as the previous one ends.
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		i think i have done like this
i set the task at QMC extractor is sucessfull data model will run datamodel is sucessfull application will run.
is this right?
but user cant reload like this right?
Thanks
 
					
				
		
 timanshu
		
			timanshu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There is a way but then user will be able to see another document opening and reloading.
If that is not an issue then when user opens application then extractor will open and reload. then modelling and then main application will load.
