User receives an error when launching MNT app via MNTCON EX: FOC03847 RESUME: Application closed


Diagnostics

Product: App Studio
Release: 8206
Primary OS: Windows
Solution Date:

Symptom

(FOC03847) RESUME: Application previously closed (no context)

Problem

The user receives the error message above when launching a Maintain application via MNTCON EX.

Solution

To address this issue, change the following code by adding a semi-colon (;) after the MNTCON EX application:

From:

var cmd = "/ibi_apps/WFServlet?IBIS_connect=on&IBIAPP_app=maintain&IBIS_passthru=on&IBIF_cmd=MNTCON EX application &CURRUSER=" + userxxx + " &CURRAUTH=" + userauth + xa2 + today.getTime();

To:

var cmd = "/ibi_apps/WFServlet?IBIS_connect=on&IBIAPP_app=maintain&IBIS_passthru=on&IBIF_cmd=MNTCON EX application; &CURRUSER=" + userxxx + " &CURRAUTH=" + userauth + xa2 + today.getTime();