Page 1 of 1

Breakdown in Server

Posted: Wednesday 11 May, 2016 - 20:52
by GroepT
Hi,

I am building a model (in enterprise dynamics 9) with servers that sometimes needs help from human resources, this can be seen as a breakdown where the human resources needs to repair the server. My approach is to use breakdowns and set call on the resource in the trigger on breakdown and free the resource in the trigger on repair.

This does not work, when I am running the model I get the error message "Error finishing task in.... ".
Any ideas how I can model this?

Best regards,

Re: Breakdown in Server

Posted: Thursday 12 May, 2016 - 18:30
by HarryBunnik
Hello,

Your error is most likely caused by your Human Resource being busy with a different task in the model. Since the Break down is done independent if there is an HR available or not, the breakdown is solved without an HR assigned to that particular task. As a result, no HR can be freed, resulting in this error.

Perhaps in your case it's better to:
  • place 2 servers directly behind each other and limit the content in these 2 servers to 1 product using a lock and unlock, or Open -and CloseOutput.
  • the second server is then responsible for calling a HR, so this will only work when a product is actually there (10% of the total products in the example model). This in contrast to a breakdown which can also occur when no product is being processed.
Call and free resources.mod
(32.82 KiB) Downloaded 692 times
I hope this helps a bit.

Cheers,

Harry

Re: Breakdown in Server

Posted: Monday 20 June, 2016 - 11:30
by lexxaus
they fix this problen