Developer forum

Forum » Integration » Batch Integration Scheduled Task Fail

Batch Integration Scheduled Task Fail

Arker Soe
Arker Soe
Reply

Hi All,

We created the product update schedule task in Integration framework batch.It failed because of this error

2018-06-05 14:00:34.758 2018-06-05 14:00:29.727: Start checking input files changing 6/5/2018 2:00:34 PM: Error occured: Source file: 'E:\website\Solution\Files_Live\Files\Integration\DailySync.xml' is still updating  
2018-06-05 14:00:34.758 Tue, 05 Jun 2018 14:00:34: End of file content: E:\website\Solution\Files_Live\System\Log\DataIntegration\Update Products20180605-140029367692.log

Please advise me why this error occur and is there any solution for it?
Thanks and Regards,
AKS


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Arker,
this error means that your E:\website\Solution\Files_Live\Files\Integration\DailySync.xml file is still updating while the scheduled task is trying to start the import from that file.
So this file can be growing/decreasing/changing its content during the import process but that is not allowed by design, so try to limit the access to that file from the other systems while the scheduled task runs(change the interval of the scheduled task or change the file content during the other time).
Regards, Dmitrij

 
Tin  Ma Ma
Tin Ma Ma
Reply

Hi Dmitrij,
As per Integration guide,I created the product update schedule task and setup to run 12 hr per day.

And this DailySync.xml is used only for that schedule task.
 

Thanks and Regards,

Tin Ma Ma

 

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi,
Probably this file can be busy by another process, close all applications that can use it. Or try to copy/make a new xml file for the use in the Xml provider.
Regards Dmitrij

 

You must be logged in to post in the forum