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: 
pover
Luminary Alumni
Luminary Alumni

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.

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
Luminary Alumni
Luminary Alumni
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