Receiving an error on mobile forms when trying to start a process. I have access

Receiving an error on mobile forms when trying to start a process. I have access to the process via the portal and it works fine. Attached a pic...

OriginalPostID-54182

OriginalPostID-54182

  Discussion posts and replies are publicly visible

Parents
  • This will happen if you forgot the following mount/directive in your web server configuration:

    a) For Apache (mod_jk.conf)

    JkMount /suite/rest/* LoadBalancer

    b) For IIS (uriworkermap.properties)

    /suite/rest/*=wlb

    When this happens, you can login with the mobile App but when starting an action, even if the user has the right privileges granted you will get the following error:

    "You may not have permission to complete this action"

    Make sure to add the missing mount/directive and restart your web server.
Reply
  • This will happen if you forgot the following mount/directive in your web server configuration:

    a) For Apache (mod_jk.conf)

    JkMount /suite/rest/* LoadBalancer

    b) For IIS (uriworkermap.properties)

    /suite/rest/*=wlb

    When this happens, you can login with the mobile App but when starting an action, even if the user has the right privileges granted you will get the following error:

    "You may not have permission to complete this action"

    Make sure to add the missing mount/directive and restart your web server.
Children
No Data