Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to "link" the result of a loading task in QlikView (Publisher) to a reloading task in QlikSense?

Hi everyone,

We have an app in QlikSense that is using the data model from QlikView, we are doing a binary import from a QlikView Data model to QlikSense.

This is working fine, but now we need to be sure that once this QlikView application is loaded correctly (Publisher) , we should trigger a reloading task in QlikSense. Currently, what we are doing is realoading a QlikSense app every day at 8:30 am. but we do not control if the QlikView reloading task is working well or not , therefore if the reloading result in QlikView delays or there is any problem the data in QlikSense is not exactly the same. We need to have both applications in QlikView and QlikSense synchronized. 

My question here is : Is it possible to "link" or create a reloading task in QlikSense or QlikView (Publisher)  triggered if the reloading task is successful?

Thanks a lot !

Regards!

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

It will be complicated to setup, but the (relatively) easy avenue that I can think of would be to use this, unsupported, tool Qlik Sense Partial Reload for v2.0.x and v2.1.1 on an EDX task which is dependent on the successful reload of the QV task.

This is of course a potentially easy method of calling the relevant APIs, e.g. https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositorySe... & https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/CreatingAppLoadingData/... which can be custom built out to your specifications with a bit of development work.

View solution in original post

3 Replies
Levi_Turner
Employee
Employee

It will be complicated to setup, but the (relatively) easy avenue that I can think of would be to use this, unsupported, tool Qlik Sense Partial Reload for v2.0.x and v2.1.1 on an EDX task which is dependent on the successful reload of the QV task.

This is of course a potentially easy method of calling the relevant APIs, e.g. https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositorySe... & https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/CreatingAppLoadingData/... which can be custom built out to your specifications with a bit of development work.

Not applicable
Author

Hi Levi,

Finally it is working!

We had some issues with the QlikView user account . Initially, We did not add the service account user from QlikView in the "content Admin role " from QlikSense Console. For that reason we were not able to execute our task in QlkSense using Publisher. Once we added the service account from QlikView as "content admin role" in QlikSense it worked out perfectly.

Thanks a lot, you made our day !

Regards !

Levi_Turner
Employee
Employee

Perfect!