Second data connection losing track of exported file upon changing the model #2664
AndreasLiiv
started this conversation in
Support
Replies: 1 comment 1 reply
-
Delete |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are rather new to spine and are trying to implement exported data from one data store in to another. But whenever any changes are made to the model the second data connection gives us the error message "Cannot find some file references. Please, check that the files exist" for the excel file generated by the exporter. This can easily be solved by refreshing the references in the data connection and running the program again. This becomes a problem once you want to implement this sequence of components with several exports and data connections in one model.
We are currently trying to model a hydro power system where each of the power plants optimize their electricity production without regards to any of the other hydro plants. Is there another way of doing this in which this error can be avoided?
Beta Was this translation helpful? Give feedback.
All reactions