Hello,
I have a data export object/task. I have created an execution package that runs this export. When I start this execution via a schedule it fails with this error (table does not exist):
1Execute ReaturnPortefeu:Info:Initialized2 -Execute ReaturnPortefeu3Execute Data Export Table ReaturnPortefeu vw_ReaturnPortefeuille_Export:Info:Initialized4 -Execute Data Export Table ReaturnPortefeu vw_ReaturnPortefeuille_Export5Fill Data Export Table 'vw_ReaturnPortefeuille_Export':Error:Failed6 -Fill Data Export Table 'vw_ReaturnPortefeuille_Export' 'Failed'7 The table vw_ReaturnPortefeuille_Export does not exist!
When I start the execution manually (right click and execute) it works without issue.

The source table for the export is a view:

Why does it fail when scheduled and not when run manually?