[2013/07/08 10:43:46 +997ms] t@59 SM_ProtocolEngine-10 6624 Perl-Client-6624-1
ASL_MSG-*-ASLP-icf/init-settings.asl: Setting 'Ethernet_Performance_Setting' defined outside of configuration.
When values with multiple lines are present, only the first line is taken and everything after that gets discarded. That is why you only see the first line in the description field once it is loaded. This happens because within a configuration setting definition, no empty/invalid lines are permitted. Since the multiple-line description causes the extra lines to be discarded, the configuration setting definition is assumed to be ended there.The Smarts sm_settings.pl settings import script is working as designed. The format for settings import is strict. Any line should start with one of the key words such as setting, config, and so on. Any other lines are discarded and also any line that comes after the multiple-line field this is expected to be belonging to another configuration. If the description is changed to a single line (no new line), the remaining single-line fields should be successfully imported. One possible future Smarts IP enhancement is to strip off extra lines (or replace new lines with space) during export to ensure the resulting file can be safely imported. Please open a product enhancement request if you desire this functionality.