Loop Support

Hello,

How can I add nodes “loop support” in knime?

thanks

Do you mean enabling the loop support nodes? Hope this FAQ helps.

Thanks is just what I wanted

Hi,
I tried the solution in the SDK version but does not work, the file contents eclipse.ini is as follows:

-startup
plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m
-Dknime.expert.mode=true
-Dorg.eclipse.swt.browser.XULRunnerPath=/home/…/xulrunner

what could be the reason? Thanks
Pamela

Hi pamesp,
For the SDK version, you need to add this property within the Eclipse “Run Configurations…” in oder to enable the expert mode in KNIME. Go to tab Arguments and then VM Arguments and add -Dknime.expert.mode=true. Hope this helps.
Best, Thomas

thanks, that’s what I tried.
Pamela

Perfect, so you got it working? The difference are the eclipse.ini which contains the properties applied to the actual Eclipse runtime and the configuration settings which are applied to the KNIME instance running out of Eclipse (or KNIME SDK).
Best, Thomas

Thanks, you are very kind!
Pamela