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: 
Not applicable

QMC/QEMC Schedule Starts in Future

Since we upgraded to QV10 SR3, whenever we schedule a model to reload other than hourly where you can specify the start date, the start date are automatically set to 2012/01/01. Does anyone know how to resolve this or a workaround? For daily reloads, we've scheduled models to reload every 24 hours, however this doesn't work for monthly etc. reloads.

3 Replies
Not applicable
Author

Hi,

We're also experiencing the same problem with the Reload Scheduler after upgrading to to SR3. A possible solution, although not ideal, could be to create a batch file to reload the specific Qlikview report and then add a local scheduled task to run the batch file at the required monthly/weekly intervals. The following code can be used for the batch file:

@echo off

echo Reloading Report name

"C:\Program Files\QlikView\Qv.exe" /r C:\Your model directory.qvw

As mentioned this is not an ideal work around and I would also like to know if there is a better solution to this?

Regards,

GJ

Miguel_Angel_Baeyens

Hi,

That's a known bug in the first release of SR3 (10.0.9055) that has been already fixed in SR3 10.0.9061 Make sure you have the latest version of both Desktop and Server (in the Desktopt tool, go to Help, Check for updates).

Hope that helps.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

Not applicable
Author

Hi Miguel,

Thank you for the information provided, will definitely give it a try.

Regards,

GJ