Currently running 2.2.5, iOS v7.1, Open Access.
I can't seem to get past an issue I'm having with member locks. When someone goes to the login page for our application (custom login page, anonymous application), it loads fine if it is the only person accessing the system. As soon as a second person tries to access the login page, the page simply sits there with the spinning circle in the corner. When I check the Active Jobs list (WRKACTJOB), here's what I see (aside from all the PROFOUNDUI jobs):
Code: Select all
Opt Subsystem/Job User Type CPU % Function Status
PUIADMIN QTMHHTP1 BCI .0 PGM-PUIMENUCL SELW
PUIADMIN1 QTMHHTP1 BCI .0 PGM-PUIMENUCL LCKW
https://xxx.xxx.xxx.com/profoundui/star ... suffixid=1
Here are the file overrides from PUIMENUCL:
Code: Select all
OVRDBF FILE(CLIENT) +
RCDFMTLCK((YCLIGRPN *SHRUPD)) +
OVRSCOPE(*JOB) +
SHARE(*YES)
OVRDBF FILE(PUILOGON) +
RCDFMTLCK((PUILOGON *SHRUPD)) +
OVRSCOPE(*JOB) +
SHARE(*YES)
OVRDBF FILE(PUIACTLG) +
RCDFMTLCK((PUIACTLG *SHRUPD)) +
OVRSCOPE(*JOB) +
SHARE(*YES)
OVRDBF FILE(PUIMAINT) +
RCDFMTLCK((PUIMAINT *SHRUPD)) +
OVRSCOPE(*JOB) +
SHARE(*YES)
Code: Select all
Object Member ASP
Opt Object Library Type Lock Status Locks Device
CLIENT QS36F *FILE-PHY *SHRRD HELD YES
PROFOUNDUI QSYS *LIB *SHRRD HELD
PUIACTLG QS36F *FILE-PHY *SHRRD HELD YES
PUILOGON QS36F *FILE-PHY *SHRRD HELD YES
PUIMAINT QS36F *FILE-PHY *SHRRD HELD YES
Please let me know. This is rather urgent. Thanks!
(edit: Solved. Please see below.)