Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

This issue affects versions 4.0.0 and 4.0.1 of katl-commons


Step-by-step guide

Our old configuration used to memorize the configuration value (CFG_VALUE), the default configuration value (CFG_DEFAULT_VALUE), the long configuration value (CFG_L_VALUE), and the default long configuration value (CFG_L_DEFAULT_VALUE). In case that the first two columns are null and the other not, we need to set the first ones to a non-null (but still empty) value.

...

  1. Execute the next SQL:

    Code Block
    UPDATE "KPLUGINSCFG"
    SET CFG_VALUE = ' ', CFG_DEFAULT_VALUE = ' '
    WHERE CFG_L_VALUE is not null


  2. Now you can safely upgrade to katl-commons 4.0.x.

 

Filter by label (Content by label)
showLabelsfalse
max5
spacesCADS
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "CADS"
labelskb-how-to-article

...