Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
pover
Partner - Master
Partner - Master

Strange Publisher Reload Behaviour

Everyone, I just set a task to reaload a document and the app will not reload correctly, however, if I run the app from the QlikView Desktop it will actually reload succesfully. I also set the logging on the document, and the reload always fails within the string line connection, we are using the QV SAP Connector, any ideas??

Thanks in advance.

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Karl, I have had the same issue in the past before. I did not find the actual answer to the problem, however I found a work-around. What I did is creating a new QV document that "bootstraps" the actual qvw. I use something similar to the following within the script code:

execute cmd.exe /c "Path to Qlik\QV.exe" /r path\to\qvw\app.qvw;

I hope somebody can provide you with the actual solution.

Regards

View solution in original post

2 Replies
pover
Partner - Master
Partner - Master
Author

By the way, I'm using QV 9 SR6 and QVS 9 SR6

Not applicable

Karl, I have had the same issue in the past before. I did not find the actual answer to the problem, however I found a work-around. What I did is creating a new QV document that "bootstraps" the actual qvw. I use something similar to the following within the script code:

execute cmd.exe /c "Path to Qlik\QV.exe" /r path\to\qvw\app.qvw;

I hope somebody can provide you with the actual solution.

Regards