Hi there,
When I create a scheduled task with multiple jobs using the URL builder, the logs don't work and the task reports incorrect run results. I think this is caused by the fact that the log name contains a combination of all underlying jobs, while the log system tries to find it by the name of the scheduled task. For example, I have a log file called ProductData -02--ProductData -03--ProductData -0420210412-1037529634466 which is the concatenation of three jobs: ProductData -02, ProductData -03 and ProductData -04 executed by the scheduled task.
When I right-click the scheduled task that runs these jobs, no Logs menu item shows up, indicating it cannot find the log file. On the individual jobs, the logs don't show up anymore either as it looks for the individual logs (i.e. ProductData -02.log) and not the concatenated version. Effectively, this breaks insightful access to the logs and tasks.
As for some background: we use the URL builder in integration scenarios where we have a single task that fetches all the data from the ERP and saves it to an XML file. Then we have another task that runs multiple data integration jobs against that same XML file.
Is there a way this can be fixed?
Thanks!
Imar