after answers and comments given in my previous question, I encountered new error when using such configuration. before depicting the error, it would be valuable that you consider that I have 5 different resource pools and their capacity is either 1 or zero. number of resource pools with capacity one is determined by user when he declares number of total workers working in this section. In other words I have modeled each worker as one resource pool and according to the fact that number of workers is supposed to be variable; I change the capacity of excess resource pools to zero. first of all is it a right approach?
second when I use such configuration,
(each resource is different and because of their name length last numbers are not visible, i.e. demontage140W1, demontage140W2 and so on)
such an error is encountered:
Internal error: there are reserved units in one-by-one request while pool root.demontage140WorkersPool1 is being discarded: Request P-20-P-NP from root.<population>[19] (at root.seize) for resources [null:0, demontage140WorkersPool1:1, demontage140WorkersPool2:0, demontage140WorkersPool3:0, demontage140WorkersPool4:0] with sets [null, [0, 1, 0, 0, 0], null, null, null]
Does anyone knows what should be done to solve the problem?
NEW DATA-EDIT
This image shows the condition of two first resource pools when the error has occurred. Any new Idea?