2022.2

Table Of Contents
JDBC connection issue
InOLConnectversion2022.2,theSQLServerdriverhasbeenupdatedtoversion10.2.0.jre11.As
opposedtoprecedingversions,thisdriverbydefaultattemptstoconnecttoaJDBCdatabasewith
encryptionenablediftheencryptparameterismissingfromtheconnectionstring.Thismightbreak
existingJDBCconnections,particularlythosedefinedinscriptsandintheDatabaseWizard's
'AdvancedMode'.
Toinstructthisdrivertonotuseencryption,the";encrypt=false"parameterneedstobepresentinthe
connectionstring.
MS SQL Server deadlock issue
Contentcreationtaskscangetcancelledbecauserelateddatabasetransactiongetdeadlockedand
arechosenasthevictimforresolvingthedeadlock.
Thedatabaseexceptionwillsaysomethinglike:
Transaction (Process ID 107) was deadlocked on lock resources with another
process and has been chosen as the deadlock victim. Rerun the transaction.
TosolvetheissueyoumightneedtokillthePIDandrestarttheprocess.
Thiswillbefixedinalaterrelease.
Installer issues
Thenew2022.1installerhassomeminorissuesthatwillbefixedinasubsequentrelease.Theissues
are:
l
Afterinstallation,the"recent files"listisclearedandthemeasurementunitsareresetfrom'cm'to
'inch'.
l
Whenupdatingfromearlier2022.1.xversionsthebundledMariaDBconnectionsettingsare
reset.
Dynamic tables causing issues
Insomespecificcircumstancesthedynamictablesfeaturedoesnotbehavecorrectly.Thefollowing
scenariosshouldbeavoidedtopreventsubsequentissueswiththetemplate:
l
Usingpage-break-before:alwaysonthetopTRofaTBODYcausesaproblemandresults
inapaginationerror
l
ItispossibletospecifyconflictingattributesonaTRelement:
l
page-break-before:alwaysorpage-break-after:alwayscombinedwithdata-
repeat
Page 81