Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 srikantj
		
			srikantj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
I have a qvw which refreshes daily . It is dependent on qvd refesh (daily 7 am) and my QVD refresh failed and it is showing red cross in tasks
what should i do now
 ramasaisaksoft
		
			ramasaisaksoft
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Srikanth,
Case 1:-
if your qvd Reload is failed restart the qvd job one more time.
what is the issue to failed that job?
select the job
go to task status Right hand side top corner in Status tab and click on that button.
3rd tab will explain (Log file) of that job cause.
in that log file cause of ERROR will show.
--> once your qvd job successfully completed check weather your .qvw file (Another application) is started or not if not you can start that job also manually.
 
					
				
		
 srikantj
		
			srikantj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
this s t log file error
Can u plz tell me what s t problem
Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. --->
QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.LogBucketErrorException:
The Source Document was NOT reloaded successfully. DocumentPath=..\QVD_Creator.qvw.
|| at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult) ||
at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName,
String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) ||
--- End of inner exception stack trace --- || at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult,
String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)
|| at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult) || --- End of inner exception stack trace --- ||
at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)
 
					
				
		
 srikantj
		
			srikantj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
this s t log file error
Can u plz tell me what s t problem
Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. --->
QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.LogBucketErrorException:
The Source Document was NOT reloaded successfully. DocumentPath=..\QVD_Creator.qvw.
|| at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult) ||
at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName,
String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) ||
--- End of inner exception stack trace --- || at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult,
String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)
|| at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult) || --- End of inner exception stack trace --- ||
at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)
 
					
				
		
 srikantj
		
			srikantj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Log error
Anyone help me how to solve
QVX_UNEXPECTED_END_OF_DATA:
Error: OLEDB read failed
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you have a qvw reload log as well?
 
					
				
		
 srikantj
		
			srikantj
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		this s t log error
41 fields found: .....
............
2016-12-05 04:07:17
2016-12-05 04:07:17 QVX_UNEXPECTED_END_OF_DATA:
2016-12-05 04:07:17 Error: OLEDB read failed
2016-12-05 04:07:23 0143 store DC into DC.qvd
 MK9885
		
			MK9885
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		With the log file you've provided, you've Section Access Implemented in your QVW.
To run a successful task in QMC, you should add your Service account to your Section Access.
If you do not have that the task will fail.
Check your script if you've added Service Account as an ADMIN. A QVW file with Section Access will only reload in QMC through your Service Account. It will not take your account or any other ADMIN account.
Another reason to fail could be:
If your Section Access script is fine and has Service Account added then please check the script where you're trying to refresh the data from Data Base (if you've this) if you do not have this script in qvw and just loading it through a QMC task then the issue might be with your Section Access Script.
Best way to find out is if possible paste your script here?
Thanks.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		are you reading from a qvx file? the connection closed. network?
 MK9885
		
			MK9885
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Again, best way is to add Service Account for your data reloads.
Check your DB connection string or if you've any include file script. Your QVW cannot connect to the db connection provided hence failing.
