Customization Profile - custom settings

Hi,

I am trying to set a JDBC database driver’s custom settings. I am trying to use
/instance/org.knime.database/drivers/InforMix_4_50_4_1/attributes/additional/java.lang.String/knime.db.dialect.sql.delimiter.identifier.closing/type=LITERAL
/instance/org.knime.database/drivers/InforMix_4_50_4_1/attributes/additional/java.lang.String/knime.db.dialect.sql.delimiter.identifier.closing/value=""
but the settings doesn’t seem to take effect.
We are using profiles for our KNIME server and would like to set some of the advance settings via the preferences.

Hello,

Can you verify that the profileLocation and profileList directives are being sent to the executor via either
a) environment variables in systemd/service startup scripts [1]; or
b) directives added to knime.ini [2] above the vmargs line (Important!)

If the directives are being sent to the executor, look in the executor-workspace (usually in c:\knime\executor-workspace on windows, or ~knime/executor-workspace on linux) under executor-workspace/.metadata/.plugins/org.knime.product to see if there is a profiles directory, and if the combined-preferences.epf has anything in it (ideally, the preferences you’re trying to set up/pass in.)

if it does not, try restarting the executor and checking again.
if it does, then it should be good; test your workflow once more.

If you need direct assistance as a KNIME server customer, please write to us at support@knime.com.

Regards,
Nickolaus

[1] Environment=‘KNIME_EXECUTOR_PROFILES=-profileLocation http://127.0.0.1:8080/knime/rest/v4/profiles/contents -profileList executor’
[2]
-profileLocation
http://127.0.0.1:8080/knime/rest/v4/profiles/contents
-profileList
executor

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