Hi everyone,
I am facing an issue when executing a workflow on KNIME Business Hub. The workflow runs perfectly on my local Analytics Platform, but fails on the Hub with the following error:
Error message: Execution failed in Try-Catch block: Error(s) while loading the workflow.
Status: Error: workflow_reader92048 1:1 loaded with errors
Status: Error: workflow_reader92048 1:1
Status: Error: One Hot Encoding Model Applier 1:1:1485
Status: Error: Node “PMML Transformation Apply” not available from extension “KNIME PMML Preprocessing Applier Nodes” (provided by “KNIME AG, Zurich, Switzerland”; plugin “org.knime.base.pmml2” is not installed)
Context:
-
The error occurs inside a Workflow Reader
-
The specific node causing the issue is the One Hot Encoding Model Applier.
-
I have verified that the extension is installed in my local environment (version 5.6.0), but it seems to be missing in the Hub’s Executor.
Question: What is the best way to ensure this extension is available in the Business Hub Executor? Do I need to manually update the Executor’s Docker image, or is there a way to force the Hub to download missing extensions during runtime?
Any help would be greatly appreciated!
