I am reloading one task where data is getting stored in qvd . But this task has stuck at one place and is running since then it is running with no progress at all.
I am attaching log .Please help me to get this issue solve.
I don't think there's any way to use this log to tell why your load is getting stuck...
Try loading in debug mode with a row limit. If that runs OK, you may have an issue related to the volume of data (e.g. not enough resources) or to the availability of data (file access is lost midway through the load). If that fails, there's probably something wrong with the code itself.