Skip to main content
tejak2639
October 28, 2025
Question

Microsoft Document Editor Helper Servlets and Functions plug-in failing

  • October 28, 2025
  • 4 replies
  • 0 views

Hi Everyone,

I am using Microsoft Document Editor Helper Servlets and Functions plug in to show the document for user. But when I am using in one environment(env1), its working but some times its failing may be because of token generation but in another environment(env2) its failing always. The interface code deployed from env1 to env2 and the plugin versions are different V1.0.1 in env1 and V1.0.2 in env2(Higher version).

Sharing the screen shot of the message displayed when trying to access the feature and code snippets.
microsoftDocumentEditorField(
label: "Document",
labelPosition: "ABOVE",
validations: {},
height: "AUTO",
tokenInfo: generatemicrosoftdocumenteditortoken(
viewMode: "VIEW",
document: ri!documentId
)
),

    4 replies

    davidj137213
    October 29, 2025

    Do you see any related errors in tomcat-stdout.log or design-error.csv?

    November 7, 2025

    Hi, 

    Were you able to resolve this error? I'm getting the same error.

    tejak2639
    tejak2639Author
    November 7, 2025

    Hi,

    The issue is resolved.

    After the plugin is installed in environment:-
    1.Enable encryption for Microsoft Document Editor Helper Servlets and Functions plugin.
    2.We have to raise a support ticket with Appian to 
    Enable Microsoft Document Editor feature in our environment.
    3.Restart the environment.


    We have to do all these 3 steps for plugin to work.

    November 7, 2025

    Thank you for your response. Will try the same.