BatchJob Files
Posted: July 5th, 2022, 2:04 pm
I am in discussion with Steve C on this. Creating this for the record. Currently no solution yet. Currently there is an issue accessing the records recorded by the batchjob services. Also,
Previously, before a batch job upgrade the set up for for records going into email text files was through query on BatchJob_Runs. The Batch jobs have a method that sends an email when something in the batchjob fails. This method relies on the BatchJob_Runs table to have records to create a textfile that is attached to the email.
Here are the important logs showing that the queries are not finding anything to write to the file. Here is the table showing that no records from batch job runs get added to the table.
Previously, before a batch job upgrade the set up for for records going into email text files was through query on BatchJob_Runs. The Batch jobs have a method that sends an email when something in the batchjob fails. This method relies on the BatchJob_Runs table to have records to create a textfile that is attached to the email.
Here are the important logs showing that the queries are not finding anything to write to the file. Here is the table showing that no records from batch job runs get added to the table.