Kentico Scheduled Task

Ramakrishnan G asked on June 26, 2019 12:45

In Kentico 10 Scheduled task Ecommerce site, they have number of product records are there. If I run the schedule task the first product record only updating and remaining records are not update.

Customer with Inventory Client Id 40000920 done successfully. Customer with Inventory Client Id 40000920 done successfully.

Customer with Inventory Client Id 40000381 done, but no product data was received from microservice.

Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice.

Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice.

Customer with Inventory Client Id 40001130 done successfully. Customer with Inventory Client Id 40001130 done successfully. Customer with Inventory Client Id 40000730 done successfully.

Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000002 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000576 done successfully. Customer with Inventory Client Id 051.4974 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000157 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000002 done, but no product data was received from microservice. Customer with Inventory Client Id 40001190 done successfully. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000090 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40000617 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40001035 done successfully. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 012.3564 done, but no product data was received from microservice. Customer with Inventory Client Id 40000836 done successfully. Customer with Inventory Client Id 40000002 done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40001195 done successfully. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id ToBePopulated done, but no product data was received from microservice. Customer with Inventory Client Id 40001185 done successfully. Customer with Inventory Client Id 40000155 done, but no product data was received from microservice.

Recent Answers


David te Kloese answered on June 26, 2019 12:52

  • What scheduled task are you running?
  • Is this a custom build scheduled task?
  • Any error in the Kentico Event Log with more information?
  • Does the order itself have the correct information when you go through it in the Order Application?
0 votesVote for this answer Mark as a Correct answer

Ramakrishnan G answered on June 26, 2019 13:09

What scheduled task are you running? - UpdateInventoryData.KenticoTask

Is this a custom build scheduled task? Yes

Any error in the Kentico Event Log with more information? In the event log no error

Does the order itself have the correct information when you go through it in the Order Application? - Yes

We using this code

public async Task

0 votesVote for this answer Mark as a Correct answer

David te Kloese answered on June 26, 2019 13:52

Since it's custom build it's hard for us to determen the cause without seeing the code.

Would you be able to share any section of the code?

What would trigger a response ... but no product data was received from microservice?

0 votesVote for this answer Mark as a Correct answer

Ramakrishnan G answered on June 26, 2019 16:55

In our project they have 2 databases, one is kentico db and another one is Dynamo Db. If I ordered the product, the product will be decreased in the dynamo db, and but not decreased the the kentico db.

I need decresed the product on kentico db also.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.