Hi,
I setup a complex workflow locally which I want to use via KNIME Server.
Therefore I created 16 shared components which are re-used several times in several non-shared components which often contain sub non-shared components. The workflow works perfectly local, but when I want to run it on the webportal I recieve the message
“Could not update linked metanodes and/or components”
I used the “workflow relative path” and saved all components on a subfolder:
knime://LOCAL/Workflow/Components
and the same on the server:
knime://XXXX/YYYYY/ZZZZ/Workflow/Components
I could now just repair the workflow on the webportalby disconnecting all components which took me 30 minutes as I need to go into each component (which has several subcomponents) and disconnect the links in all components and subcomponents.
What´s the best way to fix this in a better way? I like the shared components, as I can re-use them and if I want to make an update on one of them, this is updated automatically for all others.
But I cannot identify easily where they are used and don´t know how I can review and change the link.