Location of KNIME Preferences

Hi Team,

Where do the KNIME Preferenes be saved in the disk? Say, if I am setting the “Yes, help improve KNIME” ON to send the anonymous usage data. Where will this setting be saved? In my workspace or somewhere else?

Thanks
Ravikiran

Hi there,

preferences are saved within .metadata folder which is located inside your workspace folder.

You can export preferences from KNIME (File --> Export Preferences) and then open it with Notepad++ or some other text editor to inspect it.

Are you interested in exact location of this setting in .metadata folder or this is enough?

Br,
Ivan

2 Likes

Hi Ivan,

Thanks a lot for your response.

Are you interested in exact location of this setting in .metadata folder or this is enough?

Yes, I am interested in knowing the exact location of this setting in .metadata. This would be really helpful to diagnose an issue from our end.

Thanks
Ravikiran

your_workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.knime.workbench.core.prefs contains:

knime.askedToSendStatistics=true
knime.sendAnonymousStatistics=true
2 Likes

Thanks for the information.

Hi there,

when you export preferences and inspect it you will find part of “path” before it which can help you finding it in .metadata folder :wink:

Br,
Ivan

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.