Fixed Issues in 12.0.1 Web/App/DB Server
The following Web/App/DB Server issues are fixed in Content Manager 12.0.1 compared to 12.0.0.
Secure Token Service - Authentication and Authorization
- Improved error messaging/handling for ISHSTS, ISHCM and ISHWS when the certificate thumbprint is not found avoiding generic errors
Exception type: InvalidOperationExceptionandException message: Sequence contains no elements. [TS-11468|TS-10632]
Installing and Upgrading
- In some situations, the command line InstallTool ended with an interactive mode
Press any key to continuemessage. [TS-10910] - Admin.XMLBackgroundTaskConfiguration.xml configuration for
ISHSYNCHRONIZETOLIVECONTENTevent will now only synchronizeLowresolution images out-of-the-box, matching the OutputFormat configuration. So in the entry<plugin name="ISHSYNCHRONIZETOLIVECONTENT" handler="SynchronizeToLiveContent">is advised to be tuned to<plugin name="ISHSYNCHRONIZETOLIVECONTENT" handler="SynchronizeToLiveContent" ishcondition="FRESOLUTION='VRESLOW'">which in turn means less objects will be synchronized which increases throughput. [TS-11478|TS-11046|SRQ-4709]
BackgroundTask
- Reducing the size of logs for BackgroundTask.exe and BackgroundTaskIso.exe by raising the default
NLog.configlevel fromDebugtoInfo. In practice the spinning wheel polling log entry will be avoided. [TS-10911|TS-11477|SRQ-4584].
PublishService
- When a publication was published to PDF with the Compare functionality activated, any failure in a comparison (either engine or result is not xml well-formed) between versions of specific objects made the whole publish process fail. Now only that specific comparison is skipped and the specific object is displayed in the final result as having been entirely changed. The publication itself completes. [TS-11365|SRQ-5060|SRQ-4837]
- PublishService
PrepareForExportfunction didn't always receive a properly wrapped xml validation error when the origin type wasSystem.Xml.Schema.XmlSchemaException. [TS-10917|TS-10862] - The length of publication titles can lead to exceeding Windows file path length limitations. Long titles are now truncated instead of failing the publication with errors like
Following error occured: 76 - ???????????. [TS-10639|TS-11474|SRQ-4340] - More extensive handling of the DITA-OT log file makes potential errors and warning visible through EventMonitor, so without server access. The end result of publish is still the same, so when DITA-OT.log contains a
BUILD FAILED, the status of the publish becomesFailed. More log file content will become available through EventMonitor. Everything starting from the first[Fatal Error]orXML document structures must start and end within the same entity.message - so more than the last 20 lines of DITA-OT.log. Unfortunately, the errors generated by the various DITA-OT versions are not consistent enough to generically fine tune the publish status result ofRelease CandidateorDraft- it is different per type like CHM, PDF, etc. [TS-10788|TS-11475|SRQ-4972|SRQ-4201|TS-11601] - The internal EDT conflict that made some PDF publish fail whenever Content Manager was upgraded from 10.0.X or earlier to 12.0.X has been solved by code changes in
PublishService, ISHPublUtil.vbs and publish.wsf. [TS-11317|TS-11419|SRQ-5249]
Translation Organizer
- Translation Organizer is now more resilient regarding imperfect network setups causing the occasional HTTP status 502: Bad Gateway error. In the past this caused Translation Jobs to move to a manual recovery status requiring user action. Now safe (idempotent) calls like retrieving items or status moves will be retried; but for example an actual second submit of a job to the translation management system could incur double costs which is a conflict that still requires manual handling. [TS-11096|TS-10422|TS-11090|SRQ-4195|SRQ-4714]
- Some transmission issues have also been fixed, such as the processing of Logical Identifiers having GUIDs with dots (
.) as separators. An issue which was introduced on 2016/12.0.0. [TS-11273|TS-11269|SRQ-4960] - Added example uri of SDL WorldServer and SDL TMS into the
TranslationOrganizer.exe.config. [TS-11473|TS-10789|SRQ-4464]
Other
- In some upload and prepare situations, cancelling a publish process from Content Manager failed to unlock the publication in Content Delivery. This has been fixed. [TS-11398|TS-11399|SRQ-5088].