Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

\uD83E\uDD14 Problem

Users cannot upload PDF files, neither under a PDF section or under a File Attachment section. The PDF files upload never finishes.
If the PDF files are saved as new PDFs using the PDF Creator 4.2.0 software the upload works.
following error observed: �2021/12/28 �10:06:06.371 �ID:85 �DEBUG �CELN-10437: Exception in PublicUrlHelper._GetResourceUri:
No resource route templates defined for type "Contur.ElnAPI.Models.Data[]" at <server ID>

\uD83C\uDF31 Solution

Note: "log4j" as a response to a security threat. removed it and PDF upload works fine again.

  1. Please check DesktopConnector logs and if found that there is a failing endpoint
    ”https://<server url>” remove it.

  2. Also check using messaging mode, check this by looking at the api/web.config file.

    <!--
    Specify the allowed communication modes between the Notebook web client and the Desktop Connector
    Possible values are:
    -0 (Legacy mode, using websocket on localhost)
    -1 (Messaging Service mode)
    -2 (Both)
    -->
    <add key="MessagingMode" value="1"/>

    From 2021 this setting is not required as legacy mode is not support.

Desktop connector trouble shooting guide

  • No labels