Hi All,
I have three AOS server configuration(AX2012 R3) where the query range is nor reflecting properly.
AOS1(Batch server)
AOS2
AOS3(TFS enabled)
I have CustTable and custom AOT query. It was working fine for a scenario when(enabled the modifieddatetime property of CustTable and added some date time range in my custom AOT query).
For other scenario i want to test by disabling the CustTable "modifieddatetime" property and it was worked perfectly.
Now i have enabled the modifieddatetime property again and trying to add the modifieddatetime range into my custom query but i could not do the same.
Below are the steps i have tried.
1) Stopped aos1 and aos2.
2) Enabled CustTable modifieddatetime property on table level and sync
3) Restored the query and deleted the fields from CustTable datasource re-selected again.
4) Added the query range "modifieddatetime" into the custom query.
5) Compiled the query and started the remaining services.
When i am checking the query range in ASO1 it is not set properly. Where it is looking fine on AOS2 and AOS3.
Please refer the below screenshot.
When i am selecting the modifieddatetime range from the field lookup its always setting as dEL_ModifiedTime
Tried the same steps by importing the query XOP manually but still no luck.
I have tried to access the AOT query through job and added the range to the modifieddatetime field. When i am prating the query into string it is pointing the del_modifiedTime instead of modifieddatetime.
I have followed the same steps on AOS1, where as AOS2 and AOS3 is down. It was setting properly on first time. But It wont when i am re-opening the ax.
Deleted the AUC file and tried, Still no luck.
Note: I am not able to find the del_modifiedTime field in sql. I am able access the both the fields(del_modifiedTime, modifieddatetime) from the AOT job.
Am i doing any mistake here? Please share your thoughts.
My batch jobs are getting failed because the range is not setting properly on batch server. After some times the same problem will occur on remaining two server.