Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

App works in Qlikview desktop but not in QMC after upgrading to 12.2 SR6

Hi All,

In our project, we have upgraded qlikview server from 11.2 SR6 to 12.1 SR6.

In one of the application we are pulling data from Share point list. We are facing issue while reloading in QMC and error log as below

(7/12/2017 6:00:09 AM) Error: The Source Document was NOT reloaded successfully. DocumentPath=XXXXXXXXXXXX.qvw

(7/12/2017 6:00:10 AM) Error: The task "Reload of xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.ThreadPoolJobStillRunningException: Aborting reload. Error: QDSMain.TaskResult ||    at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) ||    --- End of inner exception stack trace --- ||    at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) ||    at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) ||    --- End of inner exception stack trace --- ||    at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) ||    at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)

(7/12/2017 6:00:10 AM) Information: Task Execute Duration=00:00:08.3594426

(7/12/2017 6:00:10 AM) Information: TaskResult.status=Finished

(7/12/2017 6:00:10 AM) Information: Notifying all triggers of new state: "FinishedWithErrors"...

(7/12/2017 6:00:10 AM) Information: Notifying all triggers of new state: "FinishedWithErrors" - Completed

Same has been worked in qlikview desktop after adding the below settings in desktop setting.ini file as per qliktech advice.

WebFileUnrestrictedAuth=1

WebFileUserAgent="curl/7.51.0"

Still we are facing issues in reloading through QMC.

please advice

Thanks in Advance,

Sharanya

2 Replies
Bill_Britt
Former Employee
Former Employee

HI,

Try this.

Edit the Settings.ini file located at C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch


At the line WebFileUserAgent="curl/7.51.0" under the [Settings 7] header.


Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Colin-Albert

Does your application use the DIRECTORY command?

There are changes to the way QlikView processes the command in v12 compared to earlier versions.

Rob Wunderlich has detailed the issues on his CookBook pages    rwunderlich

Preparing your script for QV12 | Qlikview Cookbook

QV 12.10 “Can Execute External Programs” is back | Qlikview Cookbook

QV12 REM Logging Change | Qlikview Cookbook