2022.2

Table Of Contents
section.sheetConfig.duplex = true;
Thefollowingsnippetsetsthemediaandthemasterpagesfortheallsheetpostionsof"Section 1":
let section = merge.template.contexts.PRINT.sections["Section 1"];
section.sheetConfig.positions.all.media = "My Media";
section.sheetConfig.positions.all.allowContent = AllowContent.ALL_SIDES;
section.sheetConfig.positions.all.masterFront = "My Master Page";
section.sheetConfig.positions.all.masterBack = null;
Performance Improvements
l
Job Creation:Improvedjobcreationspeeds.Thisisparticularlythecasewithanyjobcreation
thatinvolvesanyprocessing,includingfiltering,groupingorsorting.(SHARED-50328)
l
Output:Improvedmemoryhandling,leadingtoevenbetterstability.
Installer Improvements
l
Supportaddedforusingnon-Latin-alphabet charactersintheUserNameforconnectingto
externaldatabases.ThisappliestoboththeSetupandtheDesignerPreferencesdialog.
(SHARED-65243)
l
Microsoft Visual C++ Runtimenowonlyinstalledwhenreallyrequired.(SHARED-63909)
l
Severalthirdpartylibrarieshavebeenupdated.(SHARED-57163)
l
AwarningisnowdisplayediftheWindows Management Instrumentationserviceisnot
enabledandstarted.(SHARED-61548)
l
InstallernowlogsmorehelpfulmessageswhenfailingtoconnecttoanexistingMySQLserver.
(SHARED-62836)
Logging Improvements
l
Improvederror/warninglogginginLivemode.(SHARED-49046)
l
Extrapreferencesaddedtoallowgreatercontroloverlogginglevels.(SHARED-63923)
OnechangeistheintroductionofanoptiontosettheOverall Logging Level.Bydefaultthelog-
ginglevelissetatthemidpointofInfo,butitcanbesethighertoincludemorelogging(All,Trace,
Debug)orlowertoreducethelogging(Warning,Error).
NOTE:HigherloggingsettingswillhaveanimpactuponConnectproductionspeeds,aswellas
leadingtosubstantiallylargerlogfiles.
l
WehavealsointroducedAdvanced Loggingpreferences.TheAdvancedsettingsover-ridethe
Overallloggingsettings,andprovideagreaterleveloflogginggranularity.TheAdvancedLog
Page 983