In an Anylogic discrete event model, I am trying to set an arrival rate and how many agents per arrival based on a database table I created. The table includes a column for the date and time a material came in, and then a unique code and order number that is assigned to each material. There is only one code per material but several order numbers assigned for each day it is received. Also, multiple materials are received each day at the same time. When I set up the Source to read data from the table, I get an error at runtime saying:
Error during model creation:
root:
Not unique database value!
I cannot find any help on Anylogic that addresses this error.