This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

New Configuration Parameter in V8 now forces a compile needed?

Hi,

We've noticed in version 8 (8.0.2) that adding a new configuration parameter initiates a DB compile required, whereas version 7 did not.  Is there a way to disable this?

Thanks!

Parents Reply Children
  • There weren't any pre-processor conditions added on the configuration parameter, if I only go and right-click add a new custom/TargetSystems/BLAH1 with value 1 and enable it, committing it to the database causes the compile...  I did not modify/add/remove any preprocessor conditions, although there appears to be many default ones checked... could it be inheriting it from the main "custom" level or "TargetSystems" level?

  • The preprocessor conditions will not be inherited. And as you have written, that you created the configuration parameter underneath "Custom" the ootb ones shouldn't be an issue at all.

    I am going to take a look at it.

    But I already found that some holes and timing issues in regards to transporting data containing configuration parameters, new tables, and typed wrapper scripts as well as in regards to configuration parameters have been fixed on the way to 8.0.2 so maybe that's the reason for the seen behavior.

  • As expected,  the change has to do with fixing some issues around compilation and transportation and was not only introduced in the 8.0 line but in the 7.1 line as well. The behavior cannot be customized.

  • Thank you for checking on this.