Hi,
we installed a new Arabic instance of sqlserver 2008 R2 RTM both at store and HQ. also changed the collation of database to Arabic. Now when we create worksheet 401 request data upload and connect HQ Client for pulling data it is trying to upload entire journal table from store to HQ. Because of this running out of memory and failing to process the data upload.
This is happening only for the date when database collation is done at store. If data request is done for next day the worksheet is processed successfully.
Example database collation is done on 10/10/2017.
When worksheet 401 with from date as 10/10/2017 is given we are getting error. This is because the entire journal table is trying to get uploaded to HQ. We checked this by enable no the debug mode in HQ Client.
But for from date as 11/10/2017 it is working fine.
Can anyone guide me how to sort this out.
My journal table has 2 lakh + records.
Only journal tables all records are extracted to update to HQ.