TCC is running long and erroring out after adding new validation in LRD
Content
Hi All,
We have an existing JobApplication Export which is runing fine with the LRD has CompletionDate. Now we have added a new codition to filter the data till Candidate corpstart is greater than SystemDate + 2. It is running fine in our Stage Environment but it failing in production. I guess it is failing because of huge population in Production. First Logic alone works fine with out OR condition (With out second condition). Any help is appriciated.
Below is the code which i have in the filter.
<quer:filtering>
<quer:or>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FIRST LOGIC !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<quer:and>
<quer:lrd>
<quer:projection ref="CompleteDate"/>